Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc3)

2020-02-19 Thread Nick Vatamaniuc
+1 Ubuntu 18.04.4, x86-64 Sigs:ok Checksums:ok make check:ok make release: ok ./bin/couchdb: ok single node setup: * via Fauxton _cluster_setup returns {"state":"single_node_enabled"} * by setting it in the config file: _cluster_setup returns

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc3) [with Windows and Linux binaries]

2020-02-19 Thread Joan Touzet
My results: +1 Tarball checksums match Windows 10 x64 build successful All tests pass, first try Windows installer build successful Install on Windows 7 x64 successful curl localhost:5984 results:

Re: CI for prototype/fdb-layer branch

2020-02-19 Thread Joan Touzet
Hey Alex, thanks for this. See below... On 2020-02-19 23:00, Alex Miller wrote: On Feb 19, 2020, at 16:07, Paul Davis wrote: foundationdb does take a while to build though, so finding binaries might short circuit everything to be even a single apt-get line or w/e. The build is both slow

svn commit: r38171 - in /dev/couchdb/binary/win/3.0.0/rc.3: ./ apache-couchdb-3.0.0-RC3.msi apache-couchdb-3.0.0-RC3.msi.asc apache-couchdb-3.0.0-RC3.msi.sha256 apache-couchdb-3.0.0-RC3.msi.sha512

2020-02-19 Thread wohali
Author: wohali Date: Thu Feb 20 04:07:33 2020 New Revision: 38171 Log: Add CouchDB 3.0.0-RC3 Windows binaries to dev Added: dev/couchdb/binary/win/3.0.0/rc.3/ dev/couchdb/binary/win/3.0.0/rc.3/apache-couchdb-3.0.0-RC3.msi (with props)

Re: CI for prototype/fdb-layer branch

2020-02-19 Thread Alex Miller
> On Feb 19, 2020, at 16:07, Paul Davis wrote: > > foundationdb does take a while to build though, so finding binaries > might short circuit everything to be even a single apt-get line or > w/e. The build is both slow and quite memory hungry. In addition to FROM + COPY in docker,

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc3)

2020-02-19 Thread Peng Hui Jiang
+1 Debian 10 Buster on ppc64le Sigs:ok Checksums:ok make check:passes make release: works == Peng Hui Beijing From: Joan Touzet To: CouchDB Developers Date: 2020/02/20 08:17 AM Subject:[EXTERNAL] [VOTE] Release Apache CouchDB 3.0.0 (-rc3) Dear community, I would like to

[VOTE] Release Apache CouchDB 3.0.0 (-rc3)

2020-02-19 Thread Joan Touzet
Dear community, I would like to propose that we release Apache CouchDB 3.0.0. Changes since last time: https://github.com/apache/couchdb/compare/3.0.0-RC2...3.0.0-RC3 Candidate release notes: https://docs.couchdb.org/en/latest/whatsnew/3.0.html We encourage the whole community to

svn commit: r38170 - in /dev/couchdb/source/3.0.0/rc.3: ./ apache-couchdb-3.0.0-RC3.tar.gz apache-couchdb-3.0.0-RC3.tar.gz.asc apache-couchdb-3.0.0-RC3.tar.gz.sha256 apache-couchdb-3.0.0-RC3.tar.gz.sh

2020-02-19 Thread wohali
Author: wohali Date: Thu Feb 20 00:14:37 2020 New Revision: 38170 Log: Adding CouchDB 3.0.0-RC3 to dev tree Added: dev/couchdb/source/3.0.0/rc.3/ dev/couchdb/source/3.0.0/rc.3/apache-couchdb-3.0.0-RC3.tar.gz (with props)

Re: CI for prototype/fdb-layer branch

2020-02-19 Thread Paul Davis
On Wed, Feb 19, 2020 at 4:51 AM Ilya Khlopotov wrote: > > Sounds harder than I hoped. :-( > I was a bit out of it yesterday so dunno if my email went through properly. Though I was trying to say the crazy docker bits should not be an issue. dev/run and eunit already have the smarts to start fdb

[DISCUSS] Streaming API in CouchDB 4.0

2020-02-19 Thread Nick Vatamaniuc
Hello everyone, I'd like to discuss the shape and behavior of streaming APIs for CouchDB 4.x By "streaming APIs" I mean APIs which stream data in row as it gets read from the database. These are the endpoints I was thinking of: _all_docs, _all_dbs, _dbs_info and query results I want to focus

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2)

2020-02-19 Thread Joan Touzet
Vote is cancelled because Jan has asked to change a missed default backward compatibility breaking setting that we missed in our work. RC3 coming shortly. On 2020-02-18 15:08, Joan Touzet wrote: Dear community, I would like to propose that we release Apache CouchDB 3.0.0. Changes since last

Re: CI for prototype/fdb-layer branch

2020-02-19 Thread Joan Touzet
If no one else offers to help, I can look at this late next week, after 3.0.0 is released. -Joan On 2020-02-18 9:14 p.m., Paul Davis wrote: If memory serves, fdbserver is statically linked by default which should save some work. On Tue, Feb 18, 2020 at 8:13 PM Paul Davis wrote: We

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Jan Lehnardt
Ah, fair. Not our problem > On 19. Feb 2020, at 16:07, Garren Smith wrote: > > Hi Jan, > > sm 1.8.5 doesn’t work on Catalina. I haven’t dug into why. > > On Wed, Feb 19, 2020 at 3:59 PM Jan Lehnardt wrote: > >> Heya Andy: >> >> brew tap janl/homebrew-couchdb >> brew install spidermonkey60

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Garren Smith
Hi Jan, sm 1.8.5 doesn’t work on Catalina. I haven’t dug into why. On Wed, Feb 19, 2020 at 3:59 PM Jan Lehnardt wrote: > Heya Andy: > > brew tap janl/homebrew-couchdb > brew install spidermonkey60 > > — > > Garren, does that mean we don’t work properly with SM185? That would be > another red

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Jan Lehnardt
Heya Andy: brew tap janl/homebrew-couchdb brew install spidermonkey60 — Garren, does that mean we don’t work properly with SM185? That would be another red flag. Best Jan — > On 19. Feb 2020, at 14:58, Andy Wenk wrote: > > Thanks Garren. Well - with home-brew I get sm 1.8.5 what seems to

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Andy Wenk
Thanks Garren. Well - with home-brew I get sm 1.8.5 what seems to be super old. I have checked out https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases and the newest version I see is sm 52. I would be happy to get any advice how to install sm 60 on Mac OS X Thx

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2)

2020-02-19 Thread Jan Lehnardt
Heya, I’m extremely sorry for bringing this up this late. When we geared up for the 2.0 release, we missed one option that we wanted to add since the 1.x days: making /_all_dbs an admin-only resource by default. We missed the 2.0.0 Breaking Change window for that, but added an disabled-

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Jan Lehnardt
How did you build/install CouchDB? > On 19. Feb 2020, at 14:21, Andy Wenk wrote: > > I sent the email too fast. > > When I verify the installation in Fauxton, I get in Create View the following > error many times until I have to stop CouchDB completely: > > +++ > > [info]

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Garren Smith
Andy, that sounds like you need spidermonkey 60 installed. I had similar issues until I switched to sm60 On Wed, Feb 19, 2020 at 3:21 PM Andy Wenk wrote: > I sent the email too fast. > > When I verify the installation in Fauxton, I get in Create View the > following error many times until I

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Andy Wenk
I sent the email too fast. When I verify the installation in Fauxton, I get in Create View the following error many times until I have to stop CouchDB completely: +++ [info] 2020-02-19T13:18:15.772574Z couchdb@127.0.0.1 <0.264.0> couch_proc_manager <0.6854.0> died normal

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Andy Wenk
first of all thanks for rc2! Mac OS X Catalina sigs are ok (Btw … the GPG KEYS url moved from https://apache.org/dist/couchdb/KEYS to https://downloads.apache.org/couchdb/KEYS I scripted the whole release testing process and had an error when trying to retrieve the KEYS.)

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2) (Windows and UNIX binaries ready)

2020-02-19 Thread Garren Smith
+1 make check passes OSX 10.15.4 On Wed, Feb 19, 2020 at 8:18 AM Peng Hui Jiang wrote: > +1 > > Debian 10 Buster on ppc64le > Sigs:ok > Checksums:ok > make check:passes > make release: works > > == > Peng Hui > Beijing > > [image: Inactive hide details for Nick Vatamaniuc ---2020/02/19

Re: CI for prototype/fdb-layer branch

2020-02-19 Thread Ilya Khlopotov
Sounds harder than I hoped. :-( On 2020/02/18 20:06:48, Joan Touzet wrote: > What Adam said. > > Reminder that to get CI builds working someone's going to need to do the > legwork to add an FDB instance to the container-based build. I'm happy > to grant docker hub credentials to couchdbdev

Re: [VOTE] Release Apache CouchDB 3.0.0 (-rc2)

2020-02-19 Thread Jan Lehnardt
Mac binaries for your testing convenience are up on https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/3.0.0/rc.2/ Note: this is the first version of the Mac binaries that uses Apple’s new Notarization[1] mechanism. I’ve tested everything to the best of my abilities, but if anyone here

svn commit: r38159 - in /dev/couchdb/binary/mac/3.0.0/rc.2: ./ Apache CouchDB.zip Apache CouchDB.zip.asc Apache CouchDB.zip.sha256 Apache CouchDB.zip.sha512

2020-02-19 Thread jan
Author: jan Date: Wed Feb 19 09:47:41 2020 New Revision: 38159 Log: CouchDB 3.0.0 rc2 mac Added: dev/couchdb/binary/mac/3.0.0/rc.2/ dev/couchdb/binary/mac/3.0.0/rc.2/Apache CouchDB.zip (with props) dev/couchdb/binary/mac/3.0.0/rc.2/Apache CouchDB.zip.asc