jsdtcx commented on issue #1365: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1365#issuecomment-671821150
isValidAddress(final InetAddress inetAddress)这个验证ip是否有效的方法有bug: inetAddress.isReachable(100),这个超时时间100太短了,我在本地测试了,我的机器只有设置成10000,才能保证是true,设置成1000都不能保证每次都是true。这就导致一直报"ip is null" ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
