Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
Operating System: Linux
Platform: All
-
6518
Description
Tested the Legacy Netvirt in stable/Boron
a. 3node ODL feature: odl-ovsdd-openstack
openflowplugin features:
opendaylight-user@root>feature:list -i | grep -i openflow
odl-openflowjava-protocol | 0.8.0-SNAPSHOT | x | odl-openflowjava-0.8.0-SNAPSHOT | OpenDaylight :: Openflow Java :: Protocol
odl-openflowplugin-flow-services | 0.3.0-SNAPSHOT | x | openflowplugin-0.3.0-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Flow Services
odl-openflowplugin-southbound | 0.3.0-SNAPSHOT | x | openflowplugin-0.3.0-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Li southbound A
odl-openflowplugin-nsf-model | 0.3.0-SNAPSHOT | x | openflowplugin-0.3.0-SNAPSHOT | OpenDaylight :: OpenflowPlugin :: NSF :: Model
odl-openflowplugin-app-config-pusher | 0.3.0-SNAPSHOT | x | openflowplugin-0.3.0-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Application - d
odl-openflowplugin-app-topology | 0.3.0-SNAPSHOT | x | openflowplugin-0.3.0-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Application - t
odl-openflowplugin-app-forwardingrules-manager | 0.3.0-SNAPSHOT | x | openflowplugin-0.3.0-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Application - F
odl-openflowplugin-nxm-extensions | 0.3.0-SNAPSHOT | x | openflowplugin-extension-0.3.0-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Nicira Extensio
b. Used 3 Openstack nodes
c. After stacking successfully, checked the flow entires in all openstack nodes
expectation: initial pipeline flows to be installed
REsult: In 2nodes, the flows were installed successfully, it failed in 1 openstack node.
Checked the karaf .log and saw the below ERROR getting repeated for a long time
--------------START---------------
2016-08-23 23:17:32,980 | INFO | entLoopGroup-9-2 | ConnectionContextImpl | 296 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Unregister outbound queue successful.
2016-08-23 23:17:32,981 | INFO | entLoopGroup-9-2 | RpcManagerImpl | 296 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Unregister RPCs services for device context closure
2016-08-23 23:17:32,981 | INFO | entLoopGroup-9-2 | RoleContextImpl | 296 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Role context closed, unregistering all candidates for ownership for node Uri [_value=openflow:115000609043230]
2016-08-23 23:17:40,941 | INFO | entLoopGroup-9-1 | ConnectionAdapterImpl | 291 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.8.0.SNAPSHOT | Hello received / branch
2016-08-23 23:17:40,942 | INFO | entLoopGroup-9-1 | DeviceManagerImpl | 296 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | ConnectionEvent: Device connected to controller, Device:/10.128.0.7:50630, NodeId:Uri [_value=openflow:115000609043230]
2016-08-23 23:17:40,943 | ERROR | entLoopGroup-9-1 | HandshakeListenerImpl | 296 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | ConnectionContext initial processing failed: Role context for master Node Uri [_value=openflow:115000609043230] is still not closed.
---------------END---------------
After sometime some flow entries were installed, but stil lthe initial pipeline flows were missing.
Attached the logs from all three ODL
Error is found in ODL3 log and once in ODL1 log.