In the case when sync msg failed, the returned error msg is listened by both sync... 56/256/1
authorJason Ye <yisye@cisco.com>
Thu, 25 Apr 2013 21:50:23 +0000 (14:50 -0700)
committerJason Ye <yisye@cisco.com>
Thu, 25 Apr 2013 21:50:23 +0000 (14:50 -0700)
commit4136af4048e3d05f3432614b2421fbcebb97ed33
tree867331a3e2ca63de6a75aa6151bbbf03270cd28c
parent752d1c2dd164f5789a9197b3718dc790c02fec73
In the case when sync msg failed, the returned error msg is listened by both sync msg worker thread and FlowProgrammerService. For sync msg error, FlowProgrammerService should skip the error since it'll be handled by sync msg worker thread.
Signed-off-by: Jason Ye <yisye@cisco.com>
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/FlowProgrammerService.java