You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2020/11/17 14:12:00 UTC

[jira] [Updated] (IGNITE-13711) Exception is discarded in GridCacheProcessor

     [ https://issues.apache.org/jira/browse/IGNITE-13711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Kasnacheev updated IGNITE-13711:
-------------------------------------
    Labels: easyfix  (was: )

> Exception is discarded in GridCacheProcessor
> --------------------------------------------
>
>                 Key: IGNITE-13711
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13711
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>            Reporter: Ilya Kasnacheev
>            Assignee: Ilya Kasnacheev
>            Priority: Minor
>              Labels: easyfix
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
> locJoinCtx.initCaches()
>  .forEach(cacheDesc -> {
>   try {
>    ctx.query().initQueryStructuresForNotStartedCache(cacheDesc);
>   }
>   catch (Exception e) {
>    log.error("Can't initialize query structures for not started cache [cacheName=" + cacheDesc.cacheName() + "]");
>   }
>  });
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)