* FeederReplicaSyncup so that the replica's local CBVLSN can
* be updated while the global CBVLSN update is locked out.
*/
this.replicaCBVLSN = new LocalCBVLSNUpdater(replicaNameIdPair,
repNode);
feederVLSN = syncup.execute(replicaCBVLSN);
feederSource.init(feederVLSN);
/* Start the thread to pump out log records */
outputThread.start();
lastResponseTime = System.currentTimeMillis();