Skip to content

Commit 5629108

Browse files
HBASE-29571 Fix Javadoc typo: 'repoen' should be 'reopen' (#7273)
Signed-off-by: Dávid Paksy <[email protected]>
1 parent 292c9f8 commit 5629108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 =

0 commit comments

Comments
 (0)