HBASE-12791 HBase does not attempt to clean up an aborted split when the regionserver shutting down-addendum(Rajeshbabu)
This commit is contained in:
parent
ea566fc1f5
commit
d21ea4e570
@ -2006,7 +2006,7 @@ public class HBaseFsck extends Configured implements Closeable {
|
||||
TableInfo tableInfo = tablesInfo.get(hri.getTable());
|
||||
if (tableInfo.regionsFromMeta.isEmpty()) {
|
||||
for (HbckInfo h : regionInfoMap.values()) {
|
||||
if (h.getTableName().equals(hri.getTable())) {
|
||||
if (hri.getTable().equals(h.getTableName())) {
|
||||
if (h.metaEntry != null) tableInfo.regionsFromMeta
|
||||
.add((HRegionInfo) h.metaEntry);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user