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
To minimize chunks loss, we should only evict enough chunks fall below the capacity.
This can be done by passing a "max evict counter" calculated in the unreserve function and passed to the evict batch function.
The other required change is that the collected items should be sorted by binID first so that the older chunks are evicted first.
Also, we can temporarily disable caching of evicted chunks until a performant and stable solution is found: see #4530
The text was updated successfully, but these errors were encountered:
To minimize chunks loss, we should only evict enough chunks fall below the capacity.
This can be done by passing a "max evict counter" calculated in the unreserve function and passed to the evict batch function.
The other required change is that the collected items should be sorted by binID first so that the older chunks are evicted first.
Also, we can temporarily disable caching of evicted chunks until a performant and stable solution is found: see #4530
The text was updated successfully, but these errors were encountered: