[ https://issues.apache.org/jira/browse/MESOS-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yong Tang reassigned MESOS-4954: -------------------------------- Assignee: Yong Tang > URI fetcher error message if plugin is not found is mis-leading. > ---------------------------------------------------------------- > > Key: MESOS-4954 > URL: https://issues.apache.org/jira/browse/MESOS-4954 > Project: Mesos > Issue Type: Bug > Components: containerization > Reporter: Anand Mazumdar > Assignee: Yong Tang > Labels: newbie > > In {{src/uri/fetcher.cpp}}, if we are unable to create a plugin, we skip it > but we log an erroneous misleading message: > {code} > // NOTE: We skip the plugin if it cannot be created, instead of > // returning an Error so that we can still use other plugins. > LOG(ERROR) << "Failed to create URI fetcher plugin " > << "'" << name << "': " << plugin.error(); > {code} > Ideally, it should be at best a {{LOG(INFO)}} with it clearly specifying that > the relevant plugin was skipped since it was not found. -- This message was sent by Atlassian JIRA (v6.3.4#6332)