Unusual crashes in 1.3.1

2013-06-19 Thread Lucas Cooper
Hello there! I'm not too sure about mailing lists so hopefully this works. I've been using Riak recently for a small (~1 req/s and DB size <5GB (that's the size of the 4 instances on disk)), in-development application and it's been crashing strangely and frequently it seems. Here's my setup:

Secondary index reverse sort

2013-07-30 Thread Lucas Cooper
I've seen that the results of secondary index queries are sorted on index values by default. I was wondering if there's something I'm missing that would allow me to fetch those keys but reverse sorted. I have indexes based on UNIX timestamps and I'd like to grab the most recent keys. I'd like this

Re: Secondary index reverse sort

2013-07-31 Thread Lucas Cooper
n wrote: > Hi Lucas, > > I'm sorry, as easy as it would have been to add with the latest changes, > we just ran out of time. > > It is something I'd love to add in future. Or maybe something a > contributor could add? (Happy to advise / review.) > > Many thanks >

Re: Secondary index reverse sort

2013-07-31 Thread Lucas Cooper
e 2038. > > Jon > > > On Wed, Jul 31, 2013 at 1:07 PM, Lucas Cooper wrote: > >> I'm happy to wait, it isn't urgently needed as my project is still in >> development. >> >> I'd contribute myself if I was confident at all programming in Erlang

Riak Crash

2013-08-09 Thread Lucas Cooper
I had a crash of an entire cluster early this morning, I'm not entirely sure why, seems to be something with the indexer or Protocol Buffers (or my use of them). Here are the various logs: http://egf.me/logs.tar.xz Any idea what's up? All this crashing is kinda putting me off Riak ._.

Re: Riak Crash

2013-08-10 Thread Lucas Cooper
It's happened again. The crash and error logs look pretty much the same. On Sat, Aug 10, 2013 at 8:17 AM, Lucas Cooper wrote: > I had a crash of an entire cluster early this morning, I'm not entirely > sure why, seems to be something with the indexer or Protocol Buffers (or

Re: Riak Crash

2013-08-10 Thread Lucas Cooper
And another one... I thought the point of Erlang was that this kind of thing wasn't meant to happen ._. On Sat, Aug 10, 2013 at 6:12 PM, Lucas Cooper wrote: > It's happened again. The crash and error logs look pretty much the same. > > > On Sat, Aug 10, 2013 at 8:17

Re: Riak Crash

2013-08-10 Thread Lucas Cooper
Yes, Search indexing is enabled. On 10/08/2013 11:27 PM, "Russell Brown" wrote: > Are you using riak search? > > On 9 Aug 2013, at 18:17, Lucas Cooper wrote: > > > I had a crash of an entire cluster early this morning, I'm not entirely > sure why, seems

Re: Riak Crash

2013-08-11 Thread Lucas Cooper
x27;s your open files limit [1] ? > > Mark > > [1] http://docs.basho.com/riak/latest/ops/tuning/open-files-limit/ > > > > > > On Sat, Aug 10, 2013 at 9:27 AM, Lucas Cooper wrote: > >> Yes, Search indexing is enabled. >> On 10/08/2013 11:27 PM, "Russel