You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/10/28 07:03:53 UTC

[hbase] branch branch-2 updated (70631e9 -> bfe92ea)

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 70631e9  HBASE-25189 [Metrics] Add checkAndPut and checkAndDelete latency metrics at table level (#2549)
     add 1bf6851  HBASE-25176 MasterStoppedException should be moved to hbase-client module (#2538)
     add bfe92ea  HBASE-25201 YouAreDeadException should be moved to hbase-server module (#2581)

No new revisions were added by this update.

Summary of changes:
 .../MasterStoppedException.java}                       | 18 ++++++++++--------
 .../org/apache/hadoop/hbase/YouAreDeadException.java   |  6 +++---
 .../java/org/apache/hadoop/hbase/master/HMaster.java   |  7 +------
 3 files changed, 14 insertions(+), 17 deletions(-)
 copy hbase-client/src/main/java/org/apache/hadoop/hbase/{ipc/StoppedRpcClientException.java => exceptions/MasterStoppedException.java} (76%)
 rename {hbase-client => hbase-server}/src/main/java/org/apache/hadoop/hbase/YouAreDeadException.java (90%)