Re: Riak KV memory backend did't discarding oldest objects when met max memory

2016-09-12 Thread 周磊
Dear friends, Any idea about this? Best Regards & Thanks John 2016-09-01 11:58 GMT+08:00 周磊 : > Dear Friends, > I'm sorry to disturb you, could you help on this? > > ENV > > OS: CenterOS 6.5 > Riak KV:2.1.4 > Installed by: > > wget http://s3.amazonaws.com/downloads.basho.com/riak/2.1/ > 2.1.4/

Re: Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-12 Thread Fred Dushin
Hi Weixi, You might have to try describing your use case in more detail. Solr Indices are independent from Riak objects. They are, instead, associated with riak buckets (or bucket types), and an object (key/value) can only be associated with one bucket. Therefore, a Riak object can only be a

Re: a weird error while post request to server for store object

2016-09-12 Thread Christopher Mancini
Hi Alan, So, the quick answer, is that CRDTs and secondary indexes are not supported on riak-ts at the moment which explains why you are getting errors. To complete the example you were working on, you would need to run it against riak-kv. The long answer is our goal is to have TS and KV merged t

Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-12 Thread Weixi Yen
Sort of a unique case, my app was under heavy stress and one of my riak nodes got backed up (other 4 nodes were fine). I think this caused Riak.update to create an extra index in Solr for the same object when users began running .update on that object. I have basically 2 questions: 1) Is what I'