Re: PerRowSecondaryIndex Multiple Load

2012-07-22 Thread Jonathan Ellis
Created https://issues.apache.org/jira/browse/CASSANDRA-4458 On Thu, Jul 19, 2012 at 7:56 PM, Jake Luciani wrote: > Yeah I worked around this by skipping all but the last call. I need to fix > this properly. Thx for the reminder :) > > > > On Jul 19, 2012, at 7:47 PM, Jonathan Ellis wrote: > >>

Re: PerRowSecondaryIndex Multiple Load

2012-07-19 Thread Jake Luciani
Yeah I worked around this by skipping all but the last call. I need to fix this properly. Thx for the reminder :) On Jul 19, 2012, at 7:47 PM, Jonathan Ellis wrote: > That smells like a bug to me. I don't see how you can avoid getting > multiple buildIndexAsync calls kicked off. > > What d

Re: PerRowSecondaryIndex Multiple Load

2012-07-19 Thread Jonathan Ellis
That smells like a bug to me. I don't see how you can avoid getting multiple buildIndexAsync calls kicked off. What do you think, Jake? On Thu, May 31, 2012 at 4:46 PM, Adam Holmberg wrote: > I've been studying and experimenting some with the SecondaryIndex API, > specifically extending the Per

PerRowSecondaryIndex Multiple Load

2012-05-31 Thread Adam Holmberg
I've been studying and experimenting some with the SecondaryIndex API, specifically extending the PerRowSecondaryIndex class. I understand from this recent thread