Reid Chan created HDFS-11276: -------------------------------- Summary: The "TransactionsSinceLastCheckpoint" metrics is wrong in Standby NameNode Key: HDFS-11276 URL: https://issues.apache.org/jira/browse/HDFS-11276 Project: Hadoop HDFS Issue Type: Bug Components: namenode Affects Versions: 3.0.0-alpha1, 2.6.0 Reporter: Reid Chan Priority: Minor
TransactionsSinceLastCheckpoint = getEditLog().getLastWrittenTxId() - getFSImage().getStorage().getMostRecentCheckpointTxId(); But last written txid in standby namenode is not updated when the edit op is already applied. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org