You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/06/12 21:21:56 UTC

[GitHub] sijie opened a new issue #1513: bookkeeper should handle ipv6 ip address

sijie opened a new issue #1513: bookkeeper should handle ipv6 ip address
URL: https://github.com/apache/bookkeeper/issues/1513
 
 
   *Problem*
   
   Currently bookie doesn't handle ipv6 ip address very well. when a bookie advertises itself, it might put an ipv6 address with bookie port, the ipAddress:port pair will be recorded in formats like `xxxx:a06:ttttf1:fef:0:yyyy:3181`, which will fail the client parsing. we need to make sure when bookie advertising ipv6 ip address, it put `[]` into the ip address and client are able to parsing that format.
   
   Related Issue: apache/incubator-pulsar#1953

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services