Cyrill commented on code in PR #2856:
URL: https://github.com/apache/ignite-3/pull/2856#discussion_r1422900597


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/TransactionStateResolver.java:
##########
@@ -129,6 +129,18 @@ public void start() {
         });
     }
 
+    /**
+     * Get consistent id by node id.
+     *
+     * @param id Node inconsistent id.
+     * @return Node consistent id.
+     */
+    public @Nullable String consistentId(String id) {

Review Comment:
   done



-- 
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