[ https://issues.apache.org/jira/browse/IGNITE-11989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887275#comment-16887275 ]
Pavel Pereslegin edited comment on IGNITE-11989 at 7/17/19 5:54 PM: -------------------------------------------------------------------- [~Mmuzaf] LGTM, But, I cannot find in {{git}} history the reasons why this feature was added and how it was originally used, so may be it worth to clarify this on the dev list. was (Author: xtern): [~Mmuzaf] LGTM, I cannot find in {{git}} history the reasons why this feature was added and how it was originally used, so may be it worth to clarify this on the dev list. > 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)