Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Some default values timeouts of the MongoDB Java driver do not work well with the lease time we use in Oak.
Per default there is no socket timeout set and the driver waits for a new connection up to 120 seconds, which is too log for lease update operations.
See also OAK-4739.