Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24446

Use EnvironmentEdgeManager to compute clock skew in Master

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.6.0
    • 3.0.0-alpha-1, 2.3.0, 1.7.0, 2.2.6
    • None
    • None
    • Reviewed

    Description

      There are few cases where the Master is not able to complete the initialization as it waiting for the region server to report to it. The region server actually reported to the master but the master rejected the request because of clock skew issue though both of them are on  same JVM

      The Region server uses EnvironmentEdgeManager.currentTime to report the current time and HMaster uses System.currentTimeMillis() to get the current time for computation against the reported time by RS.  We should also just use EnvironmentEdgeManager even in Master as we are expected not to use System.currentTime directly and instead go through EnvironmentEdgeManager

       

      Attachments

        Activity

          People

            sandeep.guggilam Sandeep Guggilam
            sandeep.guggilam Sandeep Guggilam
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: