PDGGK commented on PR #39323: URL: https://github.com/apache/shardingsphere/pull/39323#issuecomment-5168544729
Heads-up on the one red check, `E2E - Agent with MySQL (jdbc, tracing, jaeger)` — it is a runner-side download failure, not this change. It failed in the `Build Project` step before any source was compiled: ``` wget: Failed to fetch https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip ##[error]Process completed with exit code 1. ``` Maven itself could not be downloaded, so nothing from this branch was built or run in that job. The other eleven `E2E - Agent with MySQL` shards are green, as are `CI`, `Check - CheckStyle`, `Check - Spotless` and `Check - License`. I do not have permission to re-run the job. Happy to push an empty commit to re-trigger if that is the convention here, but I did not want to churn the branch unnecessarily. For what it is worth, the diff is one expression in `RoundRobinLoadBalanceAlgorithm` plus one test method, and the load balancer is not on the observability-agent path. -- 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]
