sashapolo commented on code in PR #1023:
URL: https://github.com/apache/ignite-3/pull/1023#discussion_r950146930


##########
modules/runner/src/main/java/org/apache/ignite/internal/configuration/storage/DistributedConfigurationStorage.java:
##########
@@ -247,23 +266,6 @@ public CompletableFuture<Boolean> write(Map<String, ? 
extends Serializable> newV
 
         operations.add(Operations.put(MASTER_KEY, 
ByteUtils.longToBytes(curChangeId)));
 
-        // Condition for a valid MetaStorage data update. Several 
possibilities here:

Review Comment:
   But I suppose that some parts of this comment are still valid, aren't they?



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