nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

NRG (2.11): Vote request cancels catchup, new leader could have rejected subsequent catchup messages #6072

Closed MauriceVanVeen closed 2 weeks ago

MauriceVanVeen commented 2 weeks ago

Antithesis triggered a case where:

This is solved by canceling catchup once a leader election happens for a higher term. The new leader will then resume our catchup once it's elected.

Signed-off-by: Maurice van Veen github@mauricevanveen.com