You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #16087, we have switched to using sequence-based memory eviction policy instead of an epoch-based policy. This means we no longer need to rely on barrier to increase the watermark. However, it seems that we are still use barrier_interval_ms as the ticker interval here. This may result in delay in cache eviction when barrier_interval_ms is increased.
The text was updated successfully, but these errors were encountered:
After #16087, we have switched to using sequence-based memory eviction policy instead of an epoch-based policy. This means we no longer need to rely on barrier to increase the watermark. However, it seems that we are still use
barrier_interval_ms
as the ticker interval here. This may result in delay in cache eviction whenbarrier_interval_ms
is increased.The text was updated successfully, but these errors were encountered: