[ovs-dev] [PATCH v2 05/17] ovsdb: replication: Isolate databases from each other.

2024-01-09 Thread Ilya Maximets
Refactoring of the replication code, so each database is handled separately from each other. Supposed to work the same way as before with the only difference that each backup database will have its own connection to the source and will have its own state machine. >From the user's perspective, the

Re: [ovs-dev] [PATCH v2 05/17] ovsdb: replication: Isolate databases from each other.

2024-01-12 Thread Dumitru Ceara
On 1/9/24 23:49, Ilya Maximets wrote: > Refactoring of the replication code, so each database is handled > separately from each other. Supposed to work the same way as before > with the only difference that each backup database will have its own > connection to the source and will have its own sta

Re: [ovs-dev] [PATCH v2 05/17] ovsdb: replication: Isolate databases from each other.

2024-01-15 Thread Ilya Maximets
On 1/12/24 16:17, Dumitru Ceara wrote: > On 1/9/24 23:49, Ilya Maximets wrote: >> Refactoring of the replication code, so each database is handled >> separately from each other. Supposed to work the same way as before >> with the only difference that each backup database will have its own >> conne

Re: [ovs-dev] [PATCH v2 05/17] ovsdb: replication: Isolate databases from each other.

2024-01-15 Thread Dumitru Ceara
On 1/15/24 13:45, Ilya Maximets wrote: > On 1/12/24 16:17, Dumitru Ceara wrote: >> On 1/9/24 23:49, Ilya Maximets wrote: >>> Refactoring of the replication code, so each database is handled >>> separately from each other. Supposed to work the same way as before >>> with the only difference that ea