-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.0.19
-
Component/s: None
-
Server Programmability
I received this error from the server in one of the Ruby driver test runs in evergreen:
[2020-08-18 20:48:02.274] Mongo::Error::OperationFailure: [2020-08-18 20:48:02.274] operation was interrupted (11601) (on localhost:27017, retries disabled)
As a user of the server I would like the server to provide the reason why the operation was interrupted.
- Server shutting down?
- Server out of resources?
- Explicit operation kill?
- Session kill and this operation was using a killed session?
- Some other reason?