if (accumuloPersistentVersion == ServerConstants.TWO_DATA_VERSIONS_AGO) {
log.debug("Handling updates for version " + ServerConstants.TWO_DATA_VERSIONS_AGO);
log.debug("Cleaning out remnants of logger role.");
zoo.recursiveDelete(zooRoot + "/loggers", NodeMissingPolicy.SKIP);
zoo.recursiveDelete(zooRoot + "/dead/loggers", NodeMissingPolicy.SKIP);
final byte[] zero = new byte[] {'0'};
log.debug("Initializing recovery area.");
zoo.putPersistentData(zooRoot + Constants.ZRECOVERY, zero, NodeExistsPolicy.SKIP);