[GitHub] ksnavely commented on issue #1662: Do not crash couch_log application when gen_* servers send extra args

2018-10-17 Thread GitBox
ksnavely commented on issue #1662: Do not crash couch_log application when gen_* servers send extra args URL: https://github.com/apache/couchdb/pull/1662#issuecomment-430808769 Nice fix! This is an automated message from the

[GitHub] kocolosk opened a new pull request #339: Document the new seedlist config setting

2018-10-17 Thread GitBox
kocolosk opened a new pull request #339: Document the new seedlist config setting URL: https://github.com/apache/couchdb-documentation/pull/339 ## Related Pull Requests apache/couchdb#1658 ## Checklist - [x] Documentation is written and is accurate; - [x] `make

[GitHub] davisp commented on a change in pull request #1662: Do not crash couch_log application when gen_* servers send extra args

2018-10-17 Thread GitBox
davisp commented on a change in pull request #1662: Do not crash couch_log application when gen_* servers send extra args URL: https://github.com/apache/couchdb/pull/1662#discussion_r226086645 ## File path: src/couch_log/test/couch_log_formatter_test.erl ## @@ -71,7 +72,7

[GitHub] davisp commented on a change in pull request #1662: Do not crash couch_log application when gen_* servers send extra args

2018-10-17 Thread GitBox
davisp commented on a change in pull request #1662: Do not crash couch_log application when gen_* servers send extra args URL: https://github.com/apache/couchdb/pull/1662#discussion_r226087196 ## File path: src/couch_log/src/couch_log_formatter.erl ## @@ -58,18 +58,18 @@

[GitHub] davisp commented on a change in pull request #1662: Do not crash couch_log application when gen_* servers send extra args

2018-10-17 Thread GitBox
davisp commented on a change in pull request #1662: Do not crash couch_log application when gen_* servers send extra args URL: https://github.com/apache/couchdb/pull/1662#discussion_r226086591 ## File path: src/couch_log/test/couch_log_formatter_test.erl ## @@ -45,7 +45,7

[GitHub] nickva opened a new pull request #1662: Do not crash couch_log application when gen_* servers send extra args

2018-10-17 Thread GitBox
nickva opened a new pull request #1662: Do not crash couch_log application when gen_* servers send extra args URL: https://github.com/apache/couchdb/pull/1662 `gen_server`, `gen_fsm` and `gen_statem` might send extra args when terminating. This is a recent behavior, and not handling

[GitHub] wohali commented on issue #1661: _revs_limit not applied after calling _compact

2018-10-17 Thread GitBox
wohali commented on issue #1661: _revs_limit not applied after calling _compact URL: https://github.com/apache/couchdb/issues/1661#issuecomment-430694685 There is no `2.2.2`. You must mean `2.2.0.`. Have you checked for conflicts in your documents? CouchDB will never reduce the

[GitHub] tudordumitriu opened a new issue #1661: _revs_limit not applied after calling _compact

2018-10-17 Thread GitBox
tudordumitriu opened a new issue #1661: _revs_limit not applied after calling _compact URL: https://github.com/apache/couchdb/issues/1661 After calling _revs_limit with 20 as value and after that calling _compact to a db _revs_diff seem to be still returning a 400+ list of revs.

[GitHub] marklindsay24 commented on issue #1020: On Mac: Local.ini file location? couchdb 2.1.1

2018-10-17 Thread GitBox
marklindsay24 commented on issue #1020: On Mac: Local.ini file location? couchdb 2.1.1 URL: https://github.com/apache/couchdb/issues/1020#issuecomment-430662863 I have tried for two days trying to figure out how to override DB location when running the Mac App. Done of following

[Jenkins] FAILURE: CouchDB ยป master #359

2018-10-17 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/359/

[jira] [Commented] (COUCHDB-3326) Implement clustered purge API: _purge

2018-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653550#comment-16653550 ] ASF subversion and git services commented on COUCHDB-3326: -- Commit

[GitHub] jiangphcn closed pull request #1660: Fix test failure on upgrade_v5_test

2018-10-17 Thread GitBox
jiangphcn closed pull request #1660: Fix test failure on upgrade_v5_test URL: https://github.com/apache/couchdb/pull/1660 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (COUCHDB-3326) Implement clustered purge API: _purge

2018-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653475#comment-16653475 ] ASF subversion and git services commented on COUCHDB-3326: -- Commit

[jira] [Commented] (COUCHDB-3326) Implement clustered purge API: _purge

2018-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653451#comment-16653451 ] ASF subversion and git services commented on COUCHDB-3326: -- Commit

[jira] [Commented] (COUCHDB-3326) Implement clustered purge API: _purge

2018-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653444#comment-16653444 ] ASF subversion and git services commented on COUCHDB-3326: -- Commit

[GitHub] jiangphcn opened a new pull request #1660: Fix test failure on upgrade_v5_test

2018-10-17 Thread GitBox
jiangphcn opened a new pull request #1660: Fix test failure on upgrade_v5_test URL: https://github.com/apache/couchdb/pull/1660 ## Overview Fix test failure on `upgrade_v5_test`. ## Testing recommendations make check skip_deps+=couch_epi

[GitHub] tudordumitriu opened a new issue #1659: Replication calls to _replicate are returning entire history even if replicator.max_history is set

2018-10-17 Thread GitBox
tudordumitriu opened a new issue #1659: Replication calls to _replicate are returning entire history even if replicator.max_history is set URL: https://github.com/apache/couchdb/issues/1659 Hi We have a (potential) performance issue We are doing custom _replicate calls on our

[jira] [Commented] (COUCHDB-3326) Implement clustered purge API: _purge

2018-10-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16653285#comment-16653285 ] ASF subversion and git services commented on COUCHDB-3326: -- Commit

[GitHub] jaydoane commented on issue #1605: Feature/user partitioned databases

2018-10-17 Thread GitBox
jaydoane commented on issue #1605: Feature/user partitioned databases URL: https://github.com/apache/couchdb/pull/1605#issuecomment-430501550 @garrensmith I updated to the latest partition_tests commit, but am still getting the same 3 failures from `make couch` and the bevy of rexi