[ovs-dev] [PATCH 1/1] ovsdb: Fix ovsdb-server replication blocking bug

Ben Pfaff blp at ovn.org
Tue Jun 28 22:09:14 UTC 2016


On Tue, Jun 28, 2016 at 09:50:34PM +0000, Cabrera Vega, Mario Alberto wrote:
> With this patch ovsdb-server no longer blocks waiting for the remote server
> connection when doing replication.
> 
> Signed-off-by: Mario Cabrera <mario.cabrera at hpe.com>

Thanks.  This fixes part of a problem, so I applied it, but the problem
is sure to recur due to the other blocking calls in replication.c:

    245:    error = check_jsonrpc_error(jsonrpc_transact_block(rpc, request, &reply),
    284:    error = check_jsonrpc_error(jsonrpc_transact_block(rpc, request, &reply),
    362:    jsonrpc_recv_block(rpc, &msg);

Thanks,

Ben.



More information about the dev mailing list