[NIC-27] NIC QoS constraint fails to retrieve DSCP and profile name in Stable/beryllium. Created: 11/Mar/16  Updated: 03/May/18  Resolved: 25/Mar/16

Status: Resolved
Project: nic
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Arthi Bhattacharjee Assignee: Unassigned
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: 5501

 Description   

QoS constraint fails to retrieve DSCP and profile from the data store.



 Comments   
Comment by Arthi Bhattacharjee [ 15/Mar/16 ]

Current code implementation fails in Java version 1.8
The array elements(DSCP and Profile name) are getting swapped when it is read from the Data Store.

Java 1.8
Intent for loopIntent{getId=Uuid [_value=739d6661-6f0f-4fc5-8912-7cc00f0b307b], getQosConfig=[QosConfig{getOrder=1, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=0], getName=MED, augmentations={}}, augmentations={}}, augmentations={}}, QosConfig{getOrder=2, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=30], augmentations={}}, augmentations={}}, augmentations={}}], augmentations={}}

Java 1.7
Intent for loopIntent{getId=Uuid [_value=f5f28e4f-aede-42fc-9f38-d4a4889253c2], getQosConfig=[QosConfig{getOrder=2, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=30], augmentations={}}, augmentations={}}, augmentations={}}, QosConfig{getOrder=1, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=0], getName=MED, augmentations={}}, augmentations={}}, augmentations={}}], augmentations={}}

Comment by Alexis de Talhouƫt [ 25/Mar/16 ]

https://git.opendaylight.org/gerrit/#/c/36764/
https://git.opendaylight.org/gerrit/#/c/36100/

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