[ovs-discuss] Huge Logical_DP_Groups; NorthD 100% CPU

2024-03-28 Thread Шагов Георгий via discuss
Hello everyone In our setup (*) we have encountered a problem with NorthD consuming 100% CPU Looking into transaction log of SBDB it was found that some transactions from NorthD take almost 2Mb in Json; these are not exception, rather regular Looking deeply into the transaction we have encountere

Re: [ovs-discuss] Huge Logical_DP_Groups; NorthD 100% CPU

2024-03-28 Thread Vladislav Odintsov via discuss
Hi George, do you experience these problems with 22.03 version? If yes, you may want try patch by Ilya [1], which is a part of 23.09 release. Shortly, there was a problem where a new datapath in OVN caused a full re-create of datapath_groups, which results in a huge ovsdb transaction. 1: https:

Re: [ovs-discuss] Huge Logical_DP_Groups; NorthD 100% CPU

2024-03-28 Thread Vladislav Odintsov via discuss
Sorry, it first appeared in 23.06. > On 28 Mar 2024, at 17:13, Vladislav Odintsov wrote: > > Hi George, > > do you experience these problems with 22.03 version? > If yes, you may want try patch by Ilya [1], which is a part of 23.09 release. > Shortly, there was a problem where a new datapath in

Re: [ovs-discuss] Huge Logical_DP_Groups; NorthD 100% CPU

2024-03-28 Thread Ilya Maximets via discuss
On 3/28/24 14:24, Шагов Георгий via discuss wrote: > Hello everyone > > In our setup (*) we have encountered a problem with NorthD consuming 100% CPU > Looking into transaction log of SBDB it was found that some transactions from > NorthD take almost 2Mb in Json; these are not exception, rather re