reswqa commented on code in PR #21331:
URL: https://github.com/apache/flink/pull/21331#discussion_r1023930244


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/exception/LocalTransportException.java:
##########
@@ -18,17 +18,20 @@
 
 package org.apache.flink.runtime.io.network.netty.exception;
 
+import org.apache.flink.runtime.clusterframework.types.ResourceID;
+
 import java.net.SocketAddress;
 
 public class LocalTransportException extends TransportException {
 
     private static final long serialVersionUID = 2366708881288640674L;
 
-    public LocalTransportException(String message, SocketAddress address) {
-        super(message, address);
+    public LocalTransportException(String message, SocketAddress address, 
ResourceID resourceID) {

Review Comment:
   make sense, here will be modified.



-- 
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]

Reply via email to