I wanted to know where the primary and secondary warm bucket copies are residing on the cluster.
For this, I ran | dbinspect over index=_internal for a 2 hour window and was surprised to see that, for one of the buckets, all three (replication factor is 3) buckets had name starting with rb_ whereas, generally there are 2 (n-1, if n is the RF) rb_ and 1 db_
Hard to believe it's a state transition either since the buckets seem to have not been modified in a long time (at filesystem level check)
Wondering if anyone has stumbled across the same or know if this is a genuine possibility.
... View more