sanpwc commented on code in PR #4143:
URL: https://github.com/apache/ignite-3/pull/4143#discussion_r1701374488


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageServiceImpl.java:
##########
@@ -332,4 +349,19 @@ private RemoveAllCommand 
removeAllCommand(MetaStorageCommandsFactory commandsFac
 
         return 
commandsFactory.removeAllCommand().keys(list).initiatorTime(ts).build();
     }
+
+    /**
+     * Creates evict idempotent commands cache command.
+     *
+     * @param commandsFactory Commands factory.
+     * @param evictionTimestamp Cached entries older than given timestamp will 
be evicted.
+     * @param ts Local time.

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]

Reply via email to