szetszwo opened a new pull request, #1153:
URL: https://github.com/apache/ratis/pull/1153

   RATIS-2159
   
   In SegmentedRaftLog.retainLog(..),
   
   1. it gets an entry from the cache, and then
   2. calls `retain()`.
   
   The entry could be removed and released in between (1) and (2). It leads to 
the "fail to retain" failure.
   
   


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

Reply via email to