-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v5.0, v4.9
-
Query Optimization 2021-05-31
-
134
BF-20761 is caused by jstests/core/index_stats.js intermittently failing when the actual number of index accesses is sometimes one more than expected.
The tenant migration passthrough suite retries operations on TenantMigrationAborted, meaning that we run the risk of retrying the same index access, thus double-counting it in the stats. Therefore index_stats.js is not compatible with this suite.