Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-4474

Ignite.createCache hangs on exception in CachePluginConfiguration.createProvider

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.8
    • None
    • cache
    • None

    Description

      When there is an exception during provider initialization, createCache hangs.

      public class CacheCfg implements CachePluginConfiguration {
          @Override public CachePluginProvider createProvider(CachePluginContext ctx) {
          throw new IgniteException("foo");
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ptupitsyn Pavel Tupitsyn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: