adoroszlai opened a new pull request #464: URL: https://github.com/apache/ratis/pull/464
## What changes were proposed in this pull request? Few tests started failing recently in CI with errors like: ``` org.apache.ratis.thirdparty.io.netty.channel.ConnectTimeoutException: connection timed out: /0.0.0.0:33307 ``` without any code change. [First failed](https://github.com/apache/ratis/runs/2329275686#step:5:4) on `master` for a simple [version number update](https://github.com/apache/ratis/commit/bd3f36bd324257d5898d59f203f7d19c1405a26c). Also: https://github.com/apache/ratis/runs/2379889361#step:5:4 https://github.com/apache/ratis/runs/2368524547?check_suite_focus=true#step:5:4 https://github.com/apache/ratis/runs/2379594469?check_suite_focus=true#step:5:4 They pass locally. It seems likely that this is a side-effect of https://github.com/actions/virtual-environments/issues/3185. So apply the suggested workaround. https://issues.apache.org/jira/browse/RATIS-1361 ## How was this patch tested? https://github.com/adoroszlai/incubator-ratis/runs/2390542201 -- 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]
