On Thu, Jun 22, 2017 at 08:25:37AM +0800, Margin Hu wrote:
> I met an issue about neutron+openvswitch , in my
> neutron-openvswitch-agent.log, there is
> 
> 2017-06-22 06:38:23.541 6 DEBUG neutron.agent.ovsdb.native.vlog [-]
> tcp:192.168.16.11:6640: received unexpected reply message run
> /usr/lib/python2.7/site-packages/ovs/db/idl.py:255
> 
>  what's meaning of it ?  which component should I check ?

The comment says:

                # This can happen if a transaction is destroyed before we
                # receive the reply, so keep the log level low.
                vlog.dbg("%s: received unexpected %s message"
                         % (self._session.get_name(),
                             ovs.jsonrpc.Message.type_to_string(msg.type)))

so you can ignore it.
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to