Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vinogradov committed Oct 2, 2023
1 parent efea80c commit 239220b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2551,8 +2551,9 @@ private void validateCacheGroupConfiguration(CacheConfiguration cfg, CacheConfig
CU.validateCacheGroupsAttributesMismatch(log, cfg, startCfg, "cacheMode", "Cache mode",
cfg.getCacheMode(), startCfg.getCacheMode(), true);

CU.validateCacheGroupsAttributesMismatch(log, cfg, startCfg, "atomicityMode", "Atomicity mode",
attr1.atomicityMode(), attr2.atomicityMode(), true);
// https://issues.apache.org/jira/browse/IGNITE-12622
// CU.validateCacheGroupsAttributesMismatch(log, cfg, startCfg, "atomicityMode", "Atomicity mode",
// attr1.atomicityMode(), attr2.atomicityMode(), true);

CU.validateCacheGroupsAttributesMismatch(log, cfg, startCfg, "affinity", "Affinity function",
attr1.cacheAffinityClassName(), attr2.cacheAffinityClassName(), true);
Expand Down

0 comments on commit 239220b

Please sign in to comment.