internal_server_error : No DB shards could be opened.

2017-02-06 Thread Garth Gutenberg
Hey guys. I'm having a problem that I hope someone can shed some light on. I have a 3 node cluster. I just imported 420 DBs into node 0 (about 20gb on disk) via bulk insert and triggered view indexes along the way. Nodes 1 and 2 were happily replicating (or whatever the cluster term for that

How do you know when a new node in a cluster is "synced"?

2017-01-25 Thread Garth Gutenberg
Scenario: I have a three node cluster. One of the nodes goes offline (server dies, whatever). I bring up a new node with no data and it starts sync'ing with the other nodes in the cluster. How do I know when this sync is complete and the new node has all the data? I'm dealing with thousands

Re: Fauxton does not URLencode its links

2017-01-25 Thread Garth Gutenberg
left nav you'll see "test". Expand it and click on "new-view". Note that the DB is *not* urlencoded, and navigation breaks. On Thu, Dec 1, 2016 at 1:27 PM, Garth Gutenberg <garth.gutenb...@gmail.com> wrote: > Thanks Robert. I'll test that out next week. > &

Re: How do you know when a new node in a cluster is "synced"?

2017-01-25 Thread Garth Gutenberg
in the cluster. And that wait time can be 15-30 mins in some cases, which really isn't acceptable when the view is already generated, just not on this particular node. On Wed, Jan 25, 2017 at 8:59 AM, Garth Gutenberg <garth.gutenb...@gmail.com> wrote: > Scenario: > > I have a thr

Re: Fauxton does not URLencode its links

2017-01-25 Thread Garth Gutenberg
; Garren > > On Wed, Jan 25, 2017 at 4:45 PM, Garth Gutenberg < > garth.gutenb...@gmail.com> > wrote: > > > Hey guys. Sorry to revive this, but I don't think this fix is fully > > working. In general it seems ok, but it's not applying to Views. Steps > to &g

Re: How do you know when a new node in a cluster is "synced"?

2017-01-25 Thread Garth Gutenberg
; for your view to build before setting maintenance_mode back to false > or deleting it. > > You may also want to make a view query to the individual shards over > the 5986 node local port as well to make sure that there was a build > triggered for each shard. > > Pa

Fauxton does not URLencode its links

2016-11-30 Thread Garth Gutenberg
Hey folks. Fauxton is not URL encoding any of its navigation links in Couch 2.0. It's a pretty major issue for us as all of our databases use slashes in their names, which makes navigating around Fauxton unbearable. I created a ticket for it here https://issues.apache.

/_stats not working on 2.0

2016-12-01 Thread Garth Gutenberg
When I try hitting localhost:5984/_stats I get: {"error":"not_found","reason":"Database does not exist."} On my 1.6 box it returns stats as expected. All of the 2.0 docs still refer to /_stats, but it's not working for me. Of note, I'm testing this against a cluster setup. Could that be the

Re: Fauxton does not URLencode its links

2016-12-01 Thread Garth Gutenberg
> > > On Wed, Nov 30, 2016 at 10:25 PM, Garth Gutenberg > <garth.gutenb...@gmail.com> wrote: > > Hey folks. Fauxton is not URL encoding any of its navigation links in > > Couch 2.0. It's a pretty major issue for us as all of our databases use > > slashes in thei

Re: /_stats not working on 2.0

2016-12-01 Thread Garth Gutenberg
Eric > > > On Dec 1, 2016, at 15:26, Garth Gutenberg <garth.gutenb...@gmail.com> > wrote: > > > > When I try hitting localhost:5984/_stats I get: > > > > {"error":"not_found","reason":"Database does not exist."} > &

Restoring a single DB in a cluster

2017-03-26 Thread Garth Gutenberg
Hello developers. I can't find any documentation on this, so if it exists, please point me at it. Otherwise, I need some input. What is the official, sanctioned way to restore a DB in a cluster configuration? Scenario: 3 servers in a cluster. A client deletes a bunch of docs from their DB, or