Logging.logMessage(Logging.LEVEL_INFO, this, "Replica-Range will be" +
" retrieved from %s.", master.getDefaultServerAddress());
try {
rp = master.replica(stage.missing.start, stage.missing.end);
logEntries = rp.get();
// enhancement if the request had detected a master-failover
if (logEntries.length == 0) {
stage.lastOnView.set(stage.getBabuDB().checkpoint());