mridulm opened a new pull request, #2606:
URL: https://github.com/apache/celeborn/pull/2606

   ### What changes were proposed in this pull request?
   
   When Celeborn runs under IPv6, client side deserialization fails when 
workers locations are IPv6 addresses.
   This is because `PbSerDeUtils.fromPackedPartitionLocations` does a split by 
`":"` - which does not work when host is an IPv6 address
   
   
   ### Why are the changes needed?
   
   Fix IPv6 support
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   Unit test added
   


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