alex-plekhanov commented on code in PR #11300:
URL: https://github.com/apache/ignite/pull/11300#discussion_r1552973587
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java:
##########
@@ -2042,4 +2047,32 @@ public void restoreState(long size, long updCntr,
@Nullable Map<Integer, Long> c
return null;
}
}
+
+ /**
+ * This entry key is used to indicate that an expired entry has already
been deleted from
+ * PendingEntriesTree and doesn't need to participate in
PendingEntriesTree cleanup again.
+ * */
Review Comment:
Redundant star
--
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]