Hello Jenkins, I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/870 to look at the new patch set (#2). Change subject: Fix CC Nullpointer when Log Level > FINEST ...................................................................... Fix CC Nullpointer when Log Level > FINEST The Hyracks CC would nullpoint on startup if the log level was greater than FINEST. Seems to be a concurrency issue related to initialization of an AtomicInteger. This fixes that. Change-Id: I720eca41fac312fc6cbdbb880162a5bc8b0357dc --- M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/work/WorkQueue.java 1 file changed, 2 insertions(+), 4 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/70/870/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/870 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I720eca41fac312fc6cbdbb880162a5bc8b0357dc Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Ian Maxon <ima...@apache.org> Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>