denis-chudov commented on code in PR #4798: URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1868289450
########## modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java: ########## @@ -631,20 +656,25 @@ private Lease writeNewLease( * * @param grpId Replication group id. * @param lease Lease to prolong. + * @param renewedLeases Map of leases. + * @param newExpirationTimestamp New expiration timestamp. + * @return Prolonged lease. */ - private void prolongLease( + private Lease prolongLease( ReplicationGroupId grpId, Lease lease, - Map<ReplicationGroupId, Lease> renewedLeases, - long leaseExpirationInterval + @Nullable Map<ReplicationGroupId, Lease> renewedLeases, Review Comment: removed -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org