endMsg = session.createTextMessage();
endMsg.setText("INITIAL UPDATE WILL BE STORED UNDER '" + initialFilesLocation + "' (going to remote)");
endMsg.setBooleanProperty(INITIAL_DATA_END_TO_REMOTE, true);
endMsg.setStringProperty(INITIAL_DATA_ID, dumpId);
endMsg.setStringProperty(INITIAL_FILES_LOCATION, initialFilesLocation);
producer.send(endMsg);
}
sendInitialDataResponseOnly(slaveSessionNames, replManagerAddress, minKey, maxKey);
if (replSourceEngine != null)
replSourceEngine.sendEndOfTransitionMessage(info, session, initialFilesLocation, shortFilename, dumpId, producer);
}