Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-7501

TransactionsSinceLastCheckpoint can be negative on SBNs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5.0
    • 2.8.0, 3.0.0-alpha1
    • namenode
    • None
    • Reviewed
    • Fixed a bug where the StandbyNameNode's TransactionsSinceLastCheckpoint metric may slide into a negative number after every subsequent checkpoint.

    Description

      The metric TransactionsSinceLastCheckpoint is derived as FSEditLog.txid minus NNStorage.mostRecentCheckpointTxId.

      In Standby mode, the former does not increment beyond the loaded or last-when-active value, but the latter does change due to checkpoints done regularly in this mode. Thereby, the SBN will eventually end up showing negative values for TransactionsSinceLastCheckpoint.

      This is not an issue as the metric only makes sense to be monitored on the Active NameNode, but we should perhaps just show the value 0 by detecting if the NN is in SBN form, as allowing a negative number is confusing to view within a chart that tracks it.

      Attachments

        1. HDFS-7501.patch
          3 kB
          Gautam Gopalakrishnan
        2. HDFS-7501-2.patch
          6 kB
          Gautam Gopalakrishnan
        3. HDFS-7501-3.patch
          7 kB
          Harsh J

        Issue Links

          Activity

            People

              ggop Gautam Gopalakrishnan
              qwertymaniac Harsh J
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: