[
https://issues.apache.org/jira/browse/AMBARI-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144646#comment-15144646
]
Hudson commented on AMBARI-15025:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.2 #328 (See
[https://builds.apache.org/job/Ambari-branch-2.2/328/])
AMBARI-15025. Hosts page: Filtering works incorrectly with multiple
(onechiporenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=b75cc8d3a83cb61318bb7f9261cb56ec22fb4a48])
* ambari-web/app/controllers/main/host.js
> 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)