-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Session Management
-
None
-
(copied to CRM)
DB adminDB = DbUtils.getDB(_mongo, "admin"); adminDB.command("shutdown");
Running the above code against MongoDB 3.4 yields a MongoSocketReadException
Running the same code against MongoDB 3.6 yields a blocking 30 second MongoTimeoutException.
- is related to
-
RUST-1437 Driver does not send endSessions on client shutdown
- Closed