Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.14.0, 1.13.1, 1.12.4
Description
In CreditBasedPartitionRequestClientHandler#exceptionCaught, the IOException or the exception with exact message "Connection reset by peer" are marked as RemoteTransportException.
However, with the current Netty implementation, sometimes it might throw
org.apache.flink.shaded.netty4.io.netty.channel.unix.Errors$NativeIoException: readAddress(..) failed: Connection reset by peer
in some case. It would be also wrapped as LocalTransportException, which might cause some confusion.