You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Maxim Muzafarov (JIRA)" <ji...@apache.org> on 2019/07/17 10:00:00 UTC

[jira] [Created] (IGNITE-11989) Preload predicate not used in GridCachePreloader

Maxim Muzafarov created IGNITE-11989:
----------------------------------------

             Summary: 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
             Fix For: 2.8


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