You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirming that your finding is correct. We'll have a fix for this in the next release with tests to ensure that awaitCompletion is honoring the user-defined timeout correctly.
Hi,
the conversion of the timeout in this line is wrong:
java-client-api/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatcherImpl.java
Line 890 in b68bab9
It should be like this:
long duration = TimeUnit.MILLISECONDS.convert(timeout, unit);
The text was updated successfully, but these errors were encountered: