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

RegionServer could get stuck during shutdown process

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 3.0.0-alpha-1, 2.2.0
    • None
    • regionserver
    • None

    Description

      When the server is being aborted or stopped, the server waits for all online regions to flush and close. And if a region is at the end of opening process, the openEventHandler throws an exception. However, it fails to remove that region from the on-line regions and fails to notify the master. This would prevent the server shutdown loop to exit.

      Similarly, if regions that are being closed fail for any reason, the closeEventHandler throws, but again, it fails to remove that region from the on-line list.

       

       

      Attachments

        Activity

          People

            bahramch Bahram Chehrazy
            bahramch Bahram Chehrazy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: