In the case that there is a regular collection coll and a legacy timeseries buckets collection system.buckets.coll on the same namespace (see SERVER-90862), the collStats command returns the stats (e.g. nindexes) for system.buckets.coll in version≤8.3 and coll in version>8.3. This causes the CheckReplDBHash hook to report an inconsistency where there is none.
Suppress the report since this situation is unexpected and will be impossible with viewless timeseries.
(This is a re-ocurrence of SERVER-112969 but with collStats command rather than listIndexes)
- is related to
-
SERVER-90862 Creating a collection or a view should fail if a bucket namespace exists without its view
-
- Blocked
-
-
SERVER-112969 Skip CheckReplDBHash index check for regular collection with accompanying buckets namespace
-
- Closed
-
- related to
-
SERVER-120247 Add test coverage for collStats on timeseries collections during FCV upgrade/downgrade
-
- Closed
-