Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
Reviewed
Description
SNNs stop uploading FSImage to ANN once isPrimaryCheckPointer become false.
Here is the logic to check if upload FSImage or not.
In StandbyCheckpointer.java
boolean sendRequest = isPrimaryCheckPointer || secsSinceLast >= checkpointConf.getQuietPeriod();
doCheckpoint(sendRequest);
The sendRequest is always false if isPrimaryCheckPointer is false giving secsSinceLast (~checkpointPeriod) >= checkpointConf.getQuietPeriod() (checkpointPeriod * this.quietMultiplier(default value 1.5)) always returns false.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-6440 Support more than 2 NameNodes
- Resolved
- relates to
-
HDFS-14392 Backport HDFS-9787 to branch-2
- Resolved