yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75248
[Bug 1797663] [NEW] refactor def _get_dvr_sync_data from neutron/db/l3_dvr_db.py
Public bug reported:
The function def _get_dvr_sync_data in neutron/db/l3_dvr_db.py is
fetching and processing routers data and since its called upon for each
dvr ha router type on update, its becomes very hard to pin point issues
in such a massive method, so I propose breaking it into two methods.
def _get_dvr_sync_data and _process_dvr_sync_data. will make debugging
in future easy.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1797663
Title:
refactor def _get_dvr_sync_data from neutron/db/l3_dvr_db.py
Status in neutron:
New
Bug description:
The function def _get_dvr_sync_data in neutron/db/l3_dvr_db.py is
fetching and processing routers data and since its called upon for
each dvr ha router type on update, its becomes very hard to pin point
issues in such a massive method, so I propose breaking it into two
methods.
def _get_dvr_sync_data and _process_dvr_sync_data. will make debugging
in future easy.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1797663/+subscriptions
Follow ups