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

Fetching metadata when no routing to leader does not comply to socket_timeout_ms parameter. #78

Open
szymonsobczak opened this issue Dec 30, 2014 · 0 comments · May be fixed by #79
Open

Comments

@szymonsobczak
Copy link

How to reproduce:

  • initialise poseidon publisher, start kafka console consumer, publish test message (works)
  • on kafka leader machine:
    sudo iptables -A INPUT -p tcp --dport 7200 -j DROP && sudo service kafka stop
  • publish test message (message not delivered)
  • refresh metadata - hangs for > 1min (no aggressive timeout here). After this time publishing messages works again
@szymonsobczak szymonsobczak linked a pull request Dec 30, 2014 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant