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

ES should be indexed without the downtime of the ZAC #430

Open
annashamray opened this issue Sep 7, 2021 · 1 comment
Open

ES should be indexed without the downtime of the ZAC #430

annashamray opened this issue Sep 7, 2021 · 1 comment

Comments

@annashamray
Copy link
Contributor

The possible solution is to use alises

The idea is:

  1. create alias
  2. app now uses alias
  3. index is rebuilt into new index
  4. alias now points to new index
  5. then old index is deleted
@annashamray
Copy link
Contributor Author

Adding aliases will reduce the downtime but not solve the issue when the old index would be used by the application why the ES is being reindexed. And these errors can be harder to detect than the lack of ES index now.

This user story is put on hold until the design is well-thought and developed

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