hubcio opened a new pull request, #2798:
URL: https://github.com/apache/iggy/pull/2798

   get_consumer_offset derived partition_current_offset from
   messages_count - 1. After segment deletion, messages_count
   is decremented but the partition offset is immutable, so
   clients saw a stale value (e.g. 17 instead of 24 after
   deleting 7 messages). Use current_offset() directly since
   it reflects the true highest offset written.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to