When checkpoints have been suspended using "System suspendCheckpointsForMinutes:", if an Epoch GC should run during this time window, the suspension is cancelled and checkpoints will resume, without any warning messages in the stone log. If a checkpoint should subsequently occur while extent copies are being taken, the resulting extent copies could be corrupted and therefore unusable.
Suspend Epoch GC using: "System disableEpochGc" before executing the "System suspendCheckpointsForMinutes:" command, and then resume them using "System enableEpochGc" after the suspension time window or when checkpoints are resumed using "System resumeCheckpoints"
Last updated: 8/29/17