You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2020/09/20 07:00:59 UTC

[hbase] branch branch-2.3 updated (f360e5f -> f0c2b37)

This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a change to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from f360e5f  HBASE-25066 Use FutureUtils.rethrow in AsyncTableResultScanner to better catch the stack trace (#2420)
     add f0c2b37  HBASE-24956 : ConnectionManager#locateRegionInMeta waits for user region lock indefinitely. (#2322)

No new revisions were added by this update.

Summary of changes:
 .../hbase/client/ConnectionConfiguration.java      |  3 +-
 .../hbase/client/ConnectionImplementation.java     | 29 ++++++--
 ...wIOException.java => LockTimeoutException.java} | 14 ++--
 .../apache/hadoop/hbase/client/TestMetaCache.java  | 77 +++++++++++++++++++++-
 4 files changed, 107 insertions(+), 16 deletions(-)
 copy hbase-client/src/main/java/org/apache/hadoop/hbase/client/{WrongRowIOException.java => LockTimeoutException.java} (81%)