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