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

Multithread processing ZK assignment events

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.95.0
    • Region Assignment
    • None
    • Reviewed

    Description

      Related to HBASE-6976 and HBASE-6611. ZK events processing is a bottle neck for assignments, since there is only one ZK event thread. If we can use multiple threads, it should be better.

      With multiple threads, the order of events could be messed up. However, if we pass all events related to one region always to the same worker thread, the order should be kept.

      We need to play with it and find out how much performance imrovement we can get.

      Attachments

        1. trunk-6977_v1.patch
          23 kB
          Jimmy Xiang
        2. trunk-6977_v2-1.patch
          18 kB
          Jimmy Xiang
        3. trunk-6977_v3.patch
          19 kB
          Jimmy Xiang

        Issue Links

          Activity

            People

              jxiang Jimmy Xiang
              jxiang Jimmy Xiang
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: