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 <[email protected]>
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.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev