-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
0
(6.0 only) internal_transactions_resharding.js uses an aggregate with linearizable read concern, which can fail on slow machines with LinearizableReadConcernError after exceeding the hardcoded 15 second timeout for linearizable getMores. SERVER-72896 already fixed this in 7.0, but to prevent failures in 6.0 we can make the same change on that branch.