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

Unable to create new indices #406

Open
serversteam opened this issue May 30, 2022 · 0 comments
Open

Unable to create new indices #406

serversteam opened this issue May 30, 2022 · 0 comments

Comments

@serversteam
Copy link

serversteam commented May 30, 2022

Hello All am unable to create new indices in elassandra 6.8.4.13. OS Ubuntu 18.04.
When I hit PUT command it just stuck. I have to cancel it manually. But data write/read in already created indices is working fine. Even though I can't change any cluster setting with PUT command.

ie. to change search strategy for existing indices, deleting existing indices, create new index, change mapping. I am unable to perform these operations.
ubuntu@node-1:~$ curl http://x.x.x.x:9200/_cluster/health?pretty
{
"cluster_name" : "prod",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 9,
"number_of_data_nodes" : 9,
"active_primary_shards" : 2214,
"active_shards" : 2214,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 1,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 100.0
}

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant