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

Split dead server's log in parallel

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Resolving this issue as has already been fixed in trunk.

    Description

      When one region server goes down, the master will shutdown the region server and split its log.
      However, splitting log is a blocking call and it would take some time.

      If more than one region server go down, the master will split its log one by one, which is not efficient.
      Since we have the distributed log split, we could split these logs from the dead servers in parallel.

      Attachments

        1. ASF.LICENSE.NOT.GRANTED--D237.10.patch
          30 kB
          Phabricator
        2. ASF.LICENSE.NOT.GRANTED--D237.9.patch
          24 kB
          Phabricator
        3. ASF.LICENSE.NOT.GRANTED--D237.8.patch
          13 kB
          Phabricator
        4. ASF.LICENSE.NOT.GRANTED--D237.7.patch
          13 kB
          Phabricator
        5. ASF.LICENSE.NOT.GRANTED--D237.6.patch
          12 kB
          Phabricator
        6. ASF.LICENSE.NOT.GRANTED--D237.5.patch
          13 kB
          Phabricator
        7. ASF.LICENSE.NOT.GRANTED--D237.4.patch
          9 kB
          Phabricator
        8. ASF.LICENSE.NOT.GRANTED--D237.3.patch
          10 kB
          Phabricator
        9. ASF.LICENSE.NOT.GRANTED--D237.2.patch
          10 kB
          Phabricator
        10. ASF.LICENSE.NOT.GRANTED--D237.1.patch
          10 kB
          Phabricator

        Activity

          People

            liyin Liyin Tang
            liyin Liyin Tang
            Votes:
            0 Vote for this issue
            Watchers:
            12 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: