pan3793 commented on code in PR #2489:
URL: https://github.com/apache/celeborn/pull/2489#discussion_r1590627106
##########
common/src/main/java/org/apache/celeborn/common/client/MasterNotLeaderException.java:
##########
@@ -22,6 +22,7 @@
import javax.annotation.Nullable;
import org.apache.commons.lang3.StringUtils;
+import org.apache.commons.lang3.tuple.Pair;
public class MasterNotLeaderException extends IOException {
Review Comment:
the change in this class should be safe, but better to have a manual test to
ensure that 0.4 client works well with main branch service
--
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]