Description
Both StandbyCheckpointer and SecondaryNameNode use Time.now rather than Time.monotonicNow to calculate how long it's been since the last checkpoint. This can lead to issues when the system time is changed.
Both StandbyCheckpointer and SecondaryNameNode use Time.now rather than Time.monotonicNow to calculate how long it's been since the last checkpoint. This can lead to issues when the system time is changed.