Refactor subnet object in df db

Bug #1549125 reported by Li Ma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DragonFlow
Fix Released
High
Unassigned

Bug Description

The reason why this inconsistency problem is discovered is that the DF DB doesn't have a dedicated table for subnet. When updating subnet, it updates the corresponding network table 'lswitch', which increases the frequency of concurrent read/write operations on the same key. In order to reduce the possibility of race condition, we need to refactor the db schema.

Li Ma (nick-ma-z)
Changed in dragonflow:
importance: Undecided → Wishlist
assignee: nobody → Li Ma (nick-ma-z)
importance: Wishlist → Low
Revision history for this message
Omer Anson (omer-anson) wrote :

This may be needed for Selective-Proactive

Changed in dragonflow:
importance: Low → High
Omer Anson (omer-anson)
Changed in dragonflow:
assignee: Li Ma (nick-ma-z) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to dragonflow (master)

Reviewed: https://review.openstack.org/494557
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=395eeabf241bc200fbc91757a412900de650b4d0
Submitter: Zuul
Branch: master

commit 395eeabf241bc200fbc91757a412900de650b4d0
Author: Omer Anson <email address hidden>
Date: Thu Aug 17 16:49:30 2017 +0300

    Make Subnet a first-order model

    Change-Id: I369f7d99626f07b8e22a13bf374dae06697468bc
    Closes-Bug: #1549125
    Related-Bug: #1708178

Changed in dragonflow:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.