nizhikov commented on code in PR #10263:
URL: https://github.com/apache/ignite/pull/10263#discussion_r994746003
##########
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:
I think we can't resue `ClusterCachesInfo#validateCacheGroupConfiguration`
here.
We must be sure that two object absolutely equals (because they can't be
changed between two snapshots).
And AFAICU `ClusterCachesInfo#validateCacheGroupConfiguration` method checks
that cache configuration are **compatible** to be in specific group.
--
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]