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

Hadoop QA commented on AMBARI-18639:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12834284/AMBARI-18639-2.5.patch
  against trunk revision .

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

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {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-web.

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

This message is automatically generated.

> Ambari UI does not allow to modify EMPTY threshold text of 'OK' and 'WARNING'
> -----------------------------------------------------------------------------
>
>                 Key: AMBARI-18639
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18639
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.4.1, 2.5.0
>            Reporter: Xi Wang
>            Assignee: Xi Wang
>            Priority: Critical
>             Fix For: 2.5.0, 2.4.2
>
>         Attachments: AMBARI-18639-2.5.patch, AMBARI-18639-2.5.patch, 
> AMBARI-18639.patch
>
>
> Ambari UI does not allow to modify threshold of *'OK'* and *'WARNING'* in 
> ResourceManager WEB UI alert.
> *Steps to reproduce:*
> 1. Remove threshold from WARNING/OK at alert of ResourceManager WEB UI 
> 2. Save 
> 3. Refresh Ambari UI and and the field is blank *- Expected*
> 4. Add any threshold string (may be the one that you removed) to WARNING/OK 
> and then save 
> 5. Refresh Ambari UI. _Here is the problem._ *It shows just blank.* 
> 6. API /api/v1/clusters/young-hdp250/alert_definitions/44 shows blank too. 
> - It's happening because the PUT call is sent empty.   
>  !RM Web UI- Alert Definitioni.jpg|thumbnail! 
> {code}
> "critical" : { 
>           "text" : "Connection failed to {1} ({3})" 
>         }, 
>         "ok" : { 
>           "text" : "HTTP {0} response in {2:.3f}s" 
>         }, 
>         "warning" : { 
>           "text" : "" 
>         } 
> {code}
> *Workaround:*
> Manual update using curl command works. 



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

Reply via email to