adoroszlai opened a new pull request, #26: URL: https://github.com/apache/ozone-docker/pull/26
## What changes were proposed in this pull request? Update Dockerfile etc. for building with version 1.4.0. Bump Rat to 0.16. https://issues.apache.org/jira/browse/HDDS-10167 ## How was this patch tested? Built locally: ``` $ ./build.sh ... Successfully built 0094eca60d83 Successfully tagged apache/ozone:latest ``` Verified Ozone version: ``` $ docker run -it --rm apache/ozone:1.4.0 ozone version ... / 1.4.0(Hot Springs) Source code repository https://github.com/apache/ozone.git -r e4b6007c8e9f79d1432cf6f128d6f83e733f8e9b Compiled by ozone on 2024-01-10T15:32Z ... ``` Tested: ``` $ docker-compose up -d --scale datanode=3 $ docker-compose exec om ozone admin safemode wait ... SCM is out of safe mode. $ docker-compose exec om ozone version ... / 1.4.0(Hot Springs) ... $ open http://localhost:9874 $ docker-compose exec -T scm ozone freon ockg -n1 -t1 -p test ... 2024-01-19 17:36:24 INFO RpcClient:452 - Creating Volume: vol1, with hadoop as owner and space quota set to -1 bytes, counts quota set to -1 2024-01-19 17:36:24 INFO RpcClient:679 - Creating Bucket: vol1/bucket1, with server-side default bucket layout, hadoop as owner, Versioning false, Storage Type set to DISK and Encryption set to false, Replication Type set to server-side default replication type, Namespace Quota set to -1, Space Quota set to -1 2024-01-19 17:36:26 INFO metrics:107 - type=TIMER, name=key-create, count=1, min=786.948162, max=786.948162, mean=786.948162, stddev=0.0, median=786.948162, p75=786.948162, p95=786.948162, p98=786.948162, p99=786.948162, p999=786.948162, mean_rate=0.6392560001143501, m1=0.0, m5=0.0, m15=0.0, rate_unit=events/second, duration_unit=milliseconds 2024-01-19 17:36:26 INFO BaseFreonGenerator:75 - Total execution time (sec): 2 2024-01-19 17:36:26 INFO BaseFreonGenerator:75 - Failures: 0 2024-01-19 17:36:26 INFO BaseFreonGenerator:75 - Successful executions: 1 ``` -- 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]
