This is an automated email from the ASF dual-hosted git repository.
meszibalu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 403756a HBASE-25282 Remove processingServers in DeadServer as we can
get this… (#2657)
add 094aadc HBASE-25307 ThreadLocal pooling leads to NullPointerException
(#2685)
No new revisions were added by this update.
Summary of changes:
.../apache/hadoop/hbase/ipc/AbstractRpcClient.java | 23 +-
.../hadoop/hbase/ipc/BlockingRpcConnection.java | 4 +-
.../java/org/apache/hadoop/hbase/util/PoolMap.java | 327 ++++++++-------------
.../apache/hadoop/hbase/util/PoolMapTestBase.java | 27 +-
.../hadoop/hbase/util/TestRoundRobinPoolMap.java | 136 ++++++---
.../hadoop/hbase/util/TestThreadLocalPoolMap.java | 93 ++++--
6 files changed, 302 insertions(+), 308 deletions(-)