devmadhuu opened a new pull request, #3931:
URL: https://github.com/apache/ozone/pull/3931

   ## What changes were proposed in this pull request?
   
   JVM crash is observed in ozone integration test. The cause for this,
   
   Rocks DB is closed
   Operation in other thread accessing rocks db for read and write
   As solution, need to perform graceful shutdown in order, closing other 
threads and then rocksdb handle at last.
   
   https://issues.apache.org/jira/browse/HDDS-7314
   
   ## How was this patch tested?
   
   This patch was tested manually by running integration tests. All integration 
tests are passing now and no rocksDB crash exception observed in any of the 
integration tests which was otherwise observed as per log attached in JIRA.
   


-- 
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]

Reply via email to