shishkovilja commented on code in PR #11318:
URL: https://github.com/apache/ignite/pull/11318#discussion_r1570652820


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/tree/DataRow.java:
##########
@@ -50,9 +50,7 @@ protected DataRow(CacheGroupContext grp, int hash, long link, 
int part, RowData
         this.part = part;
 
         try {
-            // We can not init data row lazily outside of entry lock because 
underlying buffer can be concurrently cleared.

Review Comment:
   This comment should be reverted to the state it had been before MVCC was 
added.



##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/CacheDataRowAdapter.java:
##########
@@ -937,17 +930,8 @@ public enum RowData {
         /** */
         NO_KEY,
 
-        /** */
-        LINK_ONLY,
-
-        /** */
-        LINK_WITH_HEADER,
-
         /** Force instant hints actualization for rebalance (to avoid races 
with vacuum). */
-        FULL_WITH_HINTS,
-
-        /** Force instant hints actualization for update operation with 
history (to avoid races with vacuum). */
-        NO_KEY_WITH_HINTS
+        FULL_WITH_HINTS

Review Comment:
   Can we delete this enum constant?



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