This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
from b6444e1deff HBASE-29453 NPE on CacheAwareLoadBalancer.balanceTable
(#7263) (#7272)
add d2a4d6863d2 HBASE-29401 Support invalidate meta cache when tables
dropped or disabled(branch-2) (#7281)
No new revisions were added by this update.
Summary of changes:
.../hbase/client/AsyncMetaRegionLocator.java | 6 +
.../hbase/client/AsyncNonMetaRegionLocator.java | 88 +++++++++-
.../hadoop/hbase/client/AsyncRegionLocator.java | 11 +-
.../hbase/client/ConnectionConfiguration.java | 3 +
hbase-common/src/main/resources/hbase-default.xml | 9 ++
.../client/TestAsyncNonMetaRegionLocator.java | 2 +-
...stAsyncNonMetaRegionLocatorConcurrenyLimit.java | 2 +-
.../client/TestAsyncRegionLocationCaching.java | 179 +++++++++++++++++++++
.../hbase/client/TestAsyncTableLocatePrefetch.java | 3 +-
9 files changed, 298 insertions(+), 5 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncRegionLocationCaching.java