-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: API, Connection Management
-
None
The main use case for these methods is to ensure that applications can read their own unacknowledged writes, but this is no longer so prevalent since the driver started defaulting to acknowledged writes. The other main use case is to ensure that related read operations are all routed to the same server when using a non-primary read preference. But this is dangerous because mongos no longer provides this guarantee. For these reasons, these methods will be removed.
- depends on
-
JAVA-1543 Deprecate DB.requestStart, DB.requestDone, DB.requestEnsureConnection
- Closed
- is related to
-
CSHARP-1102 Remove RequestStart from the public API
- Closed
-
PYTHON-785 Remove start_request()
- Closed