-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.apache.kafka.common.errors.TimeoutException on UI only #165
Comments
Just to follow up on the issue, we also noticed that in the UI some consumers are supposed to be lagging, i.e., the PS: I added this as a comment since I'm sure that these two observations are somehow related to each other. |
Just another follow up, while we further investigated the issue. It looks like that this only happens for |
Thanks for reporting. Can you send me which URL specifically you're getting the timeout on along with a stack trace? Thanks! |
Hi Crim, thanks for following up: url for website: http://server/cluster/1/consumer/group-name Response from GET: {
"error": true,
"message": "Failed to get offsets by times in 15000ms",
"requestType": "ClusterNodes",
"causes": [{
"type": "org.apache.kafka.common.errors.TimeoutException",
"message": "Failed to get offsets by times in 15000ms",
"file": "",
"method": "",
"line": 0
}]
} Stack-Trace: |
Hi,
we are using
Kafka 2.2.0
and observingorg.apache.kafka.common.errors.TimeoutException
when selecting a specific consumer. The issue seems to occur only in the UI, when we use the shell scriptkafka-consumer-groups.sh
on the servers (on each broker), everything works just fine and the results for the group are returned immediately. This does not happen for all groups just for some.The exact error in the UI:
Any idea on how we could narrow down the problem or what could cause this issue?
Thanks a lot!
The text was updated successfully, but these errors were encountered: