You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Wilder Rodrigues (JIRA)" <ji...@apache.org> on 2016/01/20 07:32:39 UTC

[jira] [Closed] (CLOUDSTACK-9188) NetworkGarbageCollector is not using gc.interval and gc.wait from settings

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

Wilder Rodrigues closed CLOUDSTACK-9188.
----------------------------------------
    Resolution: Not A Problem

The GC interval was being loaded correctly. When I executed the tests without these changes, the test broken. Later I found out it was environment related.

> NetworkGarbageCollector is not using gc.interval and gc.wait from settings
> --------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9188
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9188
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Network Controller
>    Affects Versions: 4.7.0
>            Reporter: Wilder Rodrigues
>            Assignee: Wilder Rodrigues
>             Fix For: 4.7.1
>
>
> The settings are bing used from local object and not retrieving what has been saved in the DB.
> From lines 3333 to 3336:
>     public static final ConfigKey<Integer> NetworkGcWait = new ConfigKey<Integer>(Integer.class, "network.gc.wait", "Advanced", "600",
>             "Time (in seconds) to wait before shutting down a network that's not in used", false, Scope.Global, null);
>     public static final ConfigKey<Integer> NetworkGcInterval = new ConfigKey<Integer>(Integer.class, "network.gc.interval", "Advanced", "600",
>             "Seconds to wait before checking for networks to shutdown", true, Scope.Global, null);



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