StephanEwen commented on a change in pull request #13385:
URL: https://github.com/apache/flink/pull/13385#discussion_r488606970
##########
File path: tools/ci/log4j.properties
##########
@@ -73,3 +73,8 @@ logger.consumer.level = OFF
logger.queryablestate.name = org.apache.flink.queryablestate
logger.queryablestate.level = TRACE
logger.queryablestate.appenderRef.out.ref = ConsoleAppender
+
+# Temporarily enable TRACE for SourceReaderBase to debug a deadlock
+logger.sourcereader.name = org.apache.flink.connector.base.source.reader
+logger.sourcereader.level = TRACE
Review comment:
We could (it does not affect any other tests) but I was planning to
remove this once we are confident with the implementation.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]