HBASE-19100 Missing break in catch block of InterruptedException in HRegion#waitForFlushesAndCompactions

This commit is contained in:
tedyu 2017-10-31 08:17:57 -07:00
parent bbb7e1924d
commit 63ad16af0c
1 changed files with 1 additions and 0 deletions

View File

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