[ovs-dev] [PATCH v1] ovsdb-server.7.rst Fix response result of monitor_cond_change

Ben Pfaff blp at ovn.org
Wed Jul 7 20:32:32 UTC 2021


On Tue, Jun 15, 2021 at 03:01:47PM +0300, Alexey Roytman wrote:
> From: Alexey Roytman <roytman at il.ibm.com>
> 
> The original version said that "monitor_cond_change" request response 
> should contain '"result": null'. However, if response message has form 
> like {"id":13, "result":null} or {"id":13} the ovsdb client 
> (ovn-controller) returns the folling misleading message and closes 
> connection.
> 
> 2021-06-07T14:32:30.116Z|00026|jsonrpc|WARN|tcp:172.18.0.4:6642: received
>   bad JSON-RPC message: request must have "method"
> 2021-06-07T14:32:30.116Z|00027|reconnect|WARN|tcp:172.18.0.4:6642: 
>   connection dropped (Protocol error)
> 
> Signed-off-by: Alexey Roytman <roytman at il.ibm.com>

Thanks for the correction.  I applied this patch to OVS.


More information about the dev mailing list