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
The repository is in maintenance mode, and currently the elasticsearch framework still lakes core features, giving no substantial added value over the alternative of running the cluster in docker via Marathon.
I think we should focus on the following features:
Scaling up and down. Currently, the framework does not run any elasticsearch-specific logic when scaling the cluster.
Scaling down: use the allocation filtering API to drain all the shards from the node, then wait until there are no shards on that node (_cat/shards API may be helpful here). Only then it is safe to kill the task.
Hello,
The repository is in maintenance mode, and currently the elasticsearch framework still lakes core features, giving no substantial added value over the alternative of running the cluster in docker via Marathon.
I think we should focus on the following features:
This will prevent a splitbrain issue.
I think that these are the main near-term concerns. Please share your thoughts!
The text was updated successfully, but these errors were encountered: