anton-vinogradov commented on code in PR #10945:
URL: https://github.com/apache/ignite/pull/10945#discussion_r1334318952


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java:
##########
@@ -3374,81 +3235,16 @@ private MvccUpdateTxStateHintHandler(CacheGroupContext 
grp) {
      * Applies changes to the row.
      */
     private static final class MvccApplyChangesHandler extends 
PageHandler<MvccDataRow, Boolean> {
-        /** */
-        private final CacheGroupContext grp;
-
         /** */
         private MvccApplyChangesHandler(CacheGroupContext grp) {
-            this.grp = grp;
         }
 
         /** {@inheritDoc} */
         @Override public Boolean run(int cacheId, long pageId, long page, long 
pageAddr, PageIO io, Boolean walPlc,
             MvccDataRow newRow, int itemId, IoStatisticsHolder statHolder) 
throws IgniteCheckedException {
-            assert grp.mvccEnabled();
+            assert false; // ex mvcc code.

Review Comment:
   This code will be removed later. 
   That's just a marker for the removal.



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