-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
ALL
-
0
The failures that this test is exhibiting stem from the leaving open sessions on teardown, and causing a time out for CheckReplDbHash hook which hangs since it can't get the global S lock.
Fix is to only kill the sessions that are in this.sessions which should avoid the failures that the precursor SERVER-93882 tried to fix (ie avoiding to do this.killAllSessions(cluster)).
- related to
-
SERVER-93882 Avoid killing ongoin migration sessions in internal_transactions_sharded_from_mongod_kill_sessions.js test
- Closed