[GitHub] wohali closed pull request #92: remove documentation about couch_peruser app

2017-07-04 Thread git
wohali closed pull request #92: remove documentation about couch_peruser app URL: https://github.com/apache/couchdb-documentation/pull/92 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] wohali commented on issue #92: remove documentation about couch_peruser app

2017-07-04 Thread git
wohali commented on issue #92: remove documentation about couch_peruser app URL: https://github.com/apache/couchdb-documentation/pull/92#issuecomment-313002113 We're fixing peruser, hopefully for 2.1 (see https://github.com/apache/couchdb/pull/570). As such I am closing this PR.

[GitHub] wohali opened a new issue #20: Migrate klaemo/couchdb to apache/couchdb

2017-07-04 Thread git
wohali opened a new issue #20: Migrate klaemo/couchdb to apache/couchdb URL: https://github.com/apache/couchdb-docker/issues/20 The ASF Infra team have control of the top-level apache namespace, and a number of Apache top-level projects publish images there. We should be able to get them

[GitHub] wohali opened a new issue #642: Build pipeline and package build tasks

2017-07-04 Thread git
wohali opened a new issue #642: Build pipeline and package build tasks URL: https://github.com/apache/couchdb/issues/642 These are all stretch goals for the 2.1 RC timeline. # TODO pipeline & release build stuff * Fix version numbering so all versions can coexist in a repo *

[GitHub] wohali commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test

2017-07-04 Thread git
wohali commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test URL: https://github.com/apache/couchdb/issues/630#issuecomment-312978017 Another instance of this today on master: *

[GitHub] wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-07-04 Thread git
wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-312977354 @fkaempfer If you're willing to go the extra mile I'd be happy to see the full fix land. We have a

[GitHub] wohali commented on issue #640: Increase timeout for couchdb_os_process_pool test

2017-07-04 Thread git
wohali commented on issue #640: Increase timeout for couchdb_os_process_pool test URL: https://github.com/apache/couchdb/pull/640#issuecomment-312976958 This isn't sufficient to fix it, look at the failing Travis run. Closing for now.

[GitHub] wohali commented on issue #631: EUnit couchdb_os_process_pool timeouts

2017-07-04 Thread git
wohali commented on issue #631: EUnit couchdb_os_process_pool timeouts URL: https://github.com/apache/couchdb/issues/631#issuecomment-312976750 In the build for the PR I submitted, we actually still get a failure: https://travis-ci.org/apache/couchdb/jobs/250141409 The couch.log

[GitHub] wohali commented on issue #631: EUnit couchdb_os_process_pool timeouts

2017-07-04 Thread git
wohali commented on issue #631: EUnit couchdb_os_process_pool timeouts URL: https://github.com/apache/couchdb/issues/631#issuecomment-312976750 In the build for the PR I submitted, we actually still get a failure: https://travis-ci.org/apache/couchdb/jobs/250141409 The couch.log

[GitHub] wohali commented on issue #632: JS design_docs test failure - incorrect response

2017-07-04 Thread git
wohali commented on issue #632: JS design_docs test failure - incorrect response URL: https://github.com/apache/couchdb/issues/632#issuecomment-312960590 ddoc_cache late eviction means this is a bad test case post-2.0. PR removes it.

[GitHub] wohali opened a new pull request #641: Remove yet another invalid test case (ddoc_cache related)

2017-07-04 Thread git
wohali opened a new pull request #641: Remove yet another invalid test case (ddoc_cache related) URL: https://github.com/apache/couchdb/pull/641 This test case is failing because of late ddoc_cache eviction. It'd be nice to validate that we correctly invalidate our cached CommonJS

[GitHub] wohali opened a new pull request #640: Increase timeout for couchdb_os_process_pool test

2017-07-04 Thread git
wohali opened a new pull request #640: Increase timeout for couchdb_os_process_pool test URL: https://github.com/apache/couchdb/pull/640 Fixes #631 This is an automated message from the Apache Git Service. To respond to

[GitHub] wohali commented on issue #631: EUnit couchdb_os_process_pool timeouts

2017-07-04 Thread git
wohali commented on issue #631: EUnit couchdb_os_process_pool timeouts URL: https://github.com/apache/couchdb/issues/631#issuecomment-312959354 ``` [info] 2017-06-06T15:01:57.314634Z nonode@nohost <0.8966.0> alarm_handler: {set,{system_memory_high_watermark,[]}} [info]

[GitHub] wohali commented on issue #638: EUnit compaction daemon timeout

2017-07-04 Thread git
wohali commented on issue #638: EUnit compaction daemon timeout URL: https://github.com/apache/couchdb/issues/638#issuecomment-312958708 ``` [warning] 2017-06-24T14:42:21.142947Z nonode@nohost <0.6005.1> Compaction daemon - skipping database `eunit-test-db-1498315211680861`

[GitHub] wohali closed issue #638: EUnit compaction daemon timeout

2017-07-04 Thread git
wohali closed issue #638: EUnit compaction daemon timeout URL: https://github.com/apache/couchdb/issues/638 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] wohali opened a new pull request #639: Fix eunit timeout option for compression tests

2017-07-04 Thread git
wohali opened a new pull request #639: Fix eunit timeout option for compression tests URL: https://github.com/apache/couchdb/pull/639 Closes #629 This is an automated message from the Apache Git Service. To respond to the

[GitHub] wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active

2017-07-04 Thread git
wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active URL: https://github.com/apache/couchdb/issues/549#issuecomment-312956441 ```irc 16:50 <+rnewson> "Is it normal for a PUT to get back a 201 before all the shards have been created on disk?"

[GitHub] rnewson commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-07-04 Thread git
rnewson commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-312955101 Ah true enough. My change might not be sufficient but it does show you the right path/module.

[GitHub] wohali commented on issue #629: EUnit compression test timeouts

2017-07-04 Thread git
wohali commented on issue #629: EUnit compression test timeouts URL: https://github.com/apache/couchdb/issues/629#issuecomment-312952960 In the first logged failure above, we get an `alarm_handler: {set,{system_memory_high_watermark,[]}}` as soon as the first compaction in the test

[jira] [Closed] (COUCHDB-3344) EUnit: compaction_daemon_tests timing out

2017-07-04 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joan Touzet closed COUCHDB-3344. Resolution: Incomplete Migrated to https://github.com/apache/couchdb/issues/638 > EUnit:

[GitHub] wohali opened a new issue #638: EUnit compaction daemon timeout

2017-07-04 Thread git
wohali opened a new issue #638: EUnit compaction daemon timeout URL: https://github.com/apache/couchdb/issues/638 ``` module 'couchdb_compaction_daemon_tests' Compaction daemon tests couchdb_compaction_daemon_tests:74: should_compact_by_default_rule...*timed out*

[GitHub] fkaempfer commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-07-04 Thread git
fkaempfer commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-312950872 Thanks for the comments! I have updated the PR according to @rnewson's request. If I

[GitHub] wohali commented on issue #139: POST /dbname should not return ETag response header

2017-07-04 Thread git
wohali commented on issue #139: POST /dbname should not return ETag response header URL: https://github.com/apache/couchdb-documentation/pull/139#issuecomment-312947979 As discussed on IRC: ```irc 13:49 <+Wohali> rnewson: 2.0 is what you want to put it in, because it's

[GitHub] wohali closed issue #555: [Travis] Mysterious killed eunit test in couch_replicator_use_checkpoints_tests

2017-07-04 Thread git
wohali closed issue #555: [Travis] Mysterious killed eunit test in couch_replicator_use_checkpoints_tests URL: https://github.com/apache/couchdb/issues/555 This is an automated message from the Apache Git Service. To

[GitHub] wohali commented on issue #555: [Travis] Mysterious killed eunit test in couch_replicator_use_checkpoints_tests

2017-07-04 Thread git
wohali commented on issue #555: [Travis] Mysterious killed eunit test in couch_replicator_use_checkpoints_tests URL: https://github.com/apache/couchdb/issues/555#issuecomment-312947557 There's not enough to go on here, and we've only ever seen this issue once. Reopen if this recurs.

[GitHub] wohali opened a new pull request #637: Fix mismatch between MAX_DBS_OPEN and default.ini

2017-07-04 Thread git
wohali opened a new pull request #637: Fix mismatch between MAX_DBS_OPEN and default.ini URL: https://github.com/apache/couchdb/pull/637 Closes #636 This is an automated message from the Apache Git Service. To respond to

[Jenkins] FAILURE: CouchDB ยป master #47

2017-07-04 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/47/

[GitHub] wohali opened a new issue #636: Fix mismatch between MAX_DBS_OPEN and rel/overlay/etc/default.ini

2017-07-04 Thread git
wohali opened a new issue #636: Fix mismatch between MAX_DBS_OPEN and rel/overlay/etc/default.ini URL: https://github.com/apache/couchdb/issues/636 ## Expected Behavior `max_dbs_open` should default to a reasonable value given our default `q` is 8, and that default should be identical

[GitHub] wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active

2017-07-04 Thread git
wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active URL: https://github.com/apache/couchdb/issues/549#issuecomment-312941204 This is a really odd failure. My guess is we've hit a race condition where an attempt to open the database is happening prior to the

[GitHub] nickva closed pull request #626: Also enable node decom using string "true"

2017-07-04 Thread git
nickva closed pull request #626: Also enable node decom using string "true" URL: https://github.com/apache/couchdb/pull/626 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] jaydoane commented on issue #626: Also enable node decom using string "true"

2017-07-04 Thread git
jaydoane commented on issue #626: Also enable node decom using string "true" URL: https://github.com/apache/couchdb/pull/626#issuecomment-312936640 Updated to use `andalso`. If acceptable, can a committer please merge as well? Thanks.

[GitHub] wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active

2017-07-04 Thread git
wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active URL: https://github.com/apache/couchdb/issues/549#issuecomment-312931887 I looked at this one a bit more closely. The Makefile log output is here:

[GitHub] wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active

2017-07-04 Thread git
wohali commented on issue #549: [Jenkins] timeout triggered by all_dbs_active URL: https://github.com/apache/couchdb/issues/549#issuecomment-312931887 I looked at this one a bit more closely. The Makefile log output is here:

[GitHub] wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-07-04 Thread git
wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-312927106 @fkaempfer we'd really like to fix this for 2.1, which is imminent. Can you respin your changes to

[GitHub] rnewson commented on issue #139: POST /dbname should not return ETag response header

2017-07-04 Thread git
rnewson commented on issue #139: POST /dbname should not return ETag response header URL: https://github.com/apache/couchdb-documentation/pull/139#issuecomment-312918941 2.1.0.rst refers to the scheduler, which isn't present...

[GitHub] rnewson commented on issue #139: POST /dbname should not return ETag response header

2017-07-04 Thread git
rnewson commented on issue #139: POST /dbname should not return ETag response header URL: https://github.com/apache/couchdb-documentation/pull/139#issuecomment-312918882 you mean whatsnew/2.1rst? This is an automated

[GitHub] mayya-sharipova opened a new pull request #635: Stop indexing activity on ddoc update

2017-07-04 Thread git
mayya-sharipova opened a new pull request #635: Stop indexing activity on ddoc update URL: https://github.com/apache/couchdb/pull/635 Currently when ddoc is updated, couch_index and couch_index_updater processes corresponding to the previous version of ddoc will still exist until all

[GitHub] wohali commented on issue #139: POST /dbname should not return ETag response header

2017-07-04 Thread git
wohali commented on issue #139: POST /dbname should not return ETag response header URL: https://github.com/apache/couchdb-documentation/pull/139#issuecomment-312911756 Oh, +1 once the 2.0.rst is updated. This is an

[GitHub] wohali commented on issue #139: POST /dbname should not return ETag response header

2017-07-04 Thread git
wohali commented on issue #139: POST /dbname should not return ETag response header URL: https://github.com/apache/couchdb-documentation/pull/139#issuecomment-312911711 You should also document this in https://github.com/apache/couchdb-documentation/blob/master/src/whatsnew/2.0.rst as a

[GitHub] rnewson commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test

2017-07-04 Thread git
rnewson commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test URL: https://github.com/apache/couchdb/issues/630#issuecomment-312910640 nope, can't be that. This is an automated

[GitHub] rnewson opened a new pull request #139: POST /dbname should not return ETag response header

2017-07-04 Thread git
rnewson opened a new pull request #139: POST /dbname should not return ETag response header URL: https://github.com/apache/couchdb-documentation/pull/139 as it relates to a different resource. Note: We used to send ETag for this in previous releases, so it's technically a

[GitHub] rnewson commented on issue #620: POST and ETag header

2017-07-04 Thread git
rnewson commented on issue #620: POST and ETag header URL: https://github.com/apache/couchdb/issues/620#issuecomment-312909956 https://github.com/apache/couchdb-documentation/pull/139 This is an automated message from the

[GitHub] rnewson commented on issue #620: POST and ETag header

2017-07-04 Thread git
rnewson commented on issue #620: POST and ETag header URL: https://github.com/apache/couchdb/issues/620#issuecomment-312909235 I was trying to build 1.6.1 this last hour, without success, to see if this was a regression, so thanks for that.

[GitHub] rnewson commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-07-04 Thread git
rnewson commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-312908806 This isn't quite the right approach but I really appreciate the effort and the tests. the

[GitHub] wohali commented on issue #620: POST and ETag header

2017-07-04 Thread git
wohali commented on issue #620: POST and ETag header URL: https://github.com/apache/couchdb/issues/620#issuecomment-312908191 That may be true, but we did it in 1.6: ``` $ curl -X PUT http://127.0.0.1:5984/foo {"ok":true} $ curl --verbose -X POST -H "Content-Type:

[GitHub] rnewson commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test

2017-07-04 Thread git
rnewson commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test URL: https://github.com/apache/couchdb/issues/630#issuecomment-312905693 could this be because the changes feed is no longer totally ordered?

[GitHub] rnewson commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test

2017-07-04 Thread git
rnewson commented on issue #630: EUnit couch_changes_tests failing should_select_with_continuous test URL: https://github.com/apache/couchdb/issues/630#issuecomment-312905693 coucld this be because the changes feed is no longer totally ordered?

[GitHub] rnewson commented on issue #620: POST and ETag header

2017-07-04 Thread git
rnewson commented on issue #620: POST and ETag header URL: https://github.com/apache/couchdb/issues/620#issuecomment-312902472 and further noting that the point of ETag response is for caching, and ~nothing caches POST responses (and for good reason).

[GitHub] rnewson commented on issue #620: POST and ETag header

2017-07-04 Thread git
rnewson commented on issue #620: POST and ETag header URL: https://github.com/apache/couchdb/issues/620#issuecomment-312901826 I think the docs are at fault here. I don't think it's right to return an ETag header from POST /dbname as the etag is related to the /dbname/newdocid resource

[GitHub] janl closed issue #26: Support for _find (mango queries)

2017-07-04 Thread git
janl closed issue #26: Support for _find (mango queries) URL: https://github.com/apache/couchdb-nano/issues/26 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] glynnbird commented on issue #50: feat: add _find

2017-07-04 Thread git
glynnbird commented on issue #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50#issuecomment-312882386 Last time, @garrensmith made it happen. This is an automated message from the Apache Git Service.

[GitHub] janl commented on issue #50: feat: add _find

2017-07-04 Thread git
janl commented on issue #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50#issuecomment-312881785 Thanks @glynnbird: how are we making a new release now? :) This is an automated message from the Apache

[GitHub] janl closed pull request #50: feat: add _find

2017-07-04 Thread git
janl closed pull request #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] glynnbird commented on a change in pull request #50: feat: add _find

2017-07-04 Thread git
glynnbird commented on a change in pull request #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50#discussion_r125460459 ## File path: lib/nano.js ## @@ -752,6 +752,15 @@ module.exports = exports = nano = function dbScope(cfg) { }, callback);

[GitHub] janl closed pull request #47: Added find to Nano

2017-07-04 Thread git
janl closed pull request #47: Added find to Nano URL: https://github.com/apache/couchdb-nano/pull/47 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] janl closed pull request #39: remove version and path export

2017-07-04 Thread git
janl closed pull request #39: remove version and path export URL: https://github.com/apache/couchdb-nano/pull/39 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] janl commented on issue #47: Added find to Nano

2017-07-04 Thread git
janl commented on issue #47: Added find to Nano URL: https://github.com/apache/couchdb-nano/pull/47#issuecomment-312863795 Great start, closing in favour of #50 which adds tests. This is an automated message from the Apache

[GitHub] janl commented on issue #39: remove version and path export

2017-07-04 Thread git
janl commented on issue #39: remove version and path export URL: https://github.com/apache/couchdb-nano/pull/39#issuecomment-312863720 +1 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] janl commented on issue #50: feat: add _find

2017-07-04 Thread git
janl commented on issue #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50#issuecomment-312863302 Addresses #26 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] janl commented on a change in pull request #50: feat: add _find

2017-07-04 Thread git
janl commented on a change in pull request #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50#discussion_r125458743 ## File path: lib/nano.js ## @@ -752,6 +752,15 @@ module.exports = exports = nano = function dbScope(cfg) { }, callback); }

[GitHub] janl commented on issue #50: feat: add _find

2017-07-04 Thread git
janl commented on issue #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50#issuecomment-312862944 Sorry about the spurious whitespace commits. They are standalone, so keeping them in the spirit of leaving the code better than you find it.

[GitHub] janl opened a new pull request #50: feat: add _find

2017-07-04 Thread git
janl opened a new pull request #50: feat: add _find URL: https://github.com/apache/couchdb-nano/pull/50 Successor to #47 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] janl commented on a change in pull request #47: Added find to Nano

2017-07-04 Thread git
janl commented on a change in pull request #47: Added find to Nano URL: https://github.com/apache/couchdb-nano/pull/47#discussion_r125458061 ## File path: lib/nano.js ## @@ -458,6 +458,10 @@ module.exports = exports = nano = function dbScope(cfg) { return

[GitHub] garrensmith commented on issue #19: Upgrading Fauxton within 2.0.0 image

2017-07-04 Thread git
garrensmith commented on issue #19: Upgrading Fauxton within 2.0.0 image URL: https://github.com/apache/couchdb-docker/issues/19#issuecomment-312827599 You could change the tag version in the rebar config for Fauxton to use the master branch. Or you could use the npm version of Fauxton ->

[GitHub] janl closed pull request #49: Fix/happy

2017-07-04 Thread git
janl closed pull request #49: Fix/happy URL: https://github.com/apache/couchdb-nano/pull/49 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to

[GitHub] garrensmith commented on issue #49: Fix/happy

2017-07-04 Thread git
garrensmith commented on issue #49: Fix/happy URL: https://github.com/apache/couchdb-nano/pull/49#issuecomment-312824621 I imagine you can skip the tests and just merge This is an automated message from the Apache Git

[GitHub] janl opened a new pull request #49: Fix/happy

2017-07-04 Thread git
janl opened a new pull request #49: Fix/happy URL: https://github.com/apache/couchdb-nano/pull/49 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] garrensmith commented on a change in pull request #47: Added find to Nano

2017-07-04 Thread git
garrensmith commented on a change in pull request #47: Added find to Nano URL: https://github.com/apache/couchdb-nano/pull/47#discussion_r125422141 ## File path: lib/nano.js ## @@ -773,6 +777,7 @@ module.exports = exports = nano = function dbScope(cfg) { session:

[GitHub] garrensmith commented on a change in pull request #47: Added find to Nano

2017-07-04 Thread git
garrensmith commented on a change in pull request #47: Added find to Nano URL: https://github.com/apache/couchdb-nano/pull/47#discussion_r125422104 ## File path: lib/nano.js ## @@ -458,6 +458,10 @@ module.exports = exports = nano = function dbScope(cfg) { return

[GitHub] garrensmith closed pull request #931: Design Docs filtered view occasionally incorrect

2017-07-04 Thread git
garrensmith closed pull request #931: Design Docs filtered view occasionally incorrect URL: https://github.com/apache/couchdb-fauxton/pull/931 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ramdesh commented on issue #40: Destroying An Undefined Doc Removes the Whole Database

2017-07-04 Thread git
ramdesh commented on issue #40: Destroying An Undefined Doc Removes the Whole Database URL: https://github.com/apache/couchdb-nano/issues/40#issuecomment-312808433 On close inspection, I found that the HTTP request that goes to the database if the id is undefined, is the same as the

[GitHub] ramdesh commented on issue #40: Destroying An Undefined Doc Removes the Whole Database

2017-07-04 Thread git
ramdesh commented on issue #40: Destroying An Undefined Doc Removes the Whole Database URL: https://github.com/apache/couchdb-nano/issues/40#issuecomment-312808433 On close inspection, I found that the HTTP request that goes to the database if the id is undefined, is the same as the