queueLowmarkBytes = 200 * queueLowmark;
queueHimarkBytes = 200 * queueLowmark;
db = new ReplicationDB(id, baseDn, replicationServer, dbenv);
firstChange = db.readFirstChange();
lastChange = db.readLastChange();
thread = new DirectoryThread(this,
"Replication Server db for DS " + id + " and " + baseDn + " in RS " +
replicationServer.getServerId());
thread.start();
DirectoryServer.deregisterMonitorProvider(