This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from df17a3e9439 HBASE-29146 Incremental backups can fail due to not
cleaning up the MR bulkload output directory (#6747)
add ff4db9099d0 HBASE-29214 Typo in AsyncMasterRequestRpcRetryingCaller
which makes us fail to clear the master stub cache (#6850)
No new revisions were added by this update.
Summary of changes:
.../AsyncMasterRequestRpcRetryingCaller.java | 2 +-
.../client/TestAsyncAdminClearMasterStubCache.java | 88 ++++++++++++++++++++++
2 files changed, 89 insertions(+), 1 deletion(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncAdminClearMasterStubCache.java