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): advance partition offset on empty dedup batch and fix journal offset tracking
- When all messages in a batch are duplicates, advance partition offset
past the assigned (but removed) offset range to prevent offset reuse
in subsequent batches
- Fix journal current_offset to use actual last offset from batch
instead of arithmetic that ignores gaps created by dedup removal
Signed-off-by: shin <sars21@hanmail.net>
0 commit comments