[
https://issues.apache.org/jira/browse/METRON-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Leet updated METRON-1400:
--------------------------------
Fix Version/s: 0.5.0
> Elasticsearch service check fails in Ambari
> -------------------------------------------
>
> Key: METRON-1400
> URL: https://issues.apache.org/jira/browse/METRON-1400
> Project: Metron
> Issue Type: Bug
> Reporter: Michael Miklavcic
> Assignee: Michael Miklavcic
> Priority: Major
> Fix For: 0.5.0
>
>
> This is service check, not to be confused with the status check. ie,
> * service check = dropdown in Ambari service when you click "service
> actions"- there is an option labeled "service check" which does a more
> rigorous check on the service than simply an on/off check.
> * status check = the green checkbox or red exclamation next to the service
> name in Ambari indicating if the thing is running.
> {code}
> stderr:
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/ELASTICSEARCH/5.6.2/package/scripts/service_check.py",
> line 77, in <module>
> ServiceCheck().execute()
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 329, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/common-services/ELASTICSEARCH/5.6.2/package/scripts/service_check.py",
> line 35, in service_check
> Logger.info("Running Elastic search service check", file=sys.stdout)
> TypeError: info() got an unexpected keyword argument 'file'
> stdout:
> Command failed after 1 tries
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)