rejoinCmdLn.startCommand(startAction);
// This shouldn't collide but apparently it sucks.
// Bump it to avoid collisions on rejoin.
if (m_debug) {
rejoinCmdLn.debugPort(portGenerator.next());
}
rejoinCmdLn.leader(rejoinHost + ":" + String.valueOf(portNoToRejoin));
rejoinCmdLn.m_port = portGenerator.nextClient();
rejoinCmdLn.m_adminPort = portGenerator.nextAdmin();