m1a2st commented on PR #17879:
URL: https://github.com/apache/kafka/pull/17879#issuecomment-2498323317
> Can you explain why we're picking 3.1.1 instead of the latest version?
The main difference between 3.1.1 and >=3.1.2 is the improved eviction
mechanism.
- 3.1.2:
- Approach: Processes a single candidate entry at a time, moving
sequentially in LRU order.
- 3.1.1:
- Approach: Supports batch processing of multiple candidate entries, with
movement direction controlled by the remaining candidates count.
It appears that this change will affect RemoteIndexCache original behavior.
--
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]