File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -672,8 +672,8 @@ private void cleanupMergedRegion(final MasterProcedureEnv env) throws IOExceptio
672672 **/
673673 private void rollbackCloseRegionsForMerge (MasterProcedureEnv env ) throws IOException {
674674 // At this point we should check if region was actually closed. If it was not closed then we
675- // don't need to repoen the region and we can just change the regionNode state to OPEN.
676- // if it is alredy closed then we need to do a reopen of region
675+ // don't need to reopen the region and we can just change the regionNode state to OPEN.
676+ // if it is already closed then we need to do a reopen of region
677677 List <RegionInfo > toAssign = new ArrayList <>();
678678 for (RegionInfo rinfo : regionsToMerge ) {
679679 RegionStateNode regionStateNode =
You can’t perform that action at this time.
0 commit comments