shishkovilja commented on code in PR #13427:
URL: https://github.com/apache/ignite/pull/13427#discussion_r3722137875
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheEntryInfo.java:
##########
@@ -193,9 +190,9 @@ public int marshalledSize(CacheObjectContext ctx) throws
IgniteCheckedException
return SIZE_OVERHEAD + size;
}
- // TODO IGNITE-28920: move the expireTime rebase out of the marshalling
hooks.
+ // TODO IGNITE-28920: move the expireTime rebase out of the
self-marshalling step.
Review Comment:
It seems, that https://issues.apache.org/jira/browse/IGNITE-28920 is fixed i
your PR? If so, do we need this TODO?
--
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]