[
https://issues.apache.org/jira/browse/AMBARI-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144397#comment-15144397
]
Hadoop QA commented on AMBARI-15025:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12787642/AMBARI-15025.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/5330//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/5330//console
This message is automatically generated.
> Hosts page: Filtering works incorrectly with multiple filters applied
> ---------------------------------------------------------------------
>
> Key: AMBARI-15025
> URL: https://issues.apache.org/jira/browse/AMBARI-15025
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.2.2
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Priority: Critical
> Fix For: 2.2.2
>
> Attachments: AMBARI-15025.patch, AMBARI-15025_branch-2.2.patch
>
>
> On 1200 node cluster I enabled filter for alerts and then put in a hostname
> filter... which showed hosts that did not match the filter. (video attached).
> POST request:
> URL:
> {code:java}
> /api/v1/clusters/perf/hosts?fields=Hosts/rack_info,Hosts/host_name,Hosts/maintenance_state,Hosts/public_host_name,Hosts/cpu_count,Hosts/ph_cpu_count,alerts_summary,Hosts/host_status,Hosts/last_heartbeat_time,Hosts/ip,host_components/HostRoles/state,host_components/HostRoles/maintenance_state,host_components/HostRoles/stale_configs,host_components/HostRoles/service_name,host_components/HostRoles/desired_admin_state,Hosts/total_mem,stack_versions/HostStackVersions,stack_versions/repository_versions/RepositoryVersions/repository_version,stack_versions/repository_versions/RepositoryVersions/id,stack_versions/repository_versions/RepositoryVersions/display_name&minimal_response=true&page_size=10&from=0&sortBy=Hosts/host_name.as
> {code}
> Data:
> {code:java}
> {"RequestInfo":{"query":"page_size=10&from=0&alerts_summary/CRITICAL>0|alerts_summary/WARNING>0&Hosts/host_name.matches(.*23.*)"}}
> {code}
> Response:
> {code:java}
> {
> "itemTotal" : "308",
> "items" : [
> {
> "Hosts" : {
> "cpu_count" : 4,
> "host_name" : "perf-b-1.c.pramod-thangali.internal",
> "host_status" : "HEALTHY",
> "ip" : "10.240.0.4",
> "last_heartbeat_time" : 1455013064276,
> "maintenance_state" : "OFF",
> "ph_cpu_count" : 4,
> "public_host_name" : "perf-b-1.c.pramod-thangali.internal",
> "rack_info" : "/default-rack",
> "total_mem" : 15301028
> }...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)