fapifta commented on issue #121: HDDS-2408. Separate OM Storage initialization from OzoneManager URL: https://github.com/apache/hadoop-ozone/pull/121#issuecomment-553375065 There should be one test failure remaining after these fixes as I hope, which is the TestOzoneRpcClientWithRatis failure in TestOzoneRpcClientAbstract.testDeletedKeyForGDPR, which is unrelated to the changes, and seems to be a timing issue between the delete call and the actual handling of the deletion, this produces a failure for me locally with the master (at commit a6f80c096b5320f50b6e9e9b4ba5f7c7e3544385) as well. I assume the timing problem because if I put a 500ms sleep into TestOzoneRpcClientAbstract.java:2796 the test finishes green, but I have not evaluated whether this would be the good solution to fix the test.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
