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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
