smengcl opened a new pull request, #1509: URL: https://github.com/apache/ratis/pull/1509
Generated-by: Claude Code (Opus 4.8) Several command-line address parsers in Ratis split host/port on a bare `:`, which corrupts IPv6 literal addresses e.g. `[::1]:6000`. This makes the ratis sh CLI and the example applications unusable in IPv6-only environments, even though the core transport (gRPC/Netty bind + connect) and NetUtils address handling already support IPv6. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-2592 ## How was this patch tested? - Added unit tests -- 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]
