adoroszlai commented on PR #10556: URL: https://github.com/apache/ozone/pull/10556#issuecomment-4759895031
Thanks @chihsuan for the patch. I have [tried](https://github.com/adoroszlai/ozone/actions/runs/27882443491) `TestDeadNodeHandler#ALL` on the PR branch, got 4/100 failures, all due to: ``` NullPointerException: Parent == null at java.base/java.util.Objects.requireNonNull(Objects.java:259) at org.apache.hadoop.hdds.scm.node.HealthyReadOnlyNodeHandler.onMessage(HealthyReadOnlyNodeHandler.java:109) at org.apache.hadoop.hdds.scm.node.TestDeadNodeHandler.testOnMessage(TestDeadNodeHandler.java:299) ``` -- 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]
