[ https://issues.apache.org/jira/browse/IGNITE-11989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887686#comment-16887686
]
Anton Vinogradov commented on IGNITE-11989:
-------------------------------------------
[~Mmuzaf]
LGTM, +1 to devlist,
but ... in case no tests failed, seems this is obsolete useless feature :)
> Preload predicate not used in GridCachePreloader
> ------------------------------------------------
>
> Key: IGNITE-11989
> URL: https://issues.apache.org/jira/browse/IGNITE-11989
> Project: Ignite
> Issue Type: Improvement
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Minor
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code:title=GridCachePreloader.java}
> /**
> * @return Preload predicate. If not {@code null}, will evaluate each preloaded entry
during
> * send and receive, and if predicate evaluates to {@code false}, entry will
be skipped.
> */
> public IgnitePredicate<GridCacheEntryInfo> preloadPredicate();
> {code}
> This is internal cache preload predicate, which is not used and not tested for entry
preloading. Can be removed to keep code simple.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
|