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

Async replication #5878

Closed
mohitanchlia opened this issue Apr 18, 2014 · 2 comments
Closed

Async replication #5878

mohitanchlia opened this issue Apr 18, 2014 · 2 comments

Comments

@mohitanchlia
Copy link

We are active in multiple data centers and have a need of async replication, eventual consistency is ok between the data cetners.

Currently there is no way to perform continuous async replication between 2 clusters or even within the same cluster. Earlier I thought of writing one off replication module but now I am thinking may be I should add it to the elasticsearch core. Need some advise on how to do this.

@mohitanchlia
Copy link
Author

I am looking for a suggestion on how to do this. I am willing to provide a patch if necessary. My initial thoughts are to do it as part of the regular index writes i.e. build on the existing async functionality (haven't looked at the code). However, only issue I see is how to replay missed data when say node is down in the remote cluster.

@clintongormley
Copy link

This will be possible once the changes API has been implemented. Closing in favour of #1242

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