Hi,
as per the subject I have an UnavailableShardsException with couchdb river.
this command
curl -XPUT -d @elasticsearch.json 'localhost:9200/_river/copycat_content/_meta'
with the contents of elasticsearch.json being
{
"type" : "couchdb",
"couchdb" : {
"host" : "localhost",
"port" : 5984,
"db" : "copycat_content",
"filter" : null
}
}
returns this
{"error":"UnavailableShardsException[[_river][0] [2] shardIt, [0]
active : Timeout waiting for [1m], request: index
{[_river][copycat_content][_meta], source[{ "type" : "couchdb",
"couchdb" : { "host" : "localhost", "port" :
5984, "db" : "copycat_content", "filter" : null
}}]}]","status":503}
I don't understand the sharding replication aspects yet, and haven't
had to worry much about them because I had a very small application
working with one db.
But now I have two dbs that I would like to use couchdb river with, I
suppose I have to do something to create a new index or something.
I am using elastichq, my current index info is:
Docs: 13635
Primary Size#: 11.2mb
Shards#: 5
Replicas: 1
Status: open
What should I do to be able to run these two separate dbs?
Thanks,
Bryan Rasmussen
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.