mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
When waiting for follower replicas to be in sync with the leader, TestInjection.waitForInSyncWithLeader now keeps waiting even if it gets an exception while trying to get leader's replication details. The method will only exit when it exhausts the number of retries or succeeds.