adoroszlai opened a new pull request #2061: URL: https://github.com/apache/ozone/pull/2061
## What changes were proposed in this pull request? Upgrade `kotlin-stdlib`, transitive dependency via `jaeger-client`, to 1.4.31 (latest release). https://issues.apache.org/jira/browse/HDDS-4996 ## How was this patch tested? Verified Jaeger tracing still works OK: ``` cd hadoop-ozone/dist/target/ozone-1.1.0-SNAPSHOT/compose/ozone export COMPOSE_FILE=docker-compose.yaml:monitoring.yaml docker-compose up -d --scale datanode=3 # wait docker-compose exec scm ozone freon ockg -n1 -t1 open http://localhost:16686/ ``` Verified JARs in Ozone package: ``` $ ls -1 hadoop-ozone/dist/target/ozone-1.1.0-SNAPSHOT/share/ozone/lib/*kotlin* hadoop-ozone/dist/target/ozone-1.1.0-SNAPSHOT/share/ozone/lib/kotlin-stdlib-1.4.31.jar hadoop-ozone/dist/target/ozone-1.1.0-SNAPSHOT/share/ozone/lib/kotlin-stdlib-common-1.4.31.jar ``` -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
