Hi,
Since upgrading of confluent ksqlDB from 5.5 to 6, i can see frequent lines in logs which are as follows :-
Feb 17 10:45:12 ip-10-*-*-14* ksql-server-start: [2021-02-17 10:45:12,916] INFO Host: KsqlHostInfo{host='10.*.*.13*', port=8088} marked as dead. (io.confluent.ksql.rest.server.HeartbeatAgent:250)
This message is getting logged on all nodes for all other nodes of the cluster. I checked connectivity from my end on 8088 port using telnet and can see connectivity is fine.
I tried restarting nodes but still it is coming.
Is it a bug OR i am missing something ?