You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "shanyu zhao (JIRA)" <ji...@apache.org> on 2016/05/24 00:52:12 UTC

[jira] [Updated] (SLIDER-1131) Do not try to read agent config file if FileName is not set

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

shanyu zhao updated SLIDER-1131:
--------------------------------
    Affects Version/s: Slider 0.90.2
          Description: 
Slider AM tries to download and read the app package to get configuration described in the <configFiles> section of metainfo. If the <fileName> tag is not set for the configFile, there is no need to download the whole app package just to read the config file.

This is impacting performance if we have a big package, e.g. 200MB. We don't want AM to read the package just to read some default configuration for the agent. So in metainfo we can set <fileName> to "" for AM to skip this step.
          Component/s: agent-provider
              Summary: Do not try to read agent config file if FileName is not set  (was: y;kj)

> Do not try to read agent config file if FileName is not set
> -----------------------------------------------------------
>
>                 Key: SLIDER-1131
>                 URL: https://issues.apache.org/jira/browse/SLIDER-1131
>             Project: Slider
>          Issue Type: Bug
>          Components: agent-provider
>    Affects Versions: Slider 0.90.2
>            Reporter: shanyu zhao
>
> Slider AM tries to download and read the app package to get configuration described in the <configFiles> section of metainfo. If the <fileName> tag is not set for the configFile, there is no need to download the whole app package just to read the config file.
> This is impacting performance if we have a big package, e.g. 200MB. We don't want AM to read the package just to read some default configuration for the agent. So in metainfo we can set <fileName> to "" for AM to skip this step.



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