ChenSammi commented on PR #3801:
URL: https://github.com/apache/ozone/pull/3801#issuecomment-1272789402

   @sumitagrawl , thanks for reporting and fixing this issue.  Since JVM is 
crashed for there is still read/write after close, which means there is some 
issue with current Recon code,  threads that read/write rocksdb should be 
stopped before rocksdb close.  Can we try to do that first? We should guarantee 
close RocksDB at the end, than adding a layer of mechanism to mitigate the code 
issue. 
   
   Regarding two solutions, I would prefer solution two, because you cannot 
make sure how long the wait time is enough for solution one. 


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