InCNTRE / FlowScale

OpenFlow Based Load Balancer
http://incntre.github.io/FlowScale
Other
20 stars 11 forks source link

Duplicate Entries when hot swapping is done #33

Closed akhalfan closed 12 years ago

akhalfan commented 12 years ago

FlowScale allows duplicate matches in the table , since they have different priorities it is allowed in the table. The duplicate entries might affect the stat collection as duplicate entries will be inserted in the tables

akhalfan commented 12 years ago

Instead of getting the priorities from the database, priorities were obtained (real time) from the OFRule ArrayList in the Group class