Re: Fauxton does not URLencode its links

2017-01-25 Thread Garren Smith
Not at this stage. It is on the list of things to do if that is any consolation On Wed, 25 Jan 2017 at 8:54 PM Garth Gutenberg wrote: > Is there an ETA on when this will be complete? > > On Wed, Jan 25, 2017 at 12:07 PM, Garren Smith wrote: > > >

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

2017-01-25 Thread Garth Gutenberg
Great info. Thanks! On Wed, Jan 25, 2017 at 12:11 PM, Paul Davis wrote: > Garth, > > The way to tell when a cluster is sync'ed is by looking at the > `internal_replication_jobs` key in the JSON blob returned from the > _system endpoint on the 5984 port from each

Re: Fauxton does not URLencode its links

2017-01-25 Thread Garth Gutenberg
Is there an ETA on when this will be complete? On Wed, Jan 25, 2017 at 12:07 PM, Garren Smith wrote: > Hi Garth, > > You are right. We have done the encoding for the _all_dbs section but > haven't finished the work for the database page. > > Cheers > Garren > > On Wed, Jan

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

2017-01-25 Thread Paul Davis
Garth, The way to tell when a cluster is sync'ed is by looking at the `internal_replication_jobs` key in the JSON blob returned from the _system endpoint on the 5984 port from each node in the cluster. Once its zero (or close to) on each node you're done getting data to the new node. Though it

Re: Fauxton does not URLencode its links

2017-01-25 Thread Garren Smith
Hi Garth, You are right. We have done the encoding for the _all_dbs section but haven't finished the work for the database page. Cheers Garren On Wed, Jan 25, 2017 at 4:45 PM, Garth Gutenberg wrote: > Hey guys. Sorry to revive this, but I don't think this fix is

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

2017-01-25 Thread Garth Gutenberg
Kind of a follow-up question to this. I've found in my testing that when a new node comes online in a cluster, it only syncs the raw data, but not the views. Is there a way to enable syncing of views across cluster nodes as well? Basically I want all the nodes in my cluster to be exact replicas

Re: [ANNOUNCEMENT] couch-chakra, a CouchDB Query Server Runtime build with ChakraCore

2017-01-25 Thread Dave Cottlehuber
> > While it is absolutely possible to link everything into one process, > > that’s usually not done. > > Actually that's what I tried in the very beginning, writing a NIF to > wrap the ChackraCore API to Erlang functions. While in theory this > would be possible it's however heavily discouraged

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
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 reproduce: Create a DB called "a/b". Create a new View (call it _design/test and "new-view" is fine) Under Design Documents in the left nav you'll see

Re: [ANNOUNCEMENT] couch-chakra, a CouchDB Query Server Runtime build with ChakraCore

2017-01-25 Thread Dave Cottlehuber
On Tue, 24 Jan 2017, at 18:24, Daniel Munch wrote: > Thanks Jan for clearing things up, I couldn't have answered better > myself! And thanks everybody else for the feedback so far. > > >> That clears it up, One more question if I may. In use would this > >> QueryServer replacement module be an