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

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

[jira] [Commented] (COUCHDB-3267) Don't exit on timeout callback in cassim fabric:changes feed

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

[jira] [Commented] (COUCHDB-2879) _security not available

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

[GitHub] domachine commented on issue #23: CouchDB 2.1?

2017-09-19 Thread git
domachine commented on issue #23: CouchDB 2.1? URL: https://github.com/apache/couchdb-docker/issues/23#issuecomment-330608588 Amazing! Thank you so much. This is an automated message from the Apache Git Service. To respond

[GitHub] wohali commented on issue #23: CouchDB 2.1?

2017-09-19 Thread git
wohali commented on issue #23: CouchDB 2.1? URL: https://github.com/apache/couchdb-docker/issues/23#issuecomment-330597238 The image will be deployed today. This is an automated message from the Apache Git Service. To

[GitHub] wohali closed issue #6: Graceful Shutdown

2017-09-19 Thread git
wohali closed issue #6: Graceful Shutdown URL: https://github.com/apache/couchdb-docker/issues/6 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] wohali commented on issue #6: Graceful Shutdown

2017-09-19 Thread git
wohali commented on issue #6: Graceful Shutdown URL: https://github.com/apache/couchdb-docker/issues/6#issuecomment-330594894 This can safely be ignored. There's no graceful exit for CouchDB that exits with a 0 error code, I'm afraid.

[GitHub] wohali closed issue #2: Change port

2017-09-19 Thread git
wohali closed issue #2: Change port URL: https://github.com/apache/couchdb-docker/issues/2 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] wohali commented on issue #9: Understanding how to run a cluster

2017-09-19 Thread git
wohali commented on issue #9: Understanding how to run a cluster URL: https://github.com/apache/couchdb-docker/issues/9#issuecomment-330593530 @redgeoff We've merged the secret configuration as well as opening up the Erlang distribution ports to a range (9100-9200) which should be the

[GitHub] wohali closed pull request #25: Make secret configurable via environment

2017-09-19 Thread git
wohali closed pull request #25: Make secret configurable via environment URL: https://github.com/apache/couchdb-docker/pull/25 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] wohali closed issue #9: Understanding how to run a cluster

2017-09-19 Thread git
wohali closed issue #9: Understanding how to run a cluster URL: https://github.com/apache/couchdb-docker/issues/9 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[Jenkins] FAILURE: CouchDB ยป master #77

2017-09-19 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/77/

[GitHub] nickva closed pull request #828: Fix replication ID parsing in URL paths

2017-09-19 Thread git
nickva closed pull request #828: Fix replication ID parsing in URL paths URL: https://github.com/apache/couchdb/pull/828 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nickva closed issue #825: Allow urlencoded '+' characters in _scheduler/jobs/ field

2017-09-19 Thread git
nickva closed issue #825: Allow urlencoded '+' characters in _scheduler/jobs/ field URL: https://github.com/apache/couchdb/issues/825 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] nickva commented on issue #828: Fix replication ID parsing in URL paths

2017-09-19 Thread git
nickva commented on issue #828: Fix replication ID parsing in URL paths URL: https://github.com/apache/couchdb/pull/828#issuecomment-330576133 @eiri yap, internally they all get translated to `{"baseid", "+extension+extension"}` they are different ways to encode them. It's unambiguous

[GitHub] nickva commented on issue #828: Fix replication ID parsing in URL paths

2017-09-19 Thread git
nickva commented on issue #828: Fix replication ID parsing in URL paths URL: https://github.com/apache/couchdb/pull/828#issuecomment-330576133 @eiri yap, internally they all get translated to {"baseid", "+extension+extension"}

[GitHub] davisp commented on issue #828: Fix replication ID parsing in URL paths

2017-09-19 Thread git
davisp commented on issue #828: Fix replication ID parsing in URL paths URL: https://github.com/apache/couchdb/pull/828#issuecomment-330569385 +1 This is an automated message from the Apache Git Service. To respond to the

[GitHub] nickva opened a new issue #829: Avoid uncompressing document bodies just to get the size

2017-09-19 Thread git
nickva opened a new issue #829: Avoid uncompressing document bodies just to get the size URL: https://github.com/apache/couchdb/issues/829 Noticed during compaction we decompress document bodies to get their size.

[GitHub] loay commented on issue #48: Remote Memory Exposure in nano@6.3.0 > follow@0.12.1 > request@2.55.0

2017-09-19 Thread git
loay commented on issue #48: Remote Memory Exposure in nano@6.3.0 > follow@0.12.1 > request@2.55.0 URL: https://github.com/apache/couchdb-nano/issues/48#issuecomment-330561781 The related pr is being merged: https://github.com/apache/couchdb-nano/pull/51 Can the release team let us

[GitHub] nickva opened a new pull request #828: Fix replication ID parsing in URL paths

2017-09-19 Thread git
nickva opened a new pull request #828: Fix replication ID parsing in URL paths URL: https://github.com/apache/couchdb/pull/828 Previously users had to URL encode replication IDs when using `_scheduler/jobs/` endpoint because Mochiweb incorrectly decoded the `+` character from URL

[GitHub] nickva commented on issue #826: Skip compression for EMSort data

2017-09-19 Thread git
nickva commented on issue #826: Skip compression for EMSort data URL: https://github.com/apache/couchdb/pull/826#issuecomment-330559531 Good idea should try deflate_6. Could even have an emsort compression type. That is snappy might work in one case but emsort because of the kind of data

[GitHub] davisp commented on issue #826: Skip compression for EMSort data

2017-09-19 Thread git
davisp commented on issue #826: Skip compression for EMSort data URL: https://github.com/apache/couchdb/pull/826#issuecomment-330557657 Did you try what happens with deflate_6 or similar? Removing compression worries me for nodes that are constantly under disk space pressure.

[GitHub] janl closed pull request #51: feat: switch from follow to cloudant-follow, which is maintaned

2017-09-19 Thread git
janl closed pull request #51: feat: switch from follow to cloudant-follow, which is maintaned URL: https://github.com/apache/couchdb-nano/pull/51 This is an automated message from the Apache Git Service. To respond to the

[GitHub] iilyak commented on issue #786: Run mango tests with make check

2017-09-19 Thread git
iilyak commented on issue #786: Run mango tests with make check URL: https://github.com/apache/couchdb/pull/786#issuecomment-330517393 This would introduce a mandatory dependency on nosetest. Would you mind to copy the information about dependencies from

[GitHub] wohali closed pull request #26: Allow Erlang distribution over 9100-9200 (2.1.0 only)

2017-09-19 Thread git
wohali closed pull request #26: Allow Erlang distribution over 9100-9200 (2.1.0 only) URL: https://github.com/apache/couchdb-docker/pull/26 This is an automated message from the Apache Git Service. To respond to the

[GitHub] wohali commented on issue #26: Allow Erlang distribution over 9100-9200 (2.1.0 only)

2017-09-19 Thread git
wohali commented on issue #26: Allow Erlang distribution over 9100-9200 (2.1.0 only) URL: https://github.com/apache/couchdb-docker/pull/26#issuecomment-330467063 +1 because tests pass. This is an automated message from the

[GitHub] wohali opened a new pull request #26: Allow Erlang distribution over 9100-9200 (2.1.0 only)

2017-09-19 Thread git
wohali opened a new pull request #26: Allow Erlang distribution over 9100-9200 (2.1.0 only) URL: https://github.com/apache/couchdb-docker/pull/26 Without exposing more than 1 Erlang distribution port, clusters could only be 2 nodes large. This PR expands the Erlang port

[GitHub] domachine commented on issue #25: Make secret configurable via environment

2017-09-19 Thread git
domachine commented on issue #25: Make secret configurable via environment URL: https://github.com/apache/couchdb-docker/pull/25#issuecomment-330457089 Ok, I went for appending to `docker.ini`. Feels cleaner :-). Thanks for taking your time.

[GitHub] wohali commented on issue #25: Make secret configurable via environment

2017-09-19 Thread git
wohali commented on issue #25: Make secret configurable via environment URL: https://github.com/apache/couchdb-docker/pull/25#issuecomment-330456070 Either or, your choice. This is an automated message from the Apache Git

[GitHub] domachine commented on issue #25: Make secret configurable via environment

2017-09-19 Thread git
domachine commented on issue #25: Make secret configurable via environment URL: https://github.com/apache/couchdb-docker/pull/25#issuecomment-330454128 Maybe I could also just append the line to the `docker.ini` file, what do you think?

[GitHub] domachine commented on issue #25: Make secret configurable via environment

2017-09-19 Thread git
domachine commented on issue #25: Make secret configurable via environment URL: https://github.com/apache/couchdb-docker/pull/25#issuecomment-330453785 @wohali Sure ? This is an automated message from the Apache Git