[ 
https://issues.apache.org/jira/browse/AMBARI-15500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205999#comment-15205999
 ] 

Hadoop QA commented on AMBARI-15500:
------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12794663/AMBARI-15500.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 2 new 
or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/5962//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/5962//console

This message is automatically generated.

> 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
>         Attachments: AMBARI-15500.patch
>
>
> 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)

Reply via email to