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
If there is a single cache entry (meta / data block) whose size exceeds the file cache region size (file capacity), foyer will panic with the following logs.
This is caused by a bug in foyer (version < 0.11).
Describe the bug
If there is a single cache entry (meta / data block) whose size exceeds the file cache region size (file capacity), foyer will panic with the following logs.
This is caused by a bug in foyer (version < 0.11).
FYI: https://docs.rs/foyer-storage/0.9.3/src/foyer_storage/large/flusher.rs.html#403-420
There are some ways to fix/mitigate the bug:
file_capacity
for the file cache. (mitigate)Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
RW version < 2.1
Additional context
No response
The text was updated successfully, but these errors were encountered: