Re: riak-cs reclaim storage

2014-06-09 Thread Hector Castro
This mailing list entry was discussed a bit in IRC today. Below are a few notes from the exchange between Tyler and our very own Joe Caswell. Hopefully they help provide some insight into Riak CS GC for others: - Riak CS data blocks are stored in Bitcask. - `riak-admin vnode-status` outputs sev

Re: riak-cs reclaim storage

2014-06-09 Thread Kota Uenishi
Well, maybe you had deleted your objects when you set leeway_second with 1 day, and later you changed leeway_second to 5min? Changing leeway_second won't change deletion timing of already deleted objects. FYI, maybe it's not what you want, but there's a detailed description [1] on internal design

Re: riak-cs reclaim storage

2014-06-09 Thread Tyler Flint
Unfortunately, it doesn’t seem to have made a difference. I did restart the riak-cs process after updating the app.config. Triggering a riak-cs-gc batch did trigger a job, but did not seem to yield any results. I’m a bit concerned that I’m unable to root cause the issue here. Is there some sor

Re: riak-cs reclaim storage

2014-06-08 Thread Tyler Flint
Yes it is riak 1.4.5 Let me see if that helps. Thanks > On Jun 8, 2014, at 7:20 PM, Kota Uenishi wrote: > > Spelling mistake, sorry: > > {gc_paginated_indexes, true}, > >> On Mon, Jun 9, 2014 at 10:10 AM, Kota Uenishi wrote: >> Hi, >> >> Are you using 1.4.5? I'm not sure but you may hav

Re: riak-cs reclaim storage

2014-06-08 Thread Kota Uenishi
Spelling mistake, sorry: {gc_paginated_indexes, true}, On Mon, Jun 9, 2014 at 10:10 AM, Kota Uenishi wrote: > Hi, > > Are you using 1.4.5? I'm not sure but you may have a log message like this: > > "Error occurred trying to query from time 0 to ~p in gc key index. Reason: ~p" > > in console.log.

Re: riak-cs reclaim storage

2014-06-08 Thread Kota Uenishi
Hi, Are you using 1.4.5? I'm not sure but you may have a log message like this: "Error occurred trying to query from time 0 to ~p in gc key index. Reason: ~p" in console.log. If so, it's even failing not only GC but in listing objects to be collected. Then setting a line {gc_pagenated_indexes