vldpyatkov commented on code in PR #13264:
URL: https://github.com/apache/ignite/pull/13264#discussion_r3480927335
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedCache.java:
##########
@@ -990,6 +996,7 @@ IgniteInternalFuture<Exception> lockAllAsync(
* @param txRead Tx read.
* @param retval Return value flag.
* @param timeout Lock timeout.
+ * @param waitTimeout Lock wait timeout.
Review Comment:
I do not want to add this in Javadoc due to two reasons:
1. In any case where we are using time/interval in the code, we assume it is
in millis, if only it is not specified.
2. Now, we have a lot of code with this contract; it would be such a mass of
code to change it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]