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
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
>
> 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
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
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