Uploaded image for project: 'ONOS'
  1. ONOS
  2. ONOS-4129

Network Config Store does not process pending config properly

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: 1.5.0
    • Component/s: None
    • Labels:
      None
    • Story Points:
      2
    • Epic Link:

      Description

      A bug is observed when an app has two configs with the same config key but under different subject class since processPendingConfigs only checks the config key.

      private void processPendingConfigs(ConfigFactory configFactory) {
              Set<ConfigKey> toBePruned = Sets.newHashSet();
              configs.keySet().forEach(k -> {
                  if (Objects.equals(k.configKey, configFactory.configKey())) {
      

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            charles Charles Chan
            Reporter:
            charles Charles Chan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: