srinireddy2020 opened a new pull request, #6455:
URL: https://github.com/apache/hbase/pull/6455

   Using IPV6 address failed to create the WAL path.
   
   IPV6 address contains ":", eg: [0:0:0:0:0:0:0:1]
   
   WAL path creation will fail, because FS will not support to create path with 
":".
   
   so for use IP is true and the env is ipv6
   
   Encode for wal path creation with IPV6 address
   Decode the IPV6 address, if RS servernames are prepared from the WAL path.


-- 
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...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to