[SERVER-85382] Support creation of tracked bucket namespace with timeseries options Created: 18/Jan/24  Updated: 06/Feb/24

Status: Backlog
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Tommaso Tocci Assignee: Backlog - Catalog and Routing
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Assigned Teams:
Catalog and Routing
Participants:

 Description   

Fix create collection coordinator and re-enable jstests/core/timeseries/timeseries_user_system_buckets.js when the TrackingUnsplittableCollections feature flag is enabled.

The test attempts the following:

  • create a collection db.system.buckets.coll through insert
  • create a collection db.coll through insert

The test expect the 2 collections to be treated independently, without assuming db.coll and db.system.buckets.coll to be the same. This is true for replica set, but for sharded cluster we currently do assume the 2 collections are the same. 
This wasn't a problem until SERVER-81190: now collections are tracked by the CSRS. A create on db.system.buckets.coll will register the collection, causing the test to fail


Generated at Thu Feb 08 06:57:36 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.