-
Notifications
You must be signed in to change notification settings - Fork 71
ElasticSearch7 create unlimited amount of indices #169
Comments
Investigating code I see
See this line Where I'd like to change this behavior, because we reaching limits on shards. |
I also checked below methods are not used anywhere:
so it is probably safe to stop indexing them:
However to stop creating new indices we need to change this config: Can anybody comment on this? |
Hi @astelmashenko , Thanks for reporting this. We will add support for archival from ES also. |
Yes, it will help. |
@manan164 , are there any work done on archival of indicies? |
Describe the bug
After certain amount of time shards problem raised. We checked ES and found out around 2300 shards, we names like
conductor_task_log_20221004
.Details
Conductor version: 3.12.2
Persistence implementation: Postgres
Queue implementation: Postgres
Lock: Redis
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Data is cleaned up periodically.
The text was updated successfully, but these errors were encountered: