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