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

Transport: Add a dedicated ping channel #3362

Closed
kimchy opened this issue Jul 22, 2013 · 0 comments
Closed

Transport: Add a dedicated ping channel #3362

kimchy opened this issue Jul 22, 2013 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Jul 22, 2013

Today, we have a low/med/high channel groups in our transport layer. High is used to publish cluster state and send ping requests. Sometimes, the overhead of publishing large cluster states can interfere with ping requests.

Introduce a new, dedicated ping channel (with size 1) to have a channel that only handles ping requests.

@kimchy kimchy closed this as completed in 7a9350c Jul 22, 2013
kimchy added a commit that referenced this issue Jul 22, 2013
Today, we have a low/med/high channel groups in our transport layer. High is used to publish cluster state and send ping requests. Sometimes, the overhead of publishing large cluster states can interfere with ping requests.

Introduce a new, dedicated ping channel (with size 1) to have a channel that only handles ping requests.
closes #3362
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Today, we have a low/med/high channel groups in our transport layer. High is used to publish cluster state and send ping requests. Sometimes, the overhead of publishing large cluster states can interfere with ping requests.

Introduce a new, dedicated ping channel (with size 1) to have a channel that only handles ping requests.
closes elastic#3362
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

1 participant