numinnex opened a new pull request, #2521: URL: https://github.com/apache/iggy/pull/2521
This PR fixes an race condition when client leaves consumer group, members collection was in inconsistent state, leading to panic on the `remove` method call. Additionally fixes an concurrency issue affecting `current_position` pointer in active segment, leading to incorrect indexes being written to disk. The scenario only happen in cases when every request `append_messages` from the client triggered commit of the journal and disk store. -- 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]
