Y. SREENIVASULU REDDY created HBASE-28973: ---------------------------------------------
Summary: 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 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)