Github user pnowojski commented on a diff in the pull request:
https://github.com/apache/flink/pull/4533#discussion_r144016699
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/CreditBasedClientHandler.java
---
@@ -104,8 +130,8 @@ public void channelInactive(ChannelHandlerContext ctx)
throws Exception {
final SocketAddress remoteAddr =
ctx.channel().remoteAddress();
notifyAllChannelsOfErrorAndClose(new
RemoteTransportException(
- "Connection unexpectedly closed by
remote task manager '" + remoteAddr + "'. "
- + "This might indicate
that the remote task manager was lost.",
+ "Connection unexpectedly closed by remote task
manager '" + remoteAddr + "'. "
--- End diff --
ditto, and same applies for other changes like this?
---