Description
Fix prompt information in StandbyCheckpointer
void prepareToStopStandbyServices() throws ServiceFailedException { if (standbyCheckpointer != null) { standbyCheckpointer.cancelAndPreventCheckpoints( "About to leave standby state"); } }
Fix prompt information in StandbyCheckpointer
void prepareToStopStandbyServices() throws ServiceFailedException { if (standbyCheckpointer != null) { standbyCheckpointer.cancelAndPreventCheckpoints( "About to leave standby state"); } }