MasterClient master = slaveView.getSynchronizationPartner(until);
// make the request and get the result synchronously
Logging.logMessage(Logging.LEVEL_INFO, stage, "Loading DB since %s from %s.",
actual.toString(), master.getDefaultServerAddress().toString());
ClientResponseFuture<DBFileMetaDataSet, DBFileMetaDatas> rp = master.load(actual);
DBFileMetaDataSet result = null;
try {
result = rp.get();
} catch (ErrorCodeException e) {
// connection is lost