Do all HOT buckets of one indexer migrate to WARM buckets and create small buckets because the connection between the indexer and the cluster master was broken?
Hi @Sithima,
the passage from Hot to warm buckets isn't managed by Master Node, but by Indexer itself.
Master Node manages buckets replication between Search Peers.
So even if the connection beteen Master Node and Search Peers is brocken, buckets continue to pass from Hot to Warm, but buckets aren't replicated.
The creation of small buckets is due to other problems as wrong timestamp.
Ciao.
Giuseppe