You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2016/06/15 00:34:30 UTC

[jira] [Resolved] (SLIDER-1079) Cache MetaInfo for AgentClientProvider

     [ https://issues.apache.org/jira/browse/SLIDER-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gour Saha resolved SLIDER-1079.
-------------------------------
    Resolution: Fixed

> Cache MetaInfo for AgentClientProvider
> --------------------------------------
>
>                 Key: SLIDER-1079
>                 URL: https://issues.apache.org/jira/browse/SLIDER-1079
>             Project: Slider
>          Issue Type: Bug
>          Components: client
>    Affects Versions: Slider 0.81, Slider 0.90.2
>            Reporter: shanyu zhao
>            Assignee: shanyu zhao
>             Fix For: Slider 0.91
>
>         Attachments: SLIDER-1079.1.patch, SLIDER-1079.patch
>
>
> During app creation, the slider client calls AgentUtils.getApplicationMetainfo() 3 times. Each time this function actually download the whole app package from HDFS. If the app package is big, this is rather inefficient.
> The 3 places are:
> 1) SliderClient.actionBuild() -> AgentClientProvider.validateInstanceDefinition()
> 2) AgentClientProvider.getApplicagionTags()
> 3) AgentClientProvider.validateInstanceDefinition()
> We should cache the metainfo object in AgentClientProvider.
>  



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