akpatnam25 commented on code in PR #3455: URL: https://github.com/apache/celeborn/pull/3455#discussion_r2335657672
########## common/src/main/java/org/apache/celeborn/common/network/sasl/registration/RegistrationClientBootstrap.java: ########## @@ -259,4 +267,34 @@ private static Map<PbAuthType, Set<String>> findSupportedSaslMechs( } return supportedMechs; } + + @SuppressWarnings("NonInclusiveLanguage") + private static final Pattern MASTER_NOT_LEADER_EXCEPTION_PATTERN = Review Comment: I think unfortunately given how the error message is, it has to be like this probably -- 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: issues-unsubscr...@celeborn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org