SERVER-61835 fixed a situation where the SBE plan cache improperly caches a ShardFilter, which prevents range deletions from running. It seems like for some query shapes this is still happening. The query shape in particular I found is
{$or: [{a: {$lte: 10}}, {b: {$lte: 10}}]}
- is depended on by
-
SERVER-43099 Reenable random chunk migration failpoint for concurrency with_balancer suites
- Closed
- related to
-
SERVER-61835 Fix how SBE plan cache deals with ShardFilterer
- Closed