Re: [ovs-dev] [PATCH 1/7] ovsdb: Add support for transaction forwarding to the replication mode.

2021-06-11 Thread Ilya Maximets
On 5/10/21 1:38 PM, Dumitru Ceara wrote: > On 5/1/21 2:55 AM, Ilya Maximets wrote: >> Current version of ovsdb replication allows to scale out read-only >> access to the primary database. However, many clients are not >> read-only but read-mostly. For example, ovn-controller. >> >> In order to

Re: [ovs-dev] [PATCH 1/7] ovsdb: Add support for transaction forwarding to the replication mode.

2021-05-10 Thread Dumitru Ceara
On 5/1/21 2:55 AM, Ilya Maximets wrote: > Current version of ovsdb replication allows to scale out read-only > access to the primary database. However, many clients are not > read-only but read-mostly. For example, ovn-controller. > > In order to scale out database access for this case

Re: [ovs-dev] [PATCH 1/7] ovsdb: Add support for transaction forwarding to the replication mode.

2021-04-30 Thread 0-day Robot
Bleep bloop. Greetings Ilya Maximets, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line lacks whitespace around operator #707 FILE: ovsdb/replication.c:1029:

[ovs-dev] [PATCH 1/7] ovsdb: Add support for transaction forwarding to the replication mode.

2021-04-30 Thread Ilya Maximets
Current version of ovsdb replication allows to scale out read-only access to the primary database. However, many clients are not read-only but read-mostly. For example, ovn-controller. In order to scale out database access for this case ovsdb-server need to process transactions that are not