Skip to content
Snippets Groups Projects
Commit 1278810e authored by Christian Wulf's avatar Christian Wulf
Browse files

added surrounding log block

parent 4d39fa86
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ public abstract class AbstractInterThreadPipe extends AbstractPipe {
this.signalQueue.offer(signal);
Thread owningThread = cachedTargetStage.getOwningThread();
if (owningThread == null) {
if (owningThread == null && LOGGER.isWarnEnabled()) {
LOGGER.warn("owningThread of " + cachedTargetStage + " is null.");
}
if (null != owningThread && isThreadWaiting(owningThread)) { // FIXME remove the null check for performance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment