[ 
https://issues.apache.org/jira/browse/HBASE-28973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Y. SREENIVASULU REDDY updated HBASE-28973:
------------------------------------------
    Description: 
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.

  was:
Using IPV6 address failed to create the WAL path.

IPV6 address contains ":", eg: [34:56:23:67:90:12]

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.


> Support client access to HBase servers using IP in IPV6 env
> -----------------------------------------------------------
>
>                 Key: HBASE-28973
>                 URL: https://issues.apache.org/jira/browse/HBASE-28973
>             Project: HBase
>          Issue Type: Bug
>          Components: master, regionserver
>            Reporter: Y. SREENIVASULU REDDY
>            Assignee: Y. SREENIVASULU REDDY
>            Priority: Major
>
> 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 message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to