HBASE-19072 Missing beak in catch block of InterruptedException in HRegion#waitForFlushes()
This commit is contained in:
parent
c0144e200d
commit
1e98ce2c8e
|
@ -1791,6 +1791,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