HBASE-19100 Missing break in catch block of InterruptedException in HRegion#waitForFlushesAndCompactions
This commit is contained in:
parent
5a941d8f80
commit
fc4110a7a9
|
@ -1759,6 +1759,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
|
|||
// essentially ignore and propagate the interrupt back up
|
||||
LOG.warn("Interrupted while waiting");
|
||||
interrupted = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue