jsancio commented on PR #22954: URL: https://github.com/apache/kafka/pull/22954#issuecomment-5621691608
> If the controller loses leadership mid-write, some records are committed but the FeatureLevelRecord may be lost @gp1314 how is this possible? If transactions are supported the active controller uses a transaction when writing the activation records. If transaction is not supported, the active controller write all of the records in one batch. Batches are atomic at the log layer. Do we have a bug when writing the records? Do you have a deterministic test that is able to reproduce this issue? -- 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]
