Izeren commented on code in PR #27624:
URL: https://github.com/apache/flink/pull/27624#discussion_r2827832203
##########
flink-runtime/src/main/java/org/apache/flink/streaming/runtime/io/AbstractStreamTaskNetworkInput.java:
##########
@@ -315,9 +321,28 @@ public CompletableFuture<?> getAvailableFuture() {
@Override
public void close() throws IOException {
- // release the deserializers . this part should not ever fail
+ // WARN: throwing an exception from this method might fail Task close
procedure and
+ // termination th TM
Review Comment:
!nit, "of the"?
--
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]