Skip to content
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

Offset Commit Timed Out #74

Closed
johnpaullarsen opened this issue Mar 17, 2017 · 6 comments
Closed

Offset Commit Timed Out #74

johnpaullarsen opened this issue Mar 17, 2017 · 6 comments

Comments

@johnpaullarsen
Copy link

johnpaullarsen commented Mar 17, 2017

I've got a connector set up with a constant low volume stream of messages (10/min). While everything seems to work fine the following warning is being logged at regular intervals:

WARN Commit of WorkerSinkTask{id=elastic-authenticatedcall-sink-2} offsets timed out

The storage topics are configured as specified here http://docs.confluent.io/3.2.0/connect/userguide.html#distributed-worker-configuration

Timeouts are set to the defaults (which seem generous)

The kafka cluster is running 3 nodes and has essentially no load. Everything appears to work fine, and when stopping and starting the connector it appears to pick up where it left off.

Can anyone shed any light on this warning? Should I be concerned?

@ewencp
Copy link
Contributor

ewencp commented Apr 6, 2017

Is there any other info in the log about these errors? The timeout may not strictly be a problem in the sense that the final step in committing offsets is to write those offsets to a Kafka topic. That write may timeout, but that doesn't necessarily mean it failed.

If the time between the start of commit and timeout is very small, then it sounds like this could be a case of https://issues.apache.org/jira/browse/KAFKA-4942 which looks like a regression in 0.10.2.0. Hopefully we can get a fix into 0.10.2.1, but as I said, in the meantime, just the timeout is not an indication it completely failed (which is why we have it at WARN, whereas a true error would get logged at a higher level).

@johnpaullarsen
Copy link
Author

I can confirm this is the exact same issue as https://issues.apache.org/jira/browse/KAFKA-4942

@jomach
Copy link

jomach commented Oct 5, 2017

I have the exact same problem. On confluent 3.3.0

@FS1360472174
Copy link

+1, how to fix this

@jomach
Copy link

jomach commented Oct 18, 2017

@FS1360472174 My problem was that the super.users were configured wrong on cloudera.

@FS1360472174
Copy link

@jomach thanks,my problem is es cluster is not work well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants