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

Coprocessor improvement for batched execution

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Implemented
    • 0.99.0
    • None
    • Coprocessors
    • None

    Description

      This umbrella JIRA includes some improvements of the coprocessor which are listed as following.
      1. Batch coprocessor: Group the executions issued to the same region server to reduce the thread cost in the client side.
      2. Coprocessor task monitor: Facilitate the monitoring of the coprocessor task in the server side. This patch depends on the one of the batch coprocessor since coprocessor task monitor includes the batched coprocessor tasks into the monitoring.
      3. Add a state checker for the coprocessor task: If the execution in the coprocessor task is too long, the call in the client side will be timed out. After that the client will retry, the timeout and retry will happen again and again, which leads to even heavier pressure on the servers and thus to a worse situation. This state checker could avoid the retry if the coprocessor tasks are still in progress in the server side. This patch will be provided later and it depends on the ones of batch coprocessor and coprocessor task monitor since it uses the client of the coprocessor task monitor to communicate with the coprocessor task monitor in the server side and provides the support to the batch coprocessor.

      Attachments

        Activity

          People

            jingcheng.du@intel.com Jingcheng Du
            jingcheng.du@intel.com Jingcheng Du
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: