jsheely
(Jonathan Sheely)
July 29, 2024, 10:32pm
2
I found an older reference post that describes my problem exactly in more detail. However the described fix does not make sense to me.
Can't get it to work. I created a brand new 2h/2w cluster.
# Creating the index
PUT test1
{
"settings": {
"index.routing.allocation.include._tier_preference": null,
"number_of_replicas": 2
}
}
# GET _cat/shards/test1?v 200 OK
index shard prirep state docs store ip node
test1 0 p STARTED 0 225b 10.47.192.173 instance-0000000000
test1 0 r STARTED 0 225b 10.47.192.99 instance-0000000001
test1 0 r UNASSIGNED …
Setting _tier_preference to null seems to ignore desired result of having the settings to decide which tier I want the node to be on.