kafka/storage
Justine Olshan 38781f9aea
KAFKA-14920: Address timeouts and out of order sequences (#14033)
When creating a verification state entry, we also store sequence and epoch. On subsequent requests, we will take the latest epoch seen and the earliest sequence seen. That way, if we try to append a sequence after the earliest seen sequence, we can block that and retry. This addresses potential OutOfOrderSequence loops caused by errors during verification (coordinator loading, timeouts, etc).

Reviewers:  David Jacot <david.jacot@gmail.com>,  Artem Livshits <alivshits@confluent.io>
2023-07-24 13:08:57 -07:00
..
api/src MINOR: Refactor & cleanup for RemoteIndexCache (#13936) 2023-07-08 12:52:22 +02:00
src KAFKA-14920: Address timeouts and out of order sequences (#14033) 2023-07-24 13:08:57 -07:00