You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2016/03/14 19:14:33 UTC

[jira] [Created] (DRILL-4509) Ignore unknown storage plugin configs while starting Drillbit

Venki Korukanti created DRILL-4509:
--------------------------------------

             Summary: Ignore unknown storage plugin configs while starting Drillbit
                 Key: DRILL-4509
                 URL: https://issues.apache.org/jira/browse/DRILL-4509
             Project: Apache Drill
          Issue Type: Bug
          Components:  Server
    Affects Versions: 1.5.0
            Reporter: Venki Korukanti
            Priority: Minor
             Fix For: 1.7.0


If zookeeper contains a storage plugin configuration whose implementation is not found while starting the Drillbit, Drillbit throws an error and fails to restart:

{code}
Could not resolve type id 'newPlugin' into a subtype of [simple type, class org.apache.drill.common.logical.StoragePluginConfig]: known type ids = [InfoSchemaConfig, StoragePluginConfig, SystemTablePluginConfig, file, hbase, hive, jdbc, kudu, mock, mongo, named]
{code}

Should we ignore such plugins with a warning in logs and continue starting Drillbit?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)