VOL-3913 Group sink add/remove operations expire in InOrderFlowObjectiveManager since OltPipeline invalidates the next group operation instead of the current one when it receives a group event for the related group.

Solution:
Group is removed from the pendingGroups cache before notifying InOrderFlowObjectiveManager.

Change-Id: I77a04d4c187b994f9a3f3f8b4de5e61cdc6df697
1 file changed
tree: 37b657d5bd5ef6fafc4e537d3f9a60fed0b4b9c9
  1. .cloudbees.md
  2. .gitignore
  3. .gitreview
  4. CODE_OF_CONDUCT.md
  5. LICENSE.txt
  6. README.md
  7. TEST-README.md
  8. api/
  9. app/
  10. impl/
  11. pom.xml
  12. spotbugs-security-exclude.xml
  13. spotbugs-security-include.xml
  14. web/
README.md

ONOS OLT OpenFlow Control Application

Build

Let's build all the code

mvn clean install