You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "cxzl25 (via GitHub)" <gi...@apache.org> on 2023/04/12 05:09:01 UTC

[GitHub] [kyuubi] cxzl25 commented on pull request #4647: Bump Maven from 3.8.7 to 3.9.1 and Mvnd from 0.9.0 to 1.0-m6

cxzl25 commented on PR #4647:
URL: https://github.com/apache/kyuubi/pull/4647#issuecomment-1504639488

   Due to the upgrade of the version of maven, the implementation of http was switched from wagon to aether, and the connection timeout of the two was inconsistent, which caused CI to often fail.
   
   Should we revert this modification first to make CI stable?
   
   ### wagon 60s
   https://github.com/apache/maven-wagon/blob/master/wagon-provider-api/src/main/java/org/apache/maven/wagon/Wagon.java#L44
   ### aether 10s
   https://github.com/apache/maven-resolver/blob/master/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java#L93


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org