adoroszlai opened a new pull request #15: URL: https://github.com/apache/hadoop-docker-ozone/pull/15
## What changes were proposed in this pull request? Add `ldb` and its dependencies to the `ozone-runner` docker image. It is necessary for performing workaround steps (HDDS-3499) during 0.5.0 to 0.6.0 upgrade, so we need it for upgrade testing. https://issues.apache.org/jira/browse/HDDS-3859 ## How was this patch tested? Built new `ozone-runner` image locally. Started cluster with Ozone 0.5.0, created some data. Stopped the cluster, executed workaround steps in container with the new image. Restarted the cluster with current `master`, and verified that data can be read. (Script for these steps will be provided in HDDS-3855.) `ldb` ran fine: ``` OK OK ``` ---------------------------------------------------------------- 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]
