anton-vinogradov commented on code in PR #10938:
URL: https://github.com/apache/ignite/pull/10938#discussion_r1332022789
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java:
##########
@@ -2345,7 +2344,6 @@ private void onCacheStarted(GridCacheContext cacheCtx)
throws IgniteCheckedExcep
", mode=" + cfg.getCacheMode() +
", atomicity=" + cfg.getAtomicityMode() +
", backups=" + cfg.getBackups() +
Review Comment:
No, we're removing this, step by step :)
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java:
##########
@@ -2262,7 +2262,6 @@ private void onCacheStarted(GridCacheContext cacheCtx)
throws IgniteCheckedExcep
", mode=" + cfg.getCacheMode() +
", atomicity=" + cfg.getAtomicityMode() +
", backups=" + cfg.getBackups() +
- ", mvcc=" + cacheCtx.mvccEnabled() +
Review Comment:
No, we're removing this, step by step :)
--
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]