You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently hard-coding the amount of ES replicas to 0. This happens as the default ES configuration and during the re-index process.
In order to speed up re-indexing operations, we set the replicas to 0, and when we restore the index configuration after the reindex, we hard-code it to 0 again.
Because we want to be able to load balance ES for some tenants, but not for all of them, we need to make this param configurable as part of the tenant config.
The text was updated successfully, but these errors were encountered:
We are currently hard-coding the amount of ES replicas to 0. This happens as the default ES configuration and during the re-index process.
In order to speed up re-indexing operations, we set the replicas to 0, and when we restore the index configuration after the reindex, we hard-code it to 0 again.
Because we want to be able to load balance ES for some tenants, but not for all of them, we need to make this param configurable as part of the tenant config.
The text was updated successfully, but these errors were encountered: