[ https://issues.apache.org/jira/browse/AMBARI-15594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sandor Magyari updated AMBARI-15594: ------------------------------------ Attachment: AMBARI-15954.patch > Enabling logging of commands breaks execution commands > ------------------------------------------------------ > > Key: AMBARI-15594 > URL: https://issues.apache.org/jira/browse/AMBARI-15594 > Project: Ambari > Issue Type: Bug > Components: ambari-agent > Affects Versions: 2.2.2 > Reporter: Sandor Magyari > Assignee: Sandor Magyari > Priority: Critical > Fix For: 2.2.2 > > Attachments: AMBARI-15954.patch > > > After enabling logging of command results, RESTART/START commands hangs. > Config modified based on: https://issues.apache.org/jira/browse/AMBARI-15393 > Error in the log: > {code} > WARNING 2016-03-25 23:40:47,808 ActionQueue.py:211 - cannot concatenate 'str' > and 'int' objects > {code} > Seems to be due to {code} > "Begin command output log for command with id = " + command['taskId'] > {code} where the second one is an int. Not sure if its due to python version > but it reproduces on centos6 vagrant VMs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)