Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-9188

NetworkGarbageCollector is not using gc.interval and gc.wait from settings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 4.7.0
    • 4.7.1, 4.8.0
    • Network Controller
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      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);

      Attachments

        Activity

          People

            wilder.rodrigues Wilder Rodrigues
            wilder.rodrigues Wilder Rodrigues
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: