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

Conductor appears to be deadlocked #229

Closed
patkivikram opened this issue Nov 30, 2021 · 0 comments
Closed

Conductor appears to be deadlocked #229

patkivikram opened this issue Nov 30, 2021 · 0 comments

Comments

@patkivikram
Copy link
Collaborator

patkivikram commented Nov 30, 2021

Checklist

  • [ x] I have included information about relevant versions
  • [ x] I have verified that the issue persists when using the master branch of Faust.

Steps to reproduce

Run the latest version 0.6.13 under load. After a certain time, the faust app stops processing all incoming messages

The issue appears to be with the call to

await self.wait_first(callback(message), self.suspend_flow.wait())

in faust/transport/consumer.py

Versions

  • Python version 3.8
  • Faust version 0.6.13
  • Operating system
  • Kafka version
  • RocksDB version (if applicable)
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

1 participant