Github user kevinxu021 commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1427#discussion_r172736627
--- Diff:
dcs/src/main/java/org/trafodion/dcs/master/listener/ListenerWorker.java ---
@@ -93,6 +93,7 @@ public void run() {
try {
queue.wait();
} catch (InterruptedException e) {
+ return;
--- End diff --
Log message for what happened by debug level.---
