adoroszlai commented on PR #5407:
URL: https://github.com/apache/ozone/pull/5407#issuecomment-1766085219
There are unit test failures, e.g.:
```
NullPointerException
at
org.apache.hadoop.ozone.om.snapshot.SnapshotDiffManager.<init>(SnapshotDiffManager.java:259)
at
org.apache.hadoop.ozone.om.OmSnapshotManager.<init>(OmSnapshotManager.java:276)
at
org.apache.hadoop.ozone.om.request.key.TestOMKeyRequest.setup(TestOMKeyRequest.java:233)
```
I think we should create accessor method for `OzoneManager.threadPrefix`,
and use `ozoneManager.threadNamePrefix()` instead of the
`ozoneManager.getNodeDetails().threadNamePrefix()` chain. (Mock instances
return `null` for all methods by default.)
https://github.com/ArafatKhan2198/ozone/actions/runs/6544329060/job/17771108932
--
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]