-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2023-11-13, CAR Team 2024-11-11
-
2
The generic _shardsvrParticipantBlock command, used to enter and exist the recoverable critical section, only works with a collection names as a resource.
Since with SERVER-70660 the support for the recoverable critical section was extended to databases, this command should be enhanced to support database as well.
Currently, passing a database as a resource name, the command parser (generated by the IDL parser) asserts as the string <db>. is not recognized as a valid collection name.
- is depended on by
-
SERVER-96178 Acquire database critical section on the primary shard when creating the database
- In Code Review
- is related to
-
SERVER-70660 Support for recoverable critical section on databases
- Closed