Vladsz83 commented on code in PR #10938:
URL: https://github.com/apache/ignite/pull/10938#discussion_r1331965430
##########
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:
Do we need keep mvcc=false untill MVCC is entirely removed?
##########
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:
Do we need keep mvcc=false untill MVCC is entirely removed?
--
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]