You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2021/04/20 12:55:32 UTC

[GitHub] [ratis] adoroszlai opened a new pull request #464: RATIS-1361. Connection errors in tests

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:
users@infra.apache.org



[GitHub] [ratis] adoroszlai commented on pull request #464: RATIS-1361. Connection errors in tests

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #464:
URL: https://github.com/apache/ratis/pull/464#issuecomment-823330781


   Thanks @szetszwo for reviewing and committing it.


-- 
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:
users@infra.apache.org



[GitHub] [ratis] szetszwo merged pull request #464: RATIS-1361. Connection errors in tests

Posted by GitBox <gi...@apache.org>.
szetszwo merged pull request #464:
URL: https://github.com/apache/ratis/pull/464


   


-- 
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:
users@infra.apache.org