anton-vinogradov commented on code in PR #9865:
URL: https://github.com/apache/ignite/pull/9865#discussion_r841605945
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtCacheAdapter.java:
##########
@@ -1012,6 +1024,12 @@ public void sendTtlUpdateRequest(@Nullable final
IgniteCacheExpiryPolicy expiryP
for (Iterator<ClusterNode> nodesIter =
nodes.iterator(); nodesIter.hasNext(); ) {
ClusterNode node = nodesIter.next();
+
+ // There's no need to send and update ttl
request to the node
+ // that send us the initial ttl update request.
Review Comment:
"Us"? )
--
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]