Skip to content

Commit

Permalink
HBASE-24105 [Flakey Test] regionserver.TestRegionReplicas (#1425)
Browse files Browse the repository at this point in the history
Co-authored-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
  • Loading branch information
huaxiangsun and Huaxiang Sun authored Apr 5, 2020
1 parent 24ad054 commit da67491
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ public void process() throws IOException {
HConstants.NO_SEQNUM, Procedure.NO_PROC_ID, -1, regionInfo));

// Done! Region is closed on this RS
this.rsServices.getRegionsInTransitionInRS().
remove(this.regionInfo.getEncodedNameAsBytes(), Boolean.FALSE);
LOG.debug("Closed {}" + region.getRegionInfo().getRegionNameAsString());
LOG.debug("Closed {}", region.getRegionInfo().getRegionNameAsString());
} finally {
// Clear any reference in getServer().getRegionsInTransitionInRS() on success or failure,
// since a reference was added before this CRH was invoked. If we don't clear it, it can
Expand Down

0 comments on commit da67491

Please sign in to comment.