neils-dev commented on PR #4110: URL: https://github.com/apache/ozone/pull/4110#issuecomment-1461225122
Thanks @adoroszlai for tending to the status of this PR. I've gone ahead and implemented a test for it. The PR patch however needs a bit of work, upon closer look I found an exception raised repeatedly with the current impl. ``` ozone-datanode-1 | java.io.IOException: Storage directory /data/metadata/dnlayoutversion already initialized. ozone-datanode-1 | at org.apache.hadoop.ozone.common.Storage.setClusterId(Storage.java:123) ozone-datanode-1 | at org.apache.hadoop.ozone.container.common.states.endpoint.VersionEndpointTask.call(VersionEndpointTask.java:81) ozone-datanode-1 | at org.apache.hadoop.ozone.container.common.states.endpoint.VersionEndpointTask.call(VersionEndpointTask.java:41) ozone-datanode-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ozone-datanode-1 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ozone-datanode-1 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ozone-datanode-1 | at java.base/java.lang.Thread.run(Thread.java:829) ozone-datanode-3 | 2023-03-09 03:41:28,013 [EndpointStateMachine task thread for scm/172.20.0.5:9861 - 0 ] WARN statemachine.EndpointStateMachine: Unable to communicate to SCM server at scm:9861 for past 350 seconds. ``` Needs a little work. I'll push an update when resolved. -- 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]
