Bug 9015 - Unable to install group 47/62047/2
authorSam Hague <shague@redhat.com>
Sun, 20 Aug 2017 02:49:28 +0000 (22:49 -0400)
committerSam Hague <shague@redhat.com>
Mon, 4 Sep 2017 14:32:45 +0000 (14:32 +0000)
commita8d03455302d80832c98a1de7a67d63b7b28d0a7
tree503c5b81175d0a70ed7b7c0d7bf17c97d47df4f8
parent7d7267df01d894deb04136927e05a957e85ac576
Bug 9015 - Unable to install group

The code checking the response for the RPC was incorrectly assuming the future would return and Rpcresult.result

This job had extra debugging to show the result is coming back as null:

https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-ocata-gate-stateful-nitrogen/123/odl1_karaf.log.gz

2017-08-20 04:24:59,096 | INFO  | nPool-1-worker-0 | NexthopManager                   | 302 - org.opendaylight.netvirt.fibmanager-impl - 0.5.0.SNAPSHOT | Group 150000 with key nexthop.10000050.0.0.2/32 has been successfully installed directly on dpn 273623493589781. rpcResult: RpcResult [successful=true, result=null, errors=[]], isSuccessful: RpcResult [successful=true, result=null, errors=[]], getResult: true

Change-Id: Ie1717102b19aca85043ff7ddbba6bce6fbd6799d
Signed-off-by: Sam Hague <shague@redhat.com>
vpnservice/fibmanager/fibmanager-impl/src/main/java/org/opendaylight/netvirt/fibmanager/NexthopManager.java