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

Open/Close indices to support acknowledgement from other nodes #3400

Closed
javanna opened this issue Jul 27, 2013 · 0 comments
Closed

Open/Close indices to support acknowledgement from other nodes #3400

javanna opened this issue Jul 27, 2013 · 0 comments

Comments

@javanna
Copy link
Member

javanna commented Jul 27, 2013

The open/close index api currently returns back its response after the cluster state change has been digested by the master node, but the updated cluster state hasn't necessarily been published to all the nodes yet.

Add support for acknowledgement like we do with aliases. We wait for an ack from other nodes till the (configurable) timeout expires (default 10 seconds). The acknowledged flag in the response will reflect whether the cluster state change has been acknowledged by all the other nodes or not.

@ghost ghost assigned javanna Jul 27, 2013
javanna added a commit that referenced this issue Jul 29, 2013
…x api

The open/close index api now waits for an acknowledgement from all the other nodes before returning its response, till the timeout (configurable, default 10 secs) expires. The returned acknowledged flag reflects whether the cluster state change was acknowledged by all the nodes or the timeout expired before.

Closes #3400
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
…x api

The open/close index api now waits for an acknowledgement from all the other nodes before returning its response, till the timeout (configurable, default 10 secs) expires. The returned acknowledged flag reflects whether the cluster state change was acknowledged by all the nodes or the timeout expired before.

Closes elastic#3400
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