[YANGTOOLS-421] Ordered-by user is broken again - SFC is broken Created: 14/Mar/15  Updated: 10/Apr/22  Resolved: 16/Mar/15

Status: Resolved
Project: yangtools
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Reinaldo Penno Assignee: Jan Hajnar
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 2846
Priority: Highest

 Description   

If you have a list with "ordered-by user" until recently behavior was that the list would be retrieved in the same order it was originally created. Now, it is broken and list and retrieved out of order. I included an "order" leaf to track this. The retrieved order both from RESTconf and JAVA is 0, 2 ,1 but should be 0, 1, 2.

Order in SFC is paramount so SFC is can not work.

{
"name": "SFC1",
"symmetric": true,
"sfc-service-function": [

{ "name": "dpi-abstract1", "order": 0, "type": "service-function-type:dpi" }

,

{ "name": "qos-abstract1", "order": 2, "type": "service-function-type:qos" }

,

{ "name": "ids-abstract1", "order": 1, "type": "service-function-type:ids" }

]
}
]
}



 Comments   
Comment by Jan Hajnar [ 16/Mar/15 ]

patch:
https://git.opendaylight.org/gerrit/#/c/16622/

Comment by Jan Hajnar [ 16/Mar/15 ]

patch:
https://git.opendaylight.org/gerrit/#/c/16622/

Generated at Wed Feb 07 20:53:11 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.