On 6/11/23 04:16, Satish Patel via discuss wrote:
Folks,
I am getting some strange errors on my kolla based OVN deployment. I have only 5 nodes so it's not a large deployment. Are there any ovn related tuning options which I missed ?
I have the following timers configured at present.
ovn-openflow-probe-interval="60"
ovn-remote-probe-interval="60000"
<snip>
==> /var/log/kolla/openvswitch/ovsdb-server.log <== 2023-05-29T02:05:02.891Z|00027|reconnect|WARN|unix#67466: connection dropped (Connection reset by peer) 2023-05-31T16:20:33.494Z|00028|reconnect|ERR|tcp:127.0.0.1:59928 <http://127.0.0.1:59928>: no response to inactivity probe after 5 seconds, disconnecting 2023-06-01T20:43:23.516Z|00001|vlog|INFO|opened log file /var/log/kolla/openvswitch/ovsdb-server.log 2023-06-01T20:43:23.520Z|00002|ovsdb_server|INFO|ovsdb-server (Open vSwitch) 2.17.3 2023-06-01T20:43:33.522Z|00003|memory|INFO|7216 kB peak resident set size after 10.0 seconds 2023-06-01T20:43:33.522Z|00004|memory|INFO|atoms:826 cells:770 monitors:5 sessions:3 2023-06-03T07:44:05.774Z|00005|reconnect|ERR|tcp:127.0.0.1:40098 <http://127.0.0.1:40098>: no response to inactivity probe after 5 seconds, disconnecting 2023-06-03T09:41:49.039Z|00006|reconnect|ERR|tcp:127.0.0.1:60042 <http://127.0.0.1:60042>: no response to inactivity probe after 5 seconds, disconnecting
All the logs, except for these ones, can appear under normal circumstances and do not indicate any real issues on their own. I'm not sure what is connecting to a local ovsdb-server from the localhost via TCP. It's not OVN. Maybe some OpenStack component? In any case, this doesn't seem related to the core OVN itself. Best regards, Ilya Maximets.