// Find the journal node the Standby is tailing from.
JournalNode jn = getStandbyTailingJN();
assertNotNull(jn);
jn.stopAndJoin(0);
handler.instantiatedIngest = false;
LOG.info("Stopped JournalNode with port "
+ jn.getBoundHttpAddress().getPort());
LOG.info("current journal port : " + handler.currentJournalHttpPort);