commit | 30eff62e3b2b773be4f62a989b3ce165ce08bbd5 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@gmail.com> | Sun Sep 01 15:43:21 2013 -0700 |
committer | buyingyi <buyingyi@gmail.com> | Sun Sep 01 15:43:21 2013 -0700 |
tree | 3fa6ad3425b5f1a396f7484e06d831b94bc9f221 | |
parent | 6ab4b502979fa6132a5acab76b29baad11ed8219 [diff] | |
parent | fb7ec921374d2b81cc73a038c0b601bc7cc575c5 [diff] |
Merge branch 'yingyi/fullstack_fix' of https://code.google.com/p/hyracks into yingyi/fullstack_fix
diff --git a/hyracks/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/dataset/ResultStateSweeper.java b/hyracks/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/dataset/ResultStateSweeper.java index 69b560c..5a6d849 100644 --- a/hyracks/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/dataset/ResultStateSweeper.java +++ b/hyracks/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/dataset/ResultStateSweeper.java
@@ -55,6 +55,7 @@ } catch (InterruptedException e) { LOGGER.severe("Result cleaner thread interrupted, but we continue running it."); // There isn't much we can do really here + break; // the interrupt was explicit from another thread. This thread should shut down... } }