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

New async admin api to invoke coproc on multiple servers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.6.0, 2.4.18, 2.5.6, 3.0.0-beta-1
    • None
    • None
    • Reviewed

    Description

      We can execute regionserver coproc on a given regionserver using:

      <S, R> CompletableFuture<R> coprocessorService(Function<RpcChannel, S> stubMaker,
        ServiceCaller<S, R> callable, ServerName serverName); 

      We should also provide an api at admin layer that can invoke the given coproc endpoint on multiple servers, to help execute the given function in parallel across the entire cluster.

      Attachments

        Issue Links

          Activity

            People

              jingyu Jing Yu
              vjasani Viraj Jasani
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: