[Jenkins] FAILURE: CouchDB » jenkins-cpse-debugging #25

2019-08-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-cpse-debugging/25/display/redirect

[GitHub] [couchdb] kocolosk commented on issue #2115: Update default config settings (Q, max_document_size, etc.)

2019-08-14 Thread GitBox
kocolosk commented on issue #2115: Update default config settings (Q, max_document_size, etc.) URL: https://github.com/apache/couchdb/issues/2115#issuecomment-521493367 I erred on the side of fewer shards because we have splitting but not merging, and because the initial setting of 8 was

[GitHub] [couchdb] jiangphcn commented on issue #2030: eunit test timedout errors during jenkins CI

2019-08-14 Thread GitBox
jiangphcn commented on issue #2030: eunit test timedout errors during jenkins CI URL: https://github.com/apache/couchdb/issues/2030#issuecomment-521488497 thanks @wohali for further information. This is an automated

[GitHub] [couchdb] wohali commented on issue #2030: eunit test timedout errors during jenkins CI

2019-08-14 Thread GitBox
wohali commented on issue #2030: eunit test timedout errors during jenkins CI URL: https://github.com/apache/couchdb/issues/2030#issuecomment-521487996 A while ago, yes, maybe 2 years now. I can contact them again. This is

[GitHub] [couchdb] wohali commented on issue #2113: Publish package on ARM

2019-08-14 Thread GitBox
wohali commented on issue #2113: Publish package on ARM URL: https://github.com/apache/couchdb/issues/2113#issuecomment-521487851 I can take this, but won't get to it until next week. Really glad to see there's progress here! @lag-linaro will be very pleased. :)

[GitHub] [couchdb] wohali commented on issue #1515: Improve plugin architecture / Erlang release building

2019-08-14 Thread GitBox
wohali commented on issue #1515: Improve plugin architecture / Erlang release building URL: https://github.com/apache/couchdb/issues/1515#issuecomment-521487684 @davisp what do you think? I expect this was only in here for #1516 but if you had other ideas, I'd at least like to see a

[GitHub] [couchdb] wohali edited a comment on issue #2115: Update default config settings (Q, max_document_size, etc.)

2019-08-14 Thread GitBox
wohali edited a comment on issue #2115: Update default config settings (Q, max_document_size, etc.) URL: https://github.com/apache/couchdb/issues/2115#issuecomment-521487442 There was significant discussion on both of these changes in other tickets and on the mailing list. I'm -1

[GitHub] [couchdb] wohali commented on issue #2115: Update default config settings (Q, max_document_size, etc.)

2019-08-14 Thread GitBox
wohali commented on issue #2115: Update default config settings (Q, max_document_size, etc.) URL: https://github.com/apache/couchdb/issues/2115#issuecomment-521487442 There was significant discussion on both of these changes in other tickets and on the mailing list. I'm -1 until we

[GitHub] [couchdb] wohali commented on a change in pull request #2114: Ensure EUnit inherits appropriate environment variables

2019-08-14 Thread GitBox
wohali commented on a change in pull request #2114: Ensure EUnit inherits appropriate environment variables URL: https://github.com/apache/couchdb/pull/2114#discussion_r314151898 ## File path: Makefile ## @@ -168,11 +168,11 @@ eunit: export BUILDDIR = $(shell pwd) eunit:

[GitHub] [couchdb] wohali commented on a change in pull request #2114: Ensure EUnit inherits appropriate environment variables

2019-08-14 Thread GitBox
wohali commented on a change in pull request #2114: Ensure EUnit inherits appropriate environment variables URL: https://github.com/apache/couchdb/pull/2114#discussion_r314151791 ## File path: Jenkinsfile ## @@ -529,8 +529,6 @@ pipeline { reprepro -b

[GitHub] [couchdb-docker] wohali merged pull request #152: add setuptools to dev images

2019-08-14 Thread GitBox
wohali merged pull request #152: add setuptools to dev images URL: https://github.com/apache/couchdb-docker/pull/152 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [couchdb-docker] wohali commented on issue #152: add setuptools to dev images

2019-08-14 Thread GitBox
wohali commented on issue #152: add setuptools to dev images URL: https://github.com/apache/couchdb-docker/pull/152#issuecomment-521483965 Thanks!! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [couchdb-docker] wohali commented on a change in pull request #151: allow running as arbitrary uid

2019-08-14 Thread GitBox
wohali commented on a change in pull request #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r314149332 ## File path: 2.3.1/Dockerfile ## @@ -121,8 +121,13 @@ COPY docker-entrypoint.sh /usr/local/bin RUN ln -s

[GitHub] [couchdb-docker] wohali commented on a change in pull request #151: allow running as arbitrary uid

2019-08-14 Thread GitBox
wohali commented on a change in pull request #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r314149281 ## File path: 2.3.1/docker-entrypoint.sh ## @@ -25,36 +25,44 @@ if [ "$1" = 'couchdb' ]; then fi if [ "$1" =

[GitHub] [couchdb] jaydoane commented on a change in pull request #2101: Refactor fabric:cleanup_index_files

2019-08-14 Thread GitBox
jaydoane commented on a change in pull request #2101: Refactor fabric:cleanup_index_files URL: https://github.com/apache/couchdb/pull/2101#discussion_r314045317 ## File path: src/fabric/src/fabric.erl ## @@ -36,7 +36,8 @@ % miscellany -export([design_docs/1,

[GitHub] [couchdb] jaydoane commented on a change in pull request #2101: Refactor fabric:cleanup_index_files

2019-08-14 Thread GitBox
jaydoane commented on a change in pull request #2101: Refactor fabric:cleanup_index_files URL: https://github.com/apache/couchdb/pull/2101#discussion_r314047597 ## File path: src/fabric/src/fabric.erl ## @@ -503,26 +504,29 @@ cleanup_index_files() -> %% @doc clean up

[GitHub] [couchdb-docker] willholley commented on issue #151: allow running as arbitrary uid

2019-08-14 Thread GitBox
willholley commented on issue #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#issuecomment-521391782 > Hey @willholley , will review this later today. Looks like `dev` is failing for other reasons, making Travis fail. Do you have time to lend a

[GitHub] [couchdb-docker] willholley opened a new pull request #152: add setuptools to dev images

2019-08-14 Thread GitBox
willholley opened a new pull request #152: add setuptools to dev images URL: https://github.com/apache/couchdb-docker/pull/152 ## Overview Fixes the `dev` containers which were missing `setuptools` (perhaps lots in the transition to python 3). ## Testing

[Jenkins] FAILURE: CouchDB » jenkins-cpse-debugging #20

2019-08-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-cpse-debugging/20/display/redirect

[GitHub] [couchdb] rnewson commented on issue #2115: Update default config settings (Q, max_document_size, etc.)

2019-08-14 Thread GitBox
rnewson commented on issue #2115: Update default config settings (Q, max_document_size, etc.) URL: https://github.com/apache/couchdb/issues/2115#issuecomment-521370867 +1 on lowering max_document_size to 1MB. default q is more controversial. How well is the shard splitting working?

[GitHub] [couchdb] kocolosk commented on issue #2114: Ensure EUnit inherits appropriate environment variables

2019-08-14 Thread GitBox
kocolosk commented on issue #2114: Ensure EUnit inherits appropriate environment variables URL: https://github.com/apache/couchdb/pull/2114#issuecomment-521369957 I'm being sloppy again and using this branch for whack-a-mole timeout extensions where needed. I can move those elsewhere if

[Jenkins] FAILURE: CouchDB » jenkins-cpse-debugging #19

2019-08-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-cpse-debugging/19/display/redirect

[GitHub] [couchdb] kocolosk opened a new issue #2115: Update default config settings (Q, max_document_size, etc.)

2019-08-14 Thread GitBox
kocolosk opened a new issue #2115: Update default config settings (Q, max_document_size, etc.) URL: https://github.com/apache/couchdb/issues/2115 I would like to take the opportunity to revisit a few default configuration settings for 3.0 deployments: `cluster.q` (currently 8) - we

[GitHub] [couchdb] kocolosk commented on issue #1517: Automate incrementally growing a cluster

2019-08-14 Thread GitBox
kocolosk commented on issue #1517: Automate incrementally growing a cluster URL: https://github.com/apache/couchdb/issues/1517#issuecomment-521342651 It would be great to have full shard rebalancing across nodes in 3.0, but I don't think the timelines are going to work out.

[GitHub] [couchdb] kocolosk commented on issue #1515: Improve plugin architecture / Erlang release building

2019-08-14 Thread GitBox
kocolosk commented on issue #1515: Improve plugin architecture / Erlang release building URL: https://github.com/apache/couchdb/issues/1515#issuecomment-521342068 I don't think this belongs in 3.x. We closed #1516 by way of #2037, and I don't think anyone is signing up to better integrate

[GitHub] [couchdb] kocolosk opened a new pull request #2114: Ensure EUnit inherits appropriate environment variables

2019-08-14 Thread GitBox
kocolosk opened a new pull request #2114: Ensure EUnit inherits appropriate environment variables URL: https://github.com/apache/couchdb/pull/2114 ## Overview Omitting COUCHDB_VERSION caused the EUnit build of the replicator to have a corrupted User-Agent header. It tried

[Jenkins] FAILURE: CouchDB » jenkins-cpse-debugging #18

2019-08-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-cpse-debugging/18/display/redirect

[GitHub] [couchdb-docker] kocolosk commented on a change in pull request #151: allow running as arbitrary uid

2019-08-14 Thread GitBox
kocolosk commented on a change in pull request #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r313983930 ## File path: 2.3.1/Dockerfile ## @@ -121,8 +121,13 @@ COPY docker-entrypoint.sh /usr/local/bin RUN ln -s

[GitHub] [couchdb] kocolosk commented on issue #2091: HTTP Request TimeOut errors for Elixir tests in CouchDB test suite

2019-08-14 Thread GitBox
kocolosk commented on issue #2091: HTTP Request TimeOut errors for Elixir tests in CouchDB test suite URL: https://github.com/apache/couchdb/issues/2091#issuecomment-521332020 @sarveshtamba Are you up-to-date on master? I think 608caaf12904effc104fc86a8525eb51425e2311 fixed those

[GitHub] [couchdb] kocolosk commented on issue #2099: CompactTest fails while executing CouchDB elixir test suite.

2019-08-14 Thread GitBox
kocolosk commented on issue #2099: CompactTest fails while executing CouchDB elixir test suite. URL: https://github.com/apache/couchdb/issues/2099#issuecomment-521330942 Hard to say without any additional details like database log files. I don't think I've ever seen that one fail like

[GitHub] [couchdb] kocolosk opened a new issue #2113: Publish package on ARM

2019-08-14 Thread GitBox
kocolosk opened a new issue #2113: Publish package on ARM URL: https://github.com/apache/couchdb/issues/2113 # Summary We're building packages for ARM now but we're not publishing them to `repo-nightly.apache.org` like the others. See

[GitHub] [couchdb] nickva merged pull request #2111: Fix replication rescheduling Running < MaxJobs corner case

2019-08-14 Thread GitBox
nickva merged pull request #2111: Fix replication rescheduling Running < MaxJobs corner case URL: https://github.com/apache/couchdb/pull/2111 This is an automated message from the Apache Git Service. To respond to the

[Jenkins] SUCCESS: CouchDB » jenkins-cpse-debugging #17

2019-08-14 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/jenkins-cpse-debugging/17/display/redirect

[GitHub] [couchdb] nickva commented on a change in pull request #2111: Fix replication rescheduling Running < MaxJobs corner case

2019-08-14 Thread GitBox
nickva commented on a change in pull request #2111: Fix replication rescheduling Running < MaxJobs corner case URL: https://github.com/apache/couchdb/pull/2111#discussion_r313893671 ## File path: src/couch_replicator/src/couch_replicator_scheduler.erl ## @@ -723,49

[Jenkins] FAILURE: CouchDB » jenkins-cpse-debugging #16

2019-08-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-cpse-debugging/16/display/redirect

[Jenkins] FAILURE: CouchDB » jenkins-cpse-debugging #15

2019-08-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-cpse-debugging/15/display/redirect

[GitHub] [couchdb] iilyak commented on a change in pull request #2111: Fix replication rescheduling Running < MaxJobs corner case

2019-08-14 Thread GitBox
iilyak commented on a change in pull request #2111: Fix replication rescheduling Running < MaxJobs corner case URL: https://github.com/apache/couchdb/pull/2111#discussion_r313810037 ## File path: src/couch_replicator/src/couch_replicator_scheduler.erl ## @@ -723,49

[GitHub] [couchdb-docker] willholley commented on a change in pull request #151: allow running as arbitrary uid

2019-08-14 Thread GitBox
willholley commented on a change in pull request #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r313784293 ## File path: 2.3.1/docker-entrypoint.sh ## @@ -25,36 +25,44 @@ if [ "$1" = 'couchdb' ]; then fi if [

[GitHub] [couchdb-docker] willholley commented on a change in pull request #151: allow running as arbitrary uid

2019-08-14 Thread GitBox
willholley commented on a change in pull request #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r313782460 ## File path: 2.3.1/Dockerfile ## @@ -121,8 +121,13 @@ COPY docker-entrypoint.sh /usr/local/bin RUN ln -s

[GitHub] [couchdb] lag-linaro commented on issue #2030: eunit test timedout errors during jenkins CI

2019-08-14 Thread GitBox
lag-linaro commented on issue #2030: eunit test timedout errors during jenkins CI URL: https://github.com/apache/couchdb/issues/2030#issuecomment-521143824 Have you tried reaching out to WorksOnArm? This is an automated

[GitHub] [couchdb] sarveshtamba commented on issue #2099: CompactTest fails while executing CouchDB elixir test suite.

2019-08-14 Thread GitBox
sarveshtamba commented on issue #2099: CompactTest fails while executing CouchDB elixir test suite. URL: https://github.com/apache/couchdb/issues/2099#issuecomment-521138808 @wohali @kocolosk any inputs on this one? This is