[GitHub] gbiellem commented on issue #747: proxy authentication documentation needs updating

2017-09-12 Thread git
gbiellem commented on issue #747: proxy authentication documentation needs updating URL: https://github.com/apache/couchdb/issues/747#issuecomment-329061026 @domachine single mode This is an automated message from the

[GitHub] domachine commented on issue #747: proxy authentication documentation needs updating

2017-09-12 Thread git
domachine commented on issue #747: proxy authentication documentation needs updating URL: https://github.com/apache/couchdb/issues/747#issuecomment-329060856 @gbiellem Are you running in cluster mode or in single mode? This

[GitHub] FelipeTaiarol commented on issue #796: CouchDB Error - No DB shards could be opened

2017-09-12 Thread git
FelipeTaiarol commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-329056468 yes, I would be interested in recommendations of companies offering professional support.

[GitHub] nickva commented on issue #726: Provide a more accurate size check for max_document_size limit

2017-09-12 Thread git
nickva commented on issue #726: Provide a more accurate size check for max_document_size limit URL: https://github.com/apache/couchdb/pull/726#issuecomment-329036582 A speed benchmark with the latest version ``` ./run_ebench.sh 100 1000 1 Generating inputs... Running

[GitHub] nickva commented on issue #726: Provide a more accurate size check for max_document_size limit

2017-09-12 Thread git
nickva commented on issue #726: Provide a more accurate size check for max_document_size limit URL: https://github.com/apache/couchdb/pull/726#issuecomment-329036582 A speed benchmark with the latest version ``` ./run_ebench.sh 10 Generating inputs... Running benchmark:

[GitHub] wohali opened a new issue #811: couch_stats collection_interval should be config, not app env

2017-09-12 Thread git
wohali opened a new issue #811: couch_stats collection_interval should be config, not app env URL: https://github.com/apache/couchdb/issues/811 Right now, the `collection_interval` setting for `couch_stats` is part of the app env, not a couch config setting.

[GitHub] wohali commented on issue #6: Can't create views on Ubuntu

2017-09-12 Thread git
wohali commented on issue #6: Can't create views on Ubuntu URL: https://github.com/apache/couchdb-pkg/issues/6#issuecomment-328974861 Then run these commands and it should resolve your problem: ``` sudo service apparmor stop sudo update-rc.d -f apparmor remove sudo apt-get

[GitHub] PatrickHeneise commented on issue #6: Can't create views on Ubuntu

2017-09-12 Thread git
PatrickHeneise commented on issue #6: Can't create views on Ubuntu URL: https://github.com/apache/couchdb-pkg/issues/6#issuecomment-328972941 I have no idea what AppArmor is. It's a clean/fresh Ubuntu install with Digital Ocean, don't want to run anything else than CouchDB.

[GitHub] wohali opened a new issue #810: [stats] replicator scheduler crashed counter not inrcementing

2017-09-12 Thread git
wohali opened a new issue #810: [stats] replicator scheduler crashed counter not inrcementing URL: https://github.com/apache/couchdb/issues/810 I set up a _replicator document with an incorrect URL in it, and let the replication scheduler attempt to access it a few times in a row.

[GitHub] nickva commented on issue #726: Provide a more accurate size check for max_document_size limit

2017-09-12 Thread git
nickva commented on issue #726: Provide a more accurate size check for max_document_size limit URL: https://github.com/apache/couchdb/pull/726#issuecomment-328952246 Updated to always underestimate the sizes: ``` ==> jiffy (get-deps) ==> jsx (get-deps) ==> jsone (get-deps)

[GitHub] wohali commented on issue #796: CouchDB Error - No DB shards could be opened

2017-09-12 Thread git
wohali commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-328943882 I'm afraid I don't have any free time to further look at your issue. There are companies offering commercial CouchDB support if that suits

[GitHub] wohali commented on issue #6: Can't create views on Ubuntu

2017-09-12 Thread git
wohali commented on issue #6: Can't create views on Ubuntu URL: https://github.com/apache/couchdb-pkg/issues/6#issuecomment-328936394 Thanks for the report. Definitely looks like a permissions issue related to AppArmor. I'd say "disable AppArmor entirely" but you may have a valid reason

[GitHub] wohali commented on issue #6: Can't create views on Ubuntu

2017-09-12 Thread git
wohali commented on issue #6: Can't create views on Ubuntu URL: https://github.com/apache/couchdb-pkg/issues/6#issuecomment-328936394 Thanks for the report. Definitely looks like a permissions issue. I know virtually nothing about the snap packaging setup or approach. @mhall119 do

[Jenkins] SUCCESS: CouchDB » master #70

2017-09-12 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/70/

[GitHub] willholley commented on a change in pull request #808: Add selector support for json indexes

2017-09-12 Thread git
willholley commented on a change in pull request #808: Add selector support for json indexes URL: https://github.com/apache/couchdb/pull/808#discussion_r138422157 ## File path: src/mango/test/mango.py ## @@ -180,6 +183,7 @@ def find(self, selector, limit=25, skip=0,

[GitHub] willholley commented on a change in pull request #808: Add selector support for json indexes

2017-09-12 Thread git
willholley commented on a change in pull request #808: Add selector support for json indexes URL: https://github.com/apache/couchdb/pull/808#discussion_r138422123 ## File path: src/mango/test/mango.py ## @@ -96,8 +96,11 @@ def create_index(self, fields, idx_type="json",

[GitHub] willholley commented on a change in pull request #808: Add selector support for json indexes

2017-09-12 Thread git
willholley commented on a change in pull request #808: Add selector support for json indexes URL: https://github.com/apache/couchdb/pull/808#discussion_r138417367 ## File path: src/mango/test/16-index-selectors.py ## @@ -0,0 +1,115 @@ +# Licensed under the Apache License,

[GitHub] willholley commented on a change in pull request #808: Add selector support for json indexes

2017-09-12 Thread git
willholley commented on a change in pull request #808: Add selector support for json indexes URL: https://github.com/apache/couchdb/pull/808#discussion_r138416296 ## File path: src/mango/src/mango_native_proc.erl ## @@ -150,6 +148,22 @@ get_index_entries({IdxProps}, Doc)

[GitHub] willholley commented on a change in pull request #808: Add selector support for json indexes

2017-09-12 Thread git
willholley commented on a change in pull request #808: Add selector support for json indexes URL: https://github.com/apache/couchdb/pull/808#discussion_r138417153 ## File path: src/mango/test/16-index-selectors.py ## @@ -0,0 +1,115 @@ +# Licensed under the Apache License,

[GitHub] willholley closed issue #732: CouchDB 2.1 crashes when a mount point contains whitespace

2017-09-12 Thread git
willholley closed issue #732: CouchDB 2.1 crashes when a mount point contains whitespace URL: https://github.com/apache/couchdb/issues/732 This is an automated message from the Apache Git Service. To respond to the

[GitHub] willholley closed pull request #803: Do not crash when free space cannot be calculated

2017-09-12 Thread git
willholley closed pull request #803: Do not crash when free space cannot be calculated URL: https://github.com/apache/couchdb/pull/803 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] PatrickHeneise opened a new issue #6: Can't create views on Ubuntu

2017-09-12 Thread git
PatrickHeneise opened a new issue #6: Can't create views on Ubuntu URL: https://github.com/apache/couchdb-pkg/issues/6 I just installed CouchDB via `snap` on a fresh Ubuntu 17.04 VM. I tried to create views on a db with >5k documents which shouldn't be an issue but ran into a lot of

[GitHub] FelipeTaiarol commented on issue #796: CouchDB Error - No DB shards could be opened

2017-09-12 Thread git
FelipeTaiarol commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-328898003 Just checking if anybody else knows what else could be the problem ? Also, is it correct to expect that CouchDB should be able to

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163112#comment-16163112 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163126#comment-16163126 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163125#comment-16163125 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163124#comment-16163124 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163110#comment-16163110 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[jira] [Commented] (COUCHDB-3288) Allow mixed clusters for PSE deployment

2017-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163113#comment-16163113 ] ASF subversion and git services commented on COUCHDB-3288: -- Commit

[GitHub] wohali closed issue #809: Polling interval not configurable

2017-09-12 Thread git
wohali closed issue #809: Polling interval not configurable URL: https://github.com/apache/couchdb/issues/809 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] wohali commented on issue #809: Polling interval not configurable

2017-09-12 Thread git
wohali commented on issue #809: Polling interval not configurable URL: https://github.com/apache/couchdb/issues/809#issuecomment-328878657 Continuous replication doesn't poll. The replicator sits on a `_changes` feed that publishes changes to the database as they occur. There is no

[Jenkins] SUCCESS: CouchDB » master #69

2017-09-12 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/69/

[GitHub] nickva commented on issue #803: Do not crash when free space cannot be calculated

2017-09-12 Thread git
nickva commented on issue #803: Do not crash when free space cannot be calculated URL: https://github.com/apache/couchdb/pull/803#issuecomment-328851901 Looksgood. Squash and merge. This is an automated message from the

[GitHub] nickva commented on issue #803: Do not crash when free space cannot be calculated

2017-09-12 Thread git
nickva commented on issue #803: Do not crash when free space cannot be calculated URL: https://github.com/apache/couchdb/pull/803#issuecomment-328851901 Looks good. Squash and merge. This is an automated message from the

[GitHub] nickva commented on issue #803: Do not crash when free space cannot be calculated

2017-09-12 Thread git
nickva commented on issue #803: Do not crash when free space cannot be calculated URL: https://github.com/apache/couchdb/pull/803#issuecomment-328851901 Look good. Squash and merge. This is an automated message from the

[GitHub] willholley closed pull request #804: Fix Mango error handling

2017-09-12 Thread git
willholley closed pull request #804: Fix Mango error handling URL: https://github.com/apache/couchdb/pull/804 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[Jenkins] SUCCESS: CouchDB » master #68

2017-09-12 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/68/

[GitHub] eiri commented on issue #804: Fix Mango error handling

2017-09-12 Thread git
eiri commented on issue #804: Fix Mango error handling URL: https://github.com/apache/couchdb/pull/804#issuecomment-328841171 Judging by minimalistic description of [commit where it was

[GitHub] willholley commented on issue #804: Fix Mango error handling

2017-09-12 Thread git
willholley commented on issue #804: Fix Mango error handling URL: https://github.com/apache/couchdb/pull/804#issuecomment-328838777 @eiri Interesting - I wonder why the logging was removed. In any case, I've reverted to the existing pattern for now and we can consider the error signature

[GitHub] eiri commented on issue #804: Fix Mango error handling

2017-09-12 Thread git
eiri commented on issue #804: Fix Mango error handling URL: https://github.com/apache/couchdb/pull/804#issuecomment-328835439 I don't know for sure, but my guess that was a kind of [a rudimentary

[GitHub] willholley closed pull request #807: Avoid duplicate index selection in Mango

2017-09-12 Thread git
willholley closed pull request #807: Avoid duplicate index selection in Mango URL: https://github.com/apache/couchdb/pull/807 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] flimzy commented on issue #161: Updated tour.rst. Fixed grammatical mistake.

2017-09-12 Thread git
flimzy commented on issue #161: Updated tour.rst. Fixed grammatical mistake. URL: https://github.com/apache/couchdb-documentation/pull/161#issuecomment-328815080 Thanks for your contribution. Two observations: 1. The change introduces trailing whitespace which is prohibited by the

[GitHub] flimzy commented on issue #161: Updated tour.rst. Fixed grammatical mistake.

2017-09-12 Thread git
flimzy commented on issue #161: Updated tour.rst. Fixed grammatical mistake. URL: https://github.com/apache/couchdb-documentation/pull/161#issuecomment-328815080 Thanks for your contribution. Two observations: 1. The change introduces trailing whitespace which is prohibited by the

[GitHub] willholley commented on issue #807: Avoid duplicate index selection in Mango

2017-09-12 Thread git
willholley commented on issue #807: Avoid duplicate index selection in Mango URL: https://github.com/apache/couchdb/pull/807#issuecomment-328799449 @garrensmith I kinda agree. However, it's no different to the pattern used by bookmarks or execution stats (i.e. JSON serialisation happens in

[GitHub] Gedos opened a new issue #809: Polling interval not configurable

2017-09-12 Thread git
Gedos opened a new issue #809: Polling interval not configurable URL: https://github.com/apache/couchdb/issues/809 Good morning. It seems like the polling frequency of a continuous replication rule isn't configurable at all. Checking the logs, it looks like the target is checking the

[GitHub] kapoormanish opened a new pull request #161: Updated tour.rst. Fixed grammatical mistake.

2017-09-12 Thread git
kapoormanish opened a new pull request #161: Updated tour.rst. Fixed grammatical mistake. URL: https://github.com/apache/couchdb-documentation/pull/161 ## Overview ## Testing recommendations ## GitHub issue number ## Related Pull

[GitHub] garrensmith commented on issue #807: Avoid duplicate index selection in Mango

2017-09-12 Thread git
garrensmith commented on issue #807: Avoid duplicate index selection in Mango URL: https://github.com/apache/couchdb/pull/807#issuecomment-328772265 I like the idea of this. I don't really like the fact that mango_cursor is calling the http module to send the warning. I dont think the

[GitHub] garrensmith commented on issue #775: Add selector support to json indexes

2017-09-12 Thread git
garrensmith commented on issue #775: Add selector support to json indexes URL: https://github.com/apache/couchdb/pull/775#issuecomment-328769175 Replaced by https://github.com/apache/couchdb/pull/808 This is an automated

[GitHub] garrensmith closed pull request #775: Add selector support to json indexes

2017-09-12 Thread git
garrensmith closed pull request #775: Add selector support to json indexes URL: https://github.com/apache/couchdb/pull/775 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] garrensmith opened a new pull request #808: Add selector support for json indexes

2017-09-12 Thread git
garrensmith opened a new pull request #808: Add selector support for json indexes URL: https://github.com/apache/couchdb/pull/808 Adds selector support to json indexes. The selector can be used to filter what documents are added to the index. When executing a query the index will

[GitHub] willholley commented on issue #804: Fix Mango error handling

2017-09-12 Thread git
willholley commented on issue #804: Fix Mango error handling URL: https://github.com/apache/couchdb/pull/804#issuecomment-328759417 @eiri I didn't see the benefit of scoping those error message conversions to a single module; we're not likely to change the status code or message based on

[GitHub] willholley opened a new pull request #807: Avoid duplicate index selection in Mango

2017-09-12 Thread git
willholley opened a new pull request #807: Avoid duplicate index selection in Mango URL: https://github.com/apache/couchdb/pull/807 ## Overview Previously, index selection for a given query was run twice for each request - once to add a warning in case a full database