You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sandor Magyari (JIRA)" <ji...@apache.org> on 2016/03/26 16:13:25 UTC

[jira] [Created] (AMBARI-15594) Enabling logging of commands breaks execution commands

Sandor Magyari created AMBARI-15594:
---------------------------------------

             Summary: 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


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)