You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/12/22 10:19:58 UTC

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

Pavel Tupitsyn created IGNITE-4474:
--------------------------------------

             Summary: 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.0


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.4#6332)