You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/04/06 12:47:41 UTC

[jira] [Updated] (IGNITE-4474) Ignite.createCache hangs on exception in CachePluginConfiguration.createProvider

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

Pavel Tupitsyn updated IGNITE-4474:
-----------------------------------
    Fix Version/s:     (was: 2.0)
                   2.1

> Ignite.createCache hangs on exception in CachePluginConfiguration.createProvider
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-4474
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4474
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.8
>            Reporter: Pavel Tupitsyn
>            Priority: Minor
>             Fix For: 2.1
>
>
> When there is an exception during provider initialization, {{createCache}} hangs.
> {code}
> public class CacheCfg implements CachePluginConfiguration {
>     @Override public CachePluginProvider createProvider(CachePluginContext ctx) {
>     throw new IgniteException("foo");
>     }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)