repNode.getRepImpl().invokeCheckpoint(config, "Group Shutdown");
/* Force final shutdown of the daemons. */
repNode.getRepImpl().shutdownDaemons();
LoggerUtils.info(logger, repImpl, "Checkpoint completed.");
return new GroupShutdownException(logger,
repNode,
shutdown.getShutdownTimeMs());
}