Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7290 Online snapshots
  3. HBASE-7461

Cleanup stoppable/abortable/closeable in the online snapshot cases.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      The RegionServer managers implement abort, close, and stop – although the interfaces are similar and all their meanings are muddled.

      The conventions in hbase are gernally:
      abort == passed into managers so they can trigger a suicide kill (for rs or hmaster)
      stop == *managers for on the way to cleanup
      cancel == operations that don't kill long running processes but bail out of the current attempt.
      close == files or network resources.

      This patch brings the naming into line.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jmhsieh Jonathan Hsieh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: