break out of NormalizeDistributor loop on timeout

pull/5/head
reger 10 years ago
parent cf1fc7f700
commit 7224209486

@ -117,6 +117,7 @@ public class ReferenceOrder {
p++;
if (System.currentTimeMillis() > timeout) {
ConcurrentLog.warn("NormalizeDistributor", "adding of decoded rows to workers ended with timeout = " + this.maxtime);
break;
}
}
} catch (final InterruptedException e) {

Loading…
Cancel
Save