Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
v7.1
-
Execution NAMR Team 2023-09-04, QI 2023-08-21, Execution NAMR Team 2023-09-18
Description
This works in 6.0 and so this is a regression.
repro
db.system.buckets.ts.find().pretty();
|
{
|
"_id" : ObjectId("64dbfc68c6d9d3ff812b93bf"), |
"control" : { |
"version" : 1, |
"min" : { |
"_id" : ObjectId("64dbfca0aa174f07b8426a52"), |
"time" : ISODate("2023-08-15T22:30:00Z"), |
"f" : 3 |
},
|
"max" : { |
"_id" : ObjectId("64dbfca0aa174f07b8426a52"), |
"time" : ISODate("2023-08-15T22:30:56.812Z"), |
"f" : 3 |
}
|
},
|
"meta" : 3, |
"data" : { |
"f" : { |
"0" : 3 |
},
|
"time" : { |
"0" : ISODate("2023-08-15T22:30:56.812Z") |
},
|
"_id" : { |
"0" : ObjectId("64dbfca0aa174f07b8426a52") |
}
|
}
|
}
|
> db.runCommand({findAndModify: "system.buckets.ts", query: {_id: ObjectId("64dbfc68c6d9d3ff812b93bf")}, remove: true}); |
{ "lastErrorObject" : { "n" : 0 }, "value" : null, "ok" : 1 } |
Attachments
Issue Links
- is related to
-
SERVER-80190 Differentiate buckets collection and time-series collection for sharded findAndModify
-
- Closed
-