You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
priorityAssigner will issue priority updates to reconciler if a newly inserted priority requires established OVS flows to alter their priorities. If such operation fails, priorityAssigner should revert its internal mappings of priority<->ofPriority. Otherwise, the state in priorityAssigner and OVS table will be different.
To Reproduce
Currently not reproducible there is no known sequence of actions that will cause flow priority re-assignment to fail.
Expected behavior
priorityAssigner rolls back priority updates should the flow priority update installation fail for some reason.
The text was updated successfully, but these errors were encountered:
* Revert priority updates if flow realization fails
* Return the revert function as closure in the re-assignment process
* Address comments
Fixesantrea-io#1095
* Revert priority updates if flow realization fails
* Return the revert function as closure in the re-assignment process
* Address comments
Fixesantrea-io#1095
Describe the bug
priorityAssigner will issue priority updates to reconciler if a newly inserted priority requires established OVS flows to alter their priorities. If such operation fails, priorityAssigner should revert its internal mappings of priority<->ofPriority. Otherwise, the state in priorityAssigner and OVS table will be different.
To Reproduce
Currently not reproducible there is no known sequence of actions that will cause flow priority re-assignment to fail.
Expected behavior
priorityAssigner rolls back priority updates should the flow priority update installation fail for some reason.
The text was updated successfully, but these errors were encountered: