You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/10/12 13:11:33 UTC

[GitHub] [ozone] sumitagrawl commented on pull request #3826: HDDS-7271. Ozone Integration test shows memory leak (graceful shutdown cleanup)

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org