You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/11/20 17:43:01 UTC

[jira] [Commented] (AMBARI-24842) BE: Performance Tune Hosts Pages

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

Hudson commented on AMBARI-24842:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10314 (See [https://builds.apache.org/job/Ambari-trunk-Commit/10314/])
AMBARI-24842. BE: Performance Tune Hosts Pages (mpapirkovskyy) (#2635) (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=f15a271c71137b11368cdc0fa6319b685d85edef])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/host/HostImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/Host.java


> BE: Performance Tune Hosts Pages
> --------------------------------
>
>                 Key: AMBARI-24842
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24842
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Myroslav Papirkovskyi
>            Assignee: Myroslav Papirkovskyi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Hosts List - The initial host page and filter operations should all take less than 2 seconds. Today on the 5k node cluster all operations are taking 4 seconds.
> Request URL for filtering:
> {noformat}
> /api/v1/clusters/c1/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/host_state,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/display_name,host_components/HostRoles/desired_admin_state,host_components/metrics/dfs/namenode/ClusterId,host_components/metrics/dfs/FSNamesystem/HAState,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,host_components/logging&page_size=10&from=0&sortBy=Hosts/host_name.asc
> {noformat}
> with various parameters:
> {noformat}
> {"RequestInfo":{"query":"page_size:100
> from:0
> Hosts/host_status:HEALTHY"}}{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)