1996fanrui commented on code in PR #19723:
URL: https://github.com/apache/flink/pull/19723#discussion_r876518129
##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/PipelinedSubpartition.java:
##########
@@ -191,9 +205,7 @@ private int add(BufferConsumer bufferConsumer, int
partialRecordLength, boolean
newBufferSize = bufferSize;
}
- if (prioritySequenceNumber != -1) {
- notifyPriorityEvent(prioritySequenceNumber);
- }
+ notifyPriorityEvent(prioritySequenceNumber);
Review Comment:
Thanks for your reminder, I will do better in the future contribution.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]