pnowojski commented on a change in pull request #12205:
URL: https://github.com/apache/flink/pull/12205#discussion_r427070669
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateWriteRequestExecutorImpl.java
##########
@@ -79,7 +84,7 @@ private void loop() throws Exception {
dispatcher.dispatch(deque.take());
} catch (InterruptedException e) {
if (!wasClosed) {
- LOG.debug("interrupted while waiting
for a request (continue waiting)", e);
+ LOG.debug(taskName + "interrupted while
waiting for a request (continue waiting)", e);
Review comment:
nit missing white space: `+ " interrupted"`
----------------------------------------------------------------
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]