Re: [ovs-dev] [PATCH] ovsdb-idl: Add function to set next_remote in jsonrpc session.

2020-09-03 Thread winson wang
Hi Ilya, Thanks for your comments. Please see my reply inline. On 9/3/20 2:01 PM, Ilya Maximets wrote: External email: Use caution opening links or attachments On 8/13/20 10:52 PM, Zhen Wang wrote: OVN SouthBound DB in clustered mode, when one raft node down and online. All the ovn-controll

Re: [ovs-dev] [PATCH] ovsdb-idl: Add function to set next_remote in jsonrpc session.

2020-09-03 Thread Ilya Maximets
On 8/13/20 10:52 PM, Zhen Wang wrote: > OVN SouthBound DB in clustered mode, when one raft node down and > online. All the ovn-controller clients will not migirate back which > cause RAFT DB clients unbalanced state. > > This function provides a way to set the IDL jsonrpc session next_remote. > Wh

Re: [ovs-dev] [PATCH] ovsdb-idl: Add function to set next_remote in jsonrpc session.

2020-08-26 Thread Han Zhou
On Thu, Aug 13, 2020 at 1:51 PM Zhen Wang wrote: > > OVN SouthBound DB in clustered mode, when one raft node down and > online. All the ovn-controller clients will not migirate back which > cause RAFT DB clients unbalanced state. > > This function provides a way to set the IDL jsonrpc session next

[ovs-dev] [PATCH] ovsdb-idl: Add function to set next_remote in jsonrpc session.

2020-08-13 Thread Zhen Wang
OVN SouthBound DB in clustered mode, when one raft node down and online. All the ovn-controller clients will not migirate back which cause RAFT DB clients unbalanced state. This function provides a way to set the IDL jsonrpc session next_remote. Which can let caller to set the next reconnect remot