Replies: 1 comment
-
These messages come from misconfigured clients or possible from some software which is not Kafka client and just tests the TCP connection. You can get rid of them in two ways -> you change the logging configuration, but no idea how many important messages you loose. Or you stop the clients or the software doing this. The pods in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am getting lot of failed authentication messages in kafka broker logs from 3 ip's . These are not error message and my broker works fine along with kafka connect . I have faced no issues so far but I need to stop these messages as they are filling up logs. When I checked those ip's are from pod running in kube-system namespace.
kafka broker logs:
2022-11-21 18:29:00,377 INFO [SocketServer listenerType=ZK_BROKER, nodeId=0] Failed authentication with /172.22.199.5 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-0-ListenerName(LBINTERNAL-9093)-SASL_SSL-7]
2022-11-21 18:29:00,722 INFO [SocketServer listenerType=ZK_BROKER, nodeId=0] Failed authentication with /172.22.199.36 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-0-ListenerName(LBINTERNAL-9093)-SASL_SSL-8]
2022-11-21 18:29:01,061 INFO [SocketServer listenerType=ZK_BROKER, nodeId=0] Failed authentication with /172.22.199.67 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-0-ListenerName(LBINTERNAL-9093)-SASL_SSL-9]
kubectl get pods -o wide -n kube-system:
azure-ip-masq-agent-nj7bj 1/1 Running 0 20d 172.22.199.36 aks-agentpool-26742881-vmss000001
azure-ip-masq-agent-w2pqd 1/1 Running 0 20d 172.22.199.5 aks-agentpool-26742881-vmss000000
azure-ip-masq-agent-x8mgf 1/1 Running 0 20d 172.22.199.67 aks-agentpool-26742881-vmss000002
azure-policy-555b999fc9-59k7d 1/1 Running 1 (104d ago) 104d 172.22.199.27 aks-agentpool-26742881-vmss000000
azure-policy-webhook-8cb5c6df6-kj865 1/1 Running 0 104d 172.22.199.11 aks-agentpool-26742881-vmss000000
cloud-node-manager-7xmdt 1/1 Running 0 20d 172.22.199.67 aks-agentpool-26742881-vmss000002
cloud-node-manager-h4bpd 1/1 Running 0 20d 172.22.199.5 aks-agentpool-26742881-vmss000000
cloud-node-manager-jfrkt 1/1 Running 0 20d 172.22.199.36 aks-agentpool-26742881-vmss000001
coredns-57dd64d696-pkjxb 1/1 Running 0 45d 172.22.199.13 aks-agentpool-26742881-vmss000000
coredns-57dd64d696-sdc6w 1/1 Running 0 33d 172.22.199.75 aks-agentpool-26742881-vmss000002
coredns-autoscaler-549489f84f-r7jdf 1/1 Running 0 33d 172.22.199.78 aks-agentpool-26742881-vmss000002
csi-azuredisk-node-5t5gz 3/3 Running 0 30d 172.22.199.67 aks-agentpool-26742881-vmss000002
csi-azuredisk-node-8cfvx 3/3 Running 0 30d 172.22.199.36 aks-agentpool-26742881-vmss000001
csi-azuredisk-node-w94g5 3/3 Running 0 30d 172.22.199.5 aks-agentpool-26742881-vmss000000
csi-azurefile-node-2x7vp 3/3 Running 0 30d 172.22.199.67 aks-agentpool-26742881-vmss000002
csi-azurefile-node-cmzr7 3/3 Running 0 30d 172.22.199.36 aks-agentpool-26742881-vmss000001
csi-azurefile-node-fmqlb 3/3 Running 0 30d 172.22.199.5 aks-agentpool-26742881-vmss000000
konnectivity-agent-7bb7f89795-2bb6z 1/1 Running 0 15d 172.22.199.34 aks-agentpool-26742881-vmss000000
konnectivity-agent-7bb7f89795-rbh7p 1/1 Running 0 15d 172.22.199.56 aks-agentpool-26742881-vmss000001
kube-proxy-dbz5p 1/1 Running 1 (33d ago) 56d 172.22.199.36 aks-agentpool-26742881-vmss000001
kube-proxy-jpgkj 1/1 Running 0 56d 172.22.199.67 aks-agentpool-26742881-vmss000002
kube-proxy-s5swj 1/1 Running 0 56d 172.22.199.5 aks-agentpool-26742881-vmss000000
kafka yaml:
please help.
Thanks,
Shiva
Beta Was this translation helpful? Give feedback.
All reactions