String name = readerInfo.get("replication.prefix", "repl_") + ".oldReplKey";
persistentInfo.put(name, "0");
Connection conn = null;
try {
conn = pool.reserve();
boolean doWarn = false; // we don't want warnings on SQL Exceptions here.
log.info("setUp: going to cleanup now ...");
this.sleepDelay = this.readerInfo.getLong("test.sleepDelay", -1L);
if (this.sleepDelay < 0L)
this.sleepDelay = this.writerInfo.getLong("test.sleepDelay", 1500L);