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

[jira] [Created] (AMBARI-15500) Atlas alert present when WE is enabled

Tom Beerbower created AMBARI-15500:
--------------------------------------

             Summary: Atlas alert present when WE is enabled
                 Key: AMBARI-15500
                 URL: https://issues.apache.org/jira/browse/AMBARI-15500
             Project: Ambari
          Issue Type: Bug
            Reporter: Tom Beerbower
            Assignee: Tom Beerbower


Two alerts are critical: Atlas Metadata Server Process, Metadata Server Web UI.
Atlas alerts are checking wrong port (http not https) when wire encryption is enabled.

In the file "common-services/ATLAS/0.1.0.2.3/package/scripts/params.py" there is code that sets the curl command that is used to connect to the atlas service during the smoke test.  It appears that this code has "http" hard coded.

{code}
if security_enabled:
    smoke_cmd = format('curl --negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt -s -o /dev/null -w "%{{http_code}}" http://{metadata_host}:{metadata_port}/')
else:
    smoke_cmd = format('curl -s -o /dev/null -w "%{{http_code}}" http://{metadata_host}:{metadata_port}/')
{code}





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