nizhikov commented on code in PR #10263:
URL: https://github.com/apache/ignite/pull/10263#discussion_r994759398


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheConfigurationEnrichment.java:
##########
@@ -93,4 +95,23 @@ public boolean hasField(String name) {
     @Override public String toString() {
         return S.toString(CacheConfigurationEnrichment.class, this);
     }
+
+    /** {@inheritDoc} */
+    @Override public boolean equals(Object o) {

Review Comment:
   >  As the latter looks exceed - I suppose that difference in the Enrichment 
fields shouldn't affect snapshot.
   
   I thought we want prohibit any changes in cache configuration between 
snapshots.
   If so - equal comparsion looks most natural.



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