-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
File src/mongo/db/query/write_ops/write_ops_exec.cpp contained two TODO comments that did not reference a specific Jira ticket.
These TODO comments prevent the file from being modified, as the linter on Evergreen will not allow TODO comments without a linked Jira ticket anymore.
The TODOs are related to creating less CurOp objects in a loop when applying an array containing multiple write operations.
The concrete TODOs are here and [here|
https://github.com/10gen/mongo/blob/1ac80ea9a0764af07c6aa1d32c148c58ad2d0b52/src/mongo/db/query/write_ops/write_ops_exec.cpp#L2267-L2268].
Resolving these TODOs is likely not urgent.
- is caused by
-
SERVER-122579 Block update operations on cold collections
-
- Closed
-
- is duplicated by
-
SERVER-123862 Remove nested CurOp creation for legacy writes in write_ops_exec
-
- Closed
-