Details
Description
While reading group metadata information from ByteBuffer GroupMetadataManager reads current_state_timestamp only for group schema version 2. For all other versions this value is set to "None".
Piece of code responsible for the bug:
Restarting kafka forces GroupMetadataManager manager to reload group metadata from file basically causing [KIP-211|https://cwiki.apache.org/confluence/display/KAFKA/KIP-211%3A+Revise+Expiration+Semantics+of+Consumer+Group+Offsets] to be only applicable for schema version 2.
Attachments
Issue Links
- links to