ivandika3 commented on PR #921:
URL: https://github.com/apache/ratis/pull/921#issuecomment-1725239722

   Hi @SzyWilliam, we found some performance degradation in our Ozone cluster 
when we set `purge.preservation.log.num` (introduced in RATIS-1626) to a large 
number. The reason we set it quite high is to prevent follower to install 
snapshot from leader by downloading the leader's large DB. I suspect that 
causes a large number of close segments preserved which causes the `evictCache` 
to take a long time since it has to go through the closed segments twice.


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