nizhikov commented on a change in pull request #8207:
URL: https://github.com/apache/ignite/pull/8207#discussion_r484202232
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java
##########
@@ -138,7 +139,9 @@
/** */
public static final GridCacheAtomicVersionComparator ATOMIC_VER_COMPARATOR
= new GridCacheAtomicVersionComparator();
- /** Property name for entry lock timeout. */
+ /** Property name for entry lock timeout in milliseconds. Default is 1000.
*/
Review comment:
Fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]