Re: Why can't you delete a user using the riak-cs API?

2014-02-24 Thread Hector Castro
David, Unfortunately, there is no good answer around the ability to delete users. There simply isn't a way to do it via the Riak CS APIs. As an alternative, you can disable inactive users. User records (stored within LevelDB) are small. The main issue with keeping users around is that bucket owne

Re: pagination over 2i indexes in java

2014-02-24 Thread joe dude
Sorry, here's the complete email: Ok, so the real issue i was running into was calling StreamingOperation.getContinuation() *before* calling StreamingOperation.getAll(). Once i reversed the calls it was fine. But the real pain came from the above error. I upgraded to 1.4.8, and instead of gett

Re: pagination over 2i indexes in java

2014-02-24 Thread joe dude
Ok, so the real issue i was running into was calling StreamingOperation.getContinuation() *before* calling StreamingOperation.getAll(). Once i reversed the calls it was fine. But the real pain came from the above error. I upgraded to 1.4.8, and instead of getting: On Sunday, February 16, 20

[ANN] Yokozuna 0.14.0

2014-02-24 Thread Ryan Zezeski
Riak Users, I'm happy to announce the Yokozuna 0.14.0 release. It brings an upgrade to Solr 4.6.1 as well as a slew of bug fixes and internal enhancements. There are breaking changes made in this release so if you are one of the brave souls using riak2.0.0 pre5/pre11 or a previous Yokozuna source

Re: Size of bucket

2014-02-24 Thread Hector Castro
Hi Charles, Within Riak buckets, metadata around size (number of objects or bytes houses) isn't tracked. In order to calculate something like this, my advice would be to increment another key (probably prefixed by user ID) by whatever metrics you're looking to track at the same time writes by that

Re: Size of bucket

2014-02-24 Thread Charles Bijon
We use one bucket per customer and I want to know the total size of the bucket per customers to detect the hungry users. Regards Le 24/02/2014 11:40, Kartik Thakore a écrit : Can you clarify what you mean by billing? On Mon, Feb 24, 2014 at 5:39 AM, Charles Bijon mailto:bijon.char...@gmail.

Re: Size of bucket

2014-02-24 Thread Kartik Thakore
Can you clarify what you mean by billing? On Mon, Feb 24, 2014 at 5:39 AM, Charles Bijon wrote: > Hi, > > I would like to know how to make billing, i need to know the size of each > bucket. How i can do this please ? > > Regards, > > Charles > > ___ >

Size of bucket

2014-02-24 Thread Charles Bijon
Hi, I would like to know how to make billing, i need to know the size of each bucket. How i can do this please ? Regards, Charles ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.