zhijiangW commented on a change in pull request #12493:
URL: https://github.com/apache/flink/pull/12493#discussion_r435674425
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/CheckpointBarrierUnaligner.java
##########
@@ -331,6 +331,7 @@ public synchronized void
notifyBarrierReceived(CheckpointBarrier barrier, InputC
@Override
public synchronized void notifyBufferReceived(Buffer buffer,
InputChannelInfo channelInfo) {
+ LOG.error("{}: notifyBufferReceived @ {}: {}.",
handler.taskName, channelInfo,
storeNewBuffers[handler.getFlattenedChannelIndex(channelInfo)]);
Review comment:
ditto
----------------------------------------------------------------
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]