protected void invalidateObject(Region aRegion, boolean isLocalInvalidate) {
   super.invalidateObject(aRegion, isLocalInvalidate);
   // We cannot check counters until commit time with tx
   if (!useTransactions) {
     checkEventCounters();
   }
 }