Re: Write Timeout

2013-11-29 Thread Andrew Tynefield
Just an update: I've also nuked /var/lib/riak/ on all nodes, uninstalled riak and riak-cs and started completely fresh to no avail. There are still two nodes which don't respond to riak-admin test only once riak-cs is running. Before I start it up, they respond fine. Which leads me to believe it m

Re: [Confusing search docs] Enabling search on bucket in Riak 2.0

2013-11-29 Thread Eric Redmond
Can you check your logs directory for solr.log and error.log. It looks like the value isn't being indexed. Are you certain you're populating your data with -H 'content-type:text/plain'? Without it, the noop extractor will be used, since plain text is not Riak a value's default mime type. Eric

Re: Worried about the backends to use

2013-11-29 Thread John Daily
> > 2) You could set your default backend in the confgs to use multi-backend. > When it comes time to age out your data, you can switch the backend on a > bucket by bucket basis and hope for the best. This isn't supported or tested > by Basho (as far as I know), so you'll be on your own on this

Re: etag & last-modified

2013-11-29 Thread Sean Cribbs
The Last-Modified header is set when writing the object, so you cannot set it yourself. The ETag header is computed from various bits of metadata, so you can't control that either. I would discourage using these headers for conditional PUTs, but conditional GETs are just fine. On Thu, Nov 28, 201

Re: Worried about the backends to use

2013-11-29 Thread Jeremiah Peschka
Responses inline. --- Jeremiah Peschka - Founder, Brent Ozar Unlimited MCITP: SQL Server 2008, MVP Cloudera Certified Developer for Apache Hadoop On Thu, Nov 28, 2013 at 9:57 PM, Suman Kumar wrote: > Hi, > > We have currently around 53 million key value pairs and each week we would > add up with