You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2016/02/19 18:31:18 UTC

[jira] [Created] (AMBARI-15115) Agent bootstrap/registration fails in multi-byte language environments

Vitaly Brodetskyi created AMBARI-15115:
------------------------------------------

             Summary: Agent bootstrap/registration fails in multi-byte language environments
                 Key: AMBARI-15115
                 URL: https://issues.apache.org/jira/browse/AMBARI-15115
             Project: Ambari
          Issue Type: Bug
          Components: ambari-agent
    Affects Versions: 2.2.0
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Critical
             Fix For: 2.2.2


During cluster installation, Ambari Agent would output the error below and host registration/set up would fail.
It seems that this issue only happens in multi-byte language environments on particular OS's.
The issue occurred on CentOS / RHEL 6.3, 6.4 6.5, 7.1, and 7.2.
CentOS / RHEL 6.6, 6.7 seem to be fine.
Version: HDP 2.3.4, Ambari 2.2.0.0
ambari-agent.out
==============
File "/usr/lib/python2.6/site-packages/resource_management/core/logger.py", line 147, in get_function_repr
return unicode("
{0}
{{
{1}
}}").format(name, arguments_str)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 15: ordinal not in range(128)



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