env.getRegionServerServices().abort(errormsg, ioe);
throw ioe;
}
}
this.builder = new IndexBuildManager(env);
// get a reference to the WAL
log = env.getRegionServerServices().getWAL();
// add a synchronizer so we don't archive a WAL that we need
log.registerWALActionsListener(new IndexLogRollSynchronizer(INDEX_READ_WRITE_LOCK.writeLock()));