CMAK icon indicating copy to clipboard operation
CMAK copied to clipboard

AskTimeoutException in CMAK while adding and listing cluster

Open eshan2022 opened this issue 3 years ago • 2 comments

Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager)]] after [5000 ms]. Message of type [kafka.manager.model.ActorModel$KMAddCluster]. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply.

eshan2022 avatar Dec 06 '22 12:12 eshan2022

Facing AskTimeoutException while adding and listing cluster in CMAK

eshan2022 avatar Dec 06 '22 13:12 eshan2022

We still get this issue while running CMAK in k8s using - https://github.com/eshepelyuk/cmak-operator and connecting to zookepers that are also in k8s deployed using strimzi-kafka.

This is the error output :

Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager/my-cluster/kafka-state)]] after [2000 ms]. Message of type [kafka.manager.model.ActorModel$KSGetBrokers$] was sent by [Actor[akka://kafka-manager-system/user/kafka-manager/my-cluster#-2018076398]]. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply.

@eshepelyuk any info?

tinhutins avatar Aug 31 '23 08:08 tinhutins