HBASE-19072 Missing beak in catch block of InterruptedException in HRegion#waitForFlushes()
This commit is contained in:
parent
d0629d0f12
commit
e1a73b9144
@ -1695,6 +1695,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…
x
Reference in New Issue
Block a user