Hi all,

I want to pre-split a table using the first byte of the key which is 
uniformly distributed between 0 to the number of tablet servers (NTS) - 1. 
I defined the split points as [0, 1, 2, ..., NTS - 2], in this way the 
split ranges should be distributed on the tablet servers as follows:  

(-inf ,0] - Server 1 
(0, 1] - Server 2
(1, 2] - Server 3
...
(NTS - 2, +inf) - Server NTS

Unfortunately it is not working as expected since there is always a tablet 
server that has ingestion rate equal to 0. Am I missing something?

Thanks,
Max

Reply via email to