krconv commented on code in PR #7131:
URL: https://github.com/apache/hbase/pull/7131#discussion_r2173539931
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncTableImpl.java:
##########
@@ -944,4 +1001,59 @@ public <S, R> CoprocessorServiceBuilder<S, R>
coprocessorService(
PartialResultCoprocessorCallback<S, R> callback) {
return new CoprocessorServiceBuilderImpl<>(stubMaker, callable, callback);
}
+
+ private static class MultiRegionCoprocessorServiceProgress<R>{
Review Comment:
The state needed to manage all the individual RPCs to regions was being
passed around as parameters, this moves them into this helper class along with
some additional state
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]