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

move snapshot verification during restore / clone into the async master side handling

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.3.0, 1.4.0, 2.1.0, 2.2.0
    • None
    • snapshots
    • None

    Description

      Right now we do snapshot verification prior to queueing the restore / clone request from the client. That means the initial call from the client has to block until we're done. On large manifests (~single digit millions) this easily takes longer than the default timeout of 20 minutes.

       

      Instead we should handle verification as one of the steps in the relevant procedure (hbase 2+) or table handler (hbase 1) so that the master can do it in the background and report status.

      Attachments

        Issue Links

          Activity

            People

              sanjeetnishad Sanjeet Nishad
              busbey Sean Busbey
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: