<tpires>
Hi all, I have an OVN Central cluster where the leader of the NB started to use 100% of CPU load most of the time.
<tpires>
The database size is around 460MB and I already tried to use 24.03 but no luck, same behavior.
<tpires>
While in 100% CPU the read and write of the NB cluster is impacted. Doing a debugging when there is this increase of CPU load, I can see jsonrpc reply to a member of the cluster.
<tpires>
Do you know anything that can cause such behavior or other steps that I can run?
<felixhuettner>
is there maybe some client that regularly dumps/loads the whole database?
<tpires>
Hi Felix, we were suspecting it and we setup up an ovn-fake-multinode cluster and imported this database there and the behavior still the same. The jsonrpc reply that I mentioned is to a member of the cluster and the size of the reply is about 460MB, I think could be it that is increasing the load but I'm not sure what could be done to fix it.