-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
ALL
-
QE 2024-07-08, QE 2024-07-22, QE 2024-08-05, CAR Team 2024-09-02
-
0
The test test multi_statement_transaction_all_commands_same_session.js fails in concurrency replica set endpoint suites. It fails with two different messages which could be related: "Could not find host matching read preference..." and an invariant failure (here in async_results_merger.cpp) which is less frequent.
To reproduce:
buildscripts/resmoke.py run --suites=concurrency_replication_with_replica_set_endpoint jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js --runAllFeatureFlagTests --repeatTests=10 --continueOnFailure --force-excluded-tests > logs.txt
See comments for initial investigation!
- is related to
-
SERVER-88469 CursorEstablisher::waitForResponse() is noexcept but its code can throw an exception
- Closed