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/06/16 07:18:29 UTC

[hbase] branch master updated (2567d15 -> db4d539)

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

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


    from 2567d15  HBASE-24564: Make RS abort call idempotent.
     add db4d539  HBASE-24015: Test for Assign and Unassign of Regions on RegionServer on failure (#1898)

No new revisions were added by this update.

Summary of changes:
 .../assignment/TransitRegionStateProcedure.java    |  6 +-
 .../regionserver/handler/CloseRegionHandler.java   |  3 +-
 .../TestExceptionInAssignRegion.java}              | 75 +++++++++++-----------
 .../TestExceptionInUnassignedRegion.java}          | 65 +++++++++----------
 4 files changed, 70 insertions(+), 79 deletions(-)
 copy hbase-server/src/test/java/org/apache/hadoop/hbase/master/{TestMasterAbortAndRSGotKilled.java => assignment/TestExceptionInAssignRegion.java} (61%)
 copy hbase-server/src/test/java/org/apache/hadoop/hbase/master/{TestMasterAbortAndRSGotKilled.java => assignment/TestExceptionInUnassignedRegion.java} (68%)