You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2023/06/02 04:59:00 UTC

[jira] [Created] (HBASE-27902) New async admin api to invoke coproc on multiple servers

Viraj Jasani created HBASE-27902:
------------------------------------

             Summary: New async admin api to invoke coproc on multiple servers
                 Key: HBASE-27902
                 URL: https://issues.apache.org/jira/browse/HBASE-27902
             Project: HBase
          Issue Type: Improvement
            Reporter: Viraj Jasani
            Assignee: Jing Yu


We can execute regionserver coproc on a given regionserver using:
{code:java}
<S, R> CompletableFuture<R> coprocessorService(Function<RpcChannel, S> stubMaker,
  ServiceCaller<S, R> callable, ServerName serverName); {code}
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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)