forked from slackhq/astra
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Support the same index deletion api as opensearch for compatibility reasons as well as that being able to delete indices would be handy.
- It could use the delete api of es/os or could be a manager api
- The tricky part is that index in the es/os sense doesn’t exist in astra. There are lucene indices in S3 and the cache nodes, but they are not addressable by name in the same way.
Other reasons for wanting it
Benchmarking resets – create cluster, add a tenant, remove data if it already exists, add data
Questions
- Where is data?
- Cache nodes, S3, index nodes
- What is being deleted?
- Data ingested at a particular time to a particular time?
- A dataset?
- A set of lucene indices in S3 / on index nodes & cache nodes?
references
https://docs.opensearch.org/docs/latest/api-reference/index-apis/delete-index/
Requirements (place an x in each of the [ ])
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request