tuohai666 opened a new issue #13260: URL: https://github.com/apache/shardingsphere/issues/13260
It's better to remove the property **java.net.preferIPv4Stack** in the start script of proxy and scaling to enable the IPv6 network. ``` java.net.preferIPv4Stack (default: false) If IPv6 is available on the operating system the underlying native socket will be, by default, an IPv6 socket which lets applications connect to, and accept connections from, both IPv4 and IPv6 hosts. However, in the case an application would rather use IPv4 only sockets, then this property can be set to true. The implication is that it will not be possible for the application to communicate with IPv6 only hosts. ``` Please refer to: https://docs.oracle.com/javase/8/docs/api/index.html -- 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]
