sanpwc commented on code in PR #2078:
URL: https://github.com/apache/ignite-3/pull/2078#discussion_r1197845234
##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/leases/LeaseTracker.java:
##########
@@ -65,12 +84,22 @@ public class LeaseTracker {
*
* @param vaultManager Vault manager.
* @param msManager Meta storage manager.
+ * @param longLeaseInterval Long lease interval in {@code
TimeUnit.MILLISECONDS}. The interval is used between lease granting attempts.
Review Comment:
Fixed,
##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/leases/LeaseTracker.java:
##########
@@ -65,12 +84,22 @@ public class LeaseTracker {
*
* @param vaultManager Vault manager.
* @param msManager Meta storage manager.
+ * @param longLeaseInterval Long lease interval in {@code
TimeUnit.MILLISECONDS}. The interval is used between lease granting attempts.
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]