HBASE-19072 Missing beak in catch block of InterruptedException in HRegion#waitForFlushes()

This commit is contained in:
tedyu 2017-10-23 19:34:11 -07:00
parent a1bc20ab58
commit b7db62c702
1 changed files with 1 additions and 0 deletions

View File

@ -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 {