config: fix inefficient sorting in list operations
Bug #1416089 reported by
Hampapur Ajay
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Committed
|
Critical
|
Hampapur Ajay | ||
R1.1 |
Fix Committed
|
Critical
|
Hampapur Ajay | ||
R2.0 |
Fix Committed
|
Critical
|
Hampapur Ajay | ||
R2.1 |
Fix Committed
|
Critical
|
Hampapur Ajay | ||
OpenContrail |
Fix Committed
|
Critical
|
Hampapur Ajay |
Bug Description
In the autogenerated code (by generateDS) in scale tests encountered an inefficient sort operation within a loop during list api implementation. Need to fix this to be outside the loop.
Changed in opencontrail: | |
assignee: | nobody → Hampapur Ajay (hajay) |
importance: | Undecided → Critical |
Changed in juniperopenstack: | |
importance: | Undecided → Critical |
assignee: | nobody → Hampapur Ajay (hajay) |
To post a comment you must log in.
Reviewed: https:/ /review. opencontrail. org/6786 github. org/Juniper/ contrail- generateDS/ commit/ 74b8b44e456f529 a06c26a5a91b334 44752a2bd6
Committed: http://
Submitter: Zuul
Branch: R2.1
commit 74b8b44e456f529 a06c26a5a91b334 44752a2bd6
Author: Hampapur Ajay <email address hidden>
Date: Thu Jan 29 12:20:52 2015 -0800
config-autogen: generate sort operation outside for loop
List operations in scale tests are inefficient due to incorrect
position of sort call.
Change-Id: Id695a55a489458 06cd477a1520731 f45fb691c56
Closes-Bug: #1416089