You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/05/19 06:58:54 UTC

[GitHub] [flink] pnowojski commented on a change in pull request #12205: [FLINK-17780][checkpointing] Add task name to log statements of ChannelStateWriter.

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:
users@infra.apache.org