-
Type: Sub-task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: CSOT
-
None
-
Java Drivers
Signatures such as: timeout(final long timeout, final TimeUnit timeUnit) can produce 0 ms timeouts which translates to infinite.
eg:
- MongoClientSettings.Builder#timeout
- Session options / transaction options
- withTimeout methods
Throw an error if a non zero timeout value is given and the conversion to Milliseconds results in a zero value.