sanpwc commented on code in PR #2078:
URL: https://github.com/apache/ignite-3/pull/2078#discussion_r1197846010
##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##########
@@ -74,7 +73,7 @@ public class LeaseUpdater {
private final AtomicBoolean active = new AtomicBoolean();
- /** Long lease interval. The interval is used between lease granting
attempts. */
+ /** Long lease interval in {@code TimeUnit.MILLISECONDS}. The interval is
used between lease granting attempts. */
Review Comment:
Shame on me))
--
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]