[ovs-discuss] Question:received unexpected reply message

Ben Pfaff blp at ovn.org
Thu Jun 22 03:38:19 UTC 2017


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.


More information about the discuss mailing list