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)