sumitagrawl commented on PR #3826: URL: https://github.com/apache/ozone/pull/3826#issuecomment-1276152886
> Thanks @sumitagrawl for the new PR. Can you please check the following failure? > > ``` > Error: org.apache.hadoop.ozone.client.rpc.TestCommitWatcher.testReleaseBuffersOnException Time elapsed: 38.019 s <<< FAILURE! > java.lang.AssertionError: Unexpected exception: class java.lang.NullPointerException > at org.junit.Assert.fail(Assert.java:89) > at org.junit.Assert.assertTrue(Assert.java:42) > at org.apache.hadoop.ozone.client.rpc.TestCommitWatcher.testReleaseBuffersOnException(TestCommitWatcher.java:324) > ``` > > https://github.com/apache/ozone/actions/runs/3233538293/jobs/5295543311#step:5:3105 > > It may be intermittent, as it did not happen in your fork: https://github.com/sumitagrawl/ozone/actions/runs/3233531880/jobs/5295505036#step:5:3105 I checked the exception, unable to reproduce in local. While getting root exception, its setting to null Cause if not available, as its filtering only known type of exception. If any other happens, it will cause this issue. We need fix that fix org.apache.hadoop.hdds.scm.client.HddsClientUtils#checkForException to have null check before assigning "t = t.getCause()" to avoiding setting null. This can be taken up as another JIRA issue. -- 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]
