On Wed, Jan 12, 2011 at 2:00 PM, mck <m...@apache.org> wrote:
> I'm using 0.7.0-rc3, 3 nodes, RF=3, and ByteOrderedPartitioner.
>
> When i run "nodetool ring" it reports
>
>> Address         Status State   Load            Owns    Token
>>                                                        
>> Token(bytes[ff034355152567a5b2d962b55990e692])
>> 152.90.242.91   Up     Normal  12.26 GB        33.33%  
>> Token(bytes[01cecd88847283229a3dc88292deff86])
>> 152.90.242.93   Up     Normal  6.13 GB         33.33%  
>> Token(bytes[d4a4de25c0dad34749e99219e227d896])
>> 152.90.242.92   Up     Normal  6.13 GB         33.33%  
>> Token(bytes[ff034355152567a5b2d962b55990e692])
>
> why would the first node have double the Load?
> is this expected or is something wrong?
>
> Number of files data_file_directories for the keyspace is roughly the same.
> But each Index and Filter file is double the size on the first node 
> (regardless of the cf they belong to).
>
> "cleanup" didn't help. "compact" only took away 2GB. Otherwise there is a lot 
> here i don't understand.

You're using an ordered partitioner and your nodes are evenly spread
around the ring, but your data probably isn't evenly distributed.

-ryan

Reply via email to