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

Reindex setReindexSettings was returning 400s and this is not caught anywhere in the reindex flow #7677

Open
RafaPolit opened this issue Feb 13, 2025 · 0 comments

Comments

@RafaPolit
Copy link
Member

Describe the bug
The reindex script has a setReindexSettings function that does a PUT call to the ES index to update the values.

This call has, for who knows how long, been returning a 400. But this is not a caught error in any way, therefore both the optimization process and the restoring of the production values are not being executed as expected. While the issue of the PUT call returning a [400] is fixed in #7676 , if this happens again of the PUT calls return 400 for any reason, this will not get caught by the current implementation. This needs to be developed and fixed.

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

2 participants