AHeise commented on a change in pull request #16221:
URL: https://github.com/apache/flink/pull/16221#discussion_r656026207
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
##########
@@ -652,11 +652,11 @@ private void processStreamStatus(StreamStatus
streamStatus, int index) throws Ex
}
}
- public final void processStreamStatus1(StreamStatus streamStatus) throws
Exception {
+ public void processStreamStatus1(StreamStatus streamStatus) throws
Exception {
processStreamStatus(streamStatus, 0);
}
- public final void processStreamStatus2(StreamStatus streamStatus) throws
Exception {
+ public void processStreamStatus2(StreamStatus streamStatus) throws
Exception {
Review comment:
No I meant the removal of `final` in `processStreamStatus1/2`. Doesn't
seem to be necessary or the fix is incomplete.
--
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]