KAFKA-topics.sh --list TimeoutException #9605
-
Bug DescriptionERROR org.apache.kafka.common.errors.TimeoutException: Call(callName=listTopics, deadlineMs=1706136118301, tries=1, nextAllowedTryMs=1706136118444) timed out at 1706136118344 after 1 attempt(s) This the error I get when I try to list the commands the history of the situation I had pods working but suddenly stopped after change made by adding firewall so list commands outside my OKE ( oracle kubernetes) stopped giving time out exception so I created as a debugging investigation a server standalone VM on OCI ( oracle cloud ) this is the source and the destination is normal 3 linux servers as a cluster with apache kafka 3.6 , when I try to list i get timeout, but what is confusing me when I try to create or produce or consume it works well , there is a firewall between OCI and servers but network team confirms that everything is allowed. listing topics from the servers to OCI wasn't working also but when we changed the etc/hosts file in the servers, it could list the topics on OCI I will post below the debugging I tried when I ran the command Registered kafka:type=kafka.Log4jController MBean [AdminClient clientId=adminclient-1] Setting bootstrap cluster metadata Cluster(id = null, nodes = [xx.x.xxx:9092 (id: -2 rack: null), xx.x.xxx:9092 (id: -1 rack: null)], partitions = [], controller = null). so now the OKE not working outside its enivronment can't list the other outside clusters and you have see the above logs of also the oci ( excluding kubernetes ) so any help on that or something i could discover more ? Steps to reproduceNo response Expected behaviorNo response Strimzi version0.38 Kubernetes version1.27 Installation methodNo response InfrastructureOracle cloud infracstructure Configuration files and logsNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
You should probably start from the beginning and explain what are you doing:
|
Beta Was this translation helpful? Give feedback.
-
the above is my yaml for kafka when I am in the pod i can list the internal topics of my pod the above commands works well and find and it list the internal topics using that user configuraiton when i am trying to talk to these IPs ip: 172.hh.yy.zz ( which are in the yaml ) it was working as i clarified but after a change made by firewall it gave time out then when the change in firewall and netwrok got rolled back still facing the same issue of time out when trying to list the topics |
Beta Was this translation helpful? Give feedback.
Not as far as I know. It is just some networking configuration outside of Kafka.