xintongsong commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-1004488375
Hi @galenwarren, Nice to hear from you and to know that you're ready for moving this PR forward. I'll give it a review asap. Regarding the CI failures: - The compiling issue is likely an environmental or connectivity problem. The build succeed in the `compile_ci` stage, where Alibaba provided hosts and maven mirror are used. The failures came from `e2e_1_ci` and `e2e_2_ci`, where Azure provided hosts and the Google maven mirror are used. I've verified that the Google mirror contains the required [jar](https://maven-central-eu.storage-download.googleapis.com/maven2/io/grpc/grpc-core/1.41.1/grpc-core-1.41.1.jar) and the [metadata](https://maven-central-eu.storage-download.googleapis.com/maven2/io/grpc/grpc-core/maven-metadata.xml) is correct. I suspect there's a problem / instability in downloading artifacts from the Google mirror in our Azure agents, and only the new dependencies run into the problem because we have cached the local maven repository from previous runs. CC @zentol, any insight to share? - The UnalignedCheckpointRescaleITCase failure should be a known instability (FLINK-25426), which is prioritized as a blocker and should be addressed soon. We can rebase this PR once FLINK-25426 is closed and see if the problem is solved. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org