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


##########
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:
   Yes, but only the obvious part, so "we only can change metastorage if didn't 
change"



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