Description
Due to a bug in how TestInjection.waitForInSyncWithLeader was implemented, the test injection code can "leak" into non-test instances of solr in situations where java assertions were enabled at run time.
This results in tlog replicas stalling on commit commands, and waiting for the regular scheduled/timed replication to take place before allowing the commit to succeed – meaning that the commit commands can time out.
Attachments
Issue Links
- is related to
-
SOLR-13176 Testing of TLOG Replicas needs to be re-instated, may be hiding bugs
- Open