You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/04/30 15:57:24 UTC

[GitHub] [iotdb] jixuan1989 opened a new issue #3121: maven connection timeout in github action

jixuan1989 opened a new issue #3121:
URL: https://github.com/apache/iotdb/issues/3121


   There are many CI failed because of connection timeout when maven downloads dependencies.
   
   According to https://github.com/actions/virtual-environments/issues/1499,
   the most reasonable explanation is: 
   https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080
   
   > Maven creates long-living connections and if they are idle more than 4 minutes (while Maven is busy for a while) they became flushed from Azure VM Balancer’s SNAT, but RST packet is not sent to Maven (on VM side) or remote host (packages destination) so the socket is open but no data is sent over it.
   
   And, Apache Pulsar gives a solution:
   https://github.com/apache/pulsar/blob/master/.github/workflows/ci-unit.yaml
   https://github.com/actions/virtual-environments/issues/1499#issuecomment-718396233
   
   


-- 
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] [iotdb] jixuan1989 closed issue #3121: maven connection timeout in github action

Posted by GitBox <gi...@apache.org>.
jixuan1989 closed issue #3121:
URL: https://github.com/apache/iotdb/issues/3121


   


-- 
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] [iotdb] github-actions[bot] commented on issue #3121: maven connection timeout in github action

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3121:
URL: https://github.com/apache/iotdb/issues/3121#issuecomment-830193832


   Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!


-- 
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