You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2016/02/12 11:21:18 UTC

[jira] [Created] (AMBARI-15025) Hosts page: Filtering works incorrectly with multiple filters applied

Oleg Nechiporenko created AMBARI-15025:
------------------------------------------

             Summary: 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


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)