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

Wakeup timeouts in failing tests #73

Open
ivanopagano opened this issue Apr 7, 2017 · 1 comment
Open

Wakeup timeouts in failing tests #73

ivanopagano opened this issue Apr 7, 2017 · 1 comment

Comments

@ivanopagano
Copy link

ivanopagano commented Apr 7, 2017

Hi, not sure this is tied to the library or somehow to the client used for tests.

Our test suites fail quite regularly if we configure timeouts for our kafka consumer (which uses the akka-stream-kafka library) as follows:

  wakeup-timeout = 1s
  max-wakeups = 5

I have no stack-trace to provide, but the log errors are

[ERROR][2017-04-07 10:12:52,819][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping.
[ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping.
[ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping.
[ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping.
[ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping.
[ERROR][2017-04-07 10:12:53,911][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping.

If somehow it comes out that the error is not related to the library, I'll escalate to the kafka-stream project.

@manub
Copy link
Owner

manub commented Apr 7, 2017

I had a similar problem with the wakeup-timeout using akka-kafka. Honestly I don't think this is library related but I'll have a look anyway.

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

No branches or pull requests

2 participants