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
fix(server): corrent current offset when index cache is disabled (#1558)
This commit addresses an issue with the calculation of the current
offset in the segment when the index cache is disabled. Previously,
the logic incorrectly handled the absence of cached indexes,
potentially leading to incorrect offset values.
The updated logic ensures that the current offset is accurately
calculated regardless of the cache setting, improving the reliability
of segment handling.
0 commit comments