[GitHub] nickva commented on a change in pull request #709: Increase timeout in couch's couch_db_mpr_tests module to 30 seconds

2017-07-21 Thread git
nickva commented on a change in pull request #709: Increase timeout in couch's couch_db_mpr_tests module to 30 seconds URL: https://github.com/apache/couchdb/pull/709#discussion_r128890313 ## File path: src/couch/test/couch_db_mpr_tests.erl ## @@ -69,34 +70,36 @@ couch_db_

[GitHub] wohali commented on a change in pull request #709: Increase timeout in couch's couch_db_mpr_tests module to 30 seconds

2017-07-21 Thread git
wohali commented on a change in pull request #709: Increase timeout in couch's couch_db_mpr_tests module to 30 seconds URL: https://github.com/apache/couchdb/pull/709#discussion_r128889823 ## File path: src/couch/test/couch_db_mpr_tests.erl ## @@ -69,34 +70,36 @@ couch_db_

[GitHub] nickva opened a new pull request #709: Increase timeout in couch's couch_db_mpr_tests module to 30 seconds

2017-07-21 Thread git
nickva opened a new pull request #709: Increase timeout in couch's couch_db_mpr_tests module to 30 seconds URL: https://github.com/apache/couchdb/pull/709 Previous default timeout of 5 seconds was not enough when running in an environment where disk access is severly throttled. To

[GitHub] jiangphcn commented on issue #597: Move view index files to .view_deleted when db is deleted

2017-07-21 Thread git
jiangphcn commented on issue #597: Move view index files to .view_deleted when db is deleted URL: https://github.com/apache/couchdb/pull/597#issuecomment-317154382 Thanks @davisp for your review. I have changed name and could you please take yet another look when getting time? Thanks again

[Jenkins] SUCCESS: CouchDB » master #1

2017-07-21 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/1/

[Jenkins] SUCCESS: CouchDB » master #2

2017-07-21 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/2/

[GitHub] wohali commented on issue #642: Build pipeline and package build tasks

2017-07-21 Thread git
wohali commented on issue #642: Build pipeline and package build tasks URL: https://github.com/apache/couchdb/issues/642#issuecomment-317151507 We're auto-building repos/dist-type source tarballs on master now. This is an aut

[GitHub] couchdb-config pull request #16: Add longer timeouts for operations which co...

2017-07-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-config/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[Jenkins] SUCCESS: CouchDB » jenkins-autobuild-packages #14

2017-07-21 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/14/

[GitHub] couchdb-config issue #16: Add longer timeouts for operations which could wri...

2017-07-21 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-config/pull/16 +1. Don't forget to bump the dependency in couch's `rebar.config.script`. Because we're preparing for a release, please add a new tag to this repo and use the new tag in `rebar.config.script`,

[GitHub] wohali closed pull request #707: Do not persist restart times setting in os_daemons_tests

2017-07-21 Thread git
wohali closed pull request #707: Do not persist restart times setting in os_daemons_tests URL: https://github.com/apache/couchdb/pull/707 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] wohali closed issue #703: Timeout setting config values in tests

2017-07-21 Thread git
wohali closed issue #703: Timeout setting config values in tests URL: https://github.com/apache/couchdb/issues/703 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] couchdb-config pull request #16: Add longer timeouts for operations which co...

2017-07-21 Thread nickva
GitHub user nickva opened a pull request: https://github.com/apache/couchdb-config/pull/16 Add longer timeouts for operations which could write to disk It turns out that 5 seconds is often not enough in a severly throttled test environment, and simple operations like config:set a

[Jenkins] SUCCESS: CouchDB » jenkins-autobuild-packages #13

2017-07-21 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/13/

[GitHub] nickva commented on issue #707: Do not persist restart times setting in os_daemons_tests

2017-07-21 Thread git
nickva commented on issue #707: Do not persist restart times setting in os_daemons_tests URL: https://github.com/apache/couchdb/pull/707#issuecomment-317146573 +1 Good idea! This is an automated message from the Apach

[Jenkins] FAILURE: CouchDB » jenkins-autobuild-packages #12

2017-07-21 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/12/

[Jenkins] FAILURE: CouchDB » jenkins-autobuild-packages #11

2017-07-21 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/11/

[Jenkins] FAILURE: CouchDB » jenkins-autobuild-packages #10

2017-07-21 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/10/

[Jenkins] FAILURE: CouchDB » jenkins-autobuild-packages #9

2017-07-21 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/9/

[Jenkins] FAILURE: CouchDB » jenkins-autobuild-packages #8

2017-07-21 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/8/

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128873430 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,332 @@ +% Licensed under the Apache License, Version 2.0 (the "Li

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128872351 ## File path: src/ddoc_cache/src/ddoc_cache_entry_custom.erl ## @@ -10,25 +10,28 @@ % License for the specific language governing pe

[GitHub] wohali commented on issue #574: eunit replication test fails with {nocatch, {mp_parser_died,noproc}}

2017-07-21 Thread git
wohali commented on issue #574: eunit replication test fails with {nocatch, {mp_parser_died,noproc}} URL: https://github.com/apache/couchdb/issues/574#issuecomment-317125283 The most recent of these failures is ` travis-couchdb-255917178-2017-07-21T04:40:55.319430`. This failure is **aft

[GitHub] wohali commented on issue #574: eunit replication test fails with {nocatch, {mp_parser_died,noproc}}

2017-07-21 Thread git
wohali commented on issue #574: eunit replication test fails with {nocatch, {mp_parser_died,noproc}} URL: https://github.com/apache/couchdb/issues/574#issuecomment-316856683 I created a really dumb [python script](https://gist.github.com/wohali/3d0070de6b4e7989f2303a54713ef8db) to search

[GitHub] wohali commented on issue #673: JS delayed_commits: connection refused

2017-07-21 Thread git
wohali commented on issue #673: JS delayed_commits: connection refused URL: https://github.com/apache/couchdb/issues/673#issuecomment-317124298 I think my most recent fix has fixed this. I'm going to mark as closed for now, and if it recurs, we'll move to disable the test. ---

[GitHub] wohali closed issue #673: JS delayed_commits: connection refused

2017-07-21 Thread git
wohali closed issue #673: JS delayed_commits: connection refused URL: https://github.com/apache/couchdb/issues/673 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] wohali commented on issue #704: Tag any repos that are referenced by hash in rebar.config.script

2017-07-21 Thread git
wohali commented on issue #704: Tag any repos that are referenced by hash in rebar.config.script URL: https://github.com/apache/couchdb/issues/704#issuecomment-317123983 Done: https://github.com/apache/couchdb/commit/9fbbbd736cc6501d0e2129325117d57ed19fbd31 --

[GitHub] wohali closed issue #704: Tag any repos that are referenced by hash in rebar.config.script

2017-07-21 Thread git
wohali closed issue #704: Tag any repos that are referenced by hash in rebar.config.script URL: https://github.com/apache/couchdb/issues/704 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128869716 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,351 @@ +% Licensed under the Apache License, Version 2.0 (the "Li

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128869185 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,351 @@ +% Licensed under the Apache License, Version 2.0 (the "Li

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128865346 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,307 @@ +% Licensed under the Apache License, Version 2.0 (the "Lice

[GitHub] wohali opened a new issue #708: couch_peruser_tests using wrong asserts

2017-07-21 Thread git
wohali opened a new issue #708: couch_peruser_tests using wrong asserts URL: https://github.com/apache/couchdb/issues/708 From IRC: ```irc 17:22 < chewbranca> Wohali: jan: yeap confirmed: https://gist.github.com/chewbranca/e97917468d32bedd198c1f370be7915e 17:22 < chewbranca

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128864981 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,307 @@ +% Licensed under the Apache License, Version 2.0 (the "Lice

[GitHub] wohali closed pull request #706: Fix couch_peruser EUnit test

2017-07-21 Thread git
wohali closed pull request #706: Fix couch_peruser EUnit test URL: https://github.com/apache/couchdb/pull/706 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] wohali closed issue #705: couch_peruser test failure

2017-07-21 Thread git
wohali closed issue #705: couch_peruser test failure URL: https://github.com/apache/couchdb/issues/705 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 commented on issue #673: JS delayed_commits: connection refused

2017-07-21 Thread git
janl commented on issue #673: JS delayed_commits: connection refused URL: https://github.com/apache/couchdb/issues/673#issuecomment-317113767 Would opt for disabling the test for now, if we get around to fix it, we can re-enable. Would only remove if we get rid of the `delayed_commits` code

[GitHub] janl commented on issue #683: Update "What's New for 2.1" documentation

2017-07-21 Thread git
janl commented on issue #683: Update "What's New for 2.1" documentation URL: https://github.com/apache/couchdb/issues/683#issuecomment-317113557 Update: new replication scheduler is in. This is an automated message from the A

[GitHub] wohali commented on issue #695: Test failure in couch_db_mpr_tests

2017-07-21 Thread git
wohali commented on issue #695: Test failure in couch_db_mpr_tests URL: https://github.com/apache/couchdb/issues/695#issuecomment-317108066 Nothing to go on here. I've reviewed the test case, and despite it doing the create/delete/create the exact same named DB thing which it shouldn't do,

[GitHub] wohali commented on issue #695: Test failure in couch_db_mpr_tests

2017-07-21 Thread git
wohali commented on issue #695: Test failure in couch_db_mpr_tests URL: https://github.com/apache/couchdb/issues/695#issuecomment-317108066 Nothing to go on here. I've reviewed the test case, and despite it doing the create/delete/create the exact same named DB thing which it shouldn't do,

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128857435 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,307 @@ +% Licensed under the Apache License, Version 2.0 (the "Lice

[GitHub] wohali opened a new pull request #707: Do not persist restart times setting in os_daemons_tests

2017-07-21 Thread git
wohali opened a new pull request #707: Do not persist restart times setting in os_daemons_tests URL: https://github.com/apache/couchdb/pull/707 Looks like an oversight in commit 789f75d. Closes #703. This is an automa

[GitHub] wohali commented on issue #703: Timeout setting config values in tests

2017-07-21 Thread git
wohali commented on issue #703: Timeout setting config values in tests URL: https://github.com/apache/couchdb/issues/703#issuecomment-317106450 Weird that the `config:set` call there persists to disk, and we never revert that setting. We shouldn't need to write to disk at this point.

[GitHub] wohali opened a new pull request #706: Fix couch_peruser EUnit test

2017-07-21 Thread git
wohali opened a new pull request #706: Fix couch_peruser EUnit test URL: https://github.com/apache/couchdb/pull/706 The test was repeatedly creating/deleting the exact same DB name, which is a recipe for disaster. Changed to use unique DB names. Closes #705. --

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128854018 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,307 @@ +% Licensed under the Apache License, Version 2.0 (the "Lice

[GitHub] wohali opened a new issue #705: couch_peruser test failure

2017-07-21 Thread git
wohali opened a new issue #705: couch_peruser test failure URL: https://github.com/apache/couchdb/issues/705 * https://travis-ci.org/apache/couchdb/jobs/256189237 * https://couchdb-vm2.apache.org/ci_errorlogs/travis-couchdb-256189237-2017-07-21T19:57:05.234543/couchlog.tar.gz ``

[GitHub] wohali commented on issue #673: JS delayed_commits: connection refused

2017-07-21 Thread git
wohali commented on issue #673: JS delayed_commits: connection refused URL: https://github.com/apache/couchdb/issues/673#issuecomment-317095994 So if that fix I just checked in doesn't work, I'm in favour of just deleting this test. `delayed_commits = true` is a deprecated setting in 2.x,

[GitHub] wohali closed issue #669: Test failure in compact.js

2017-07-21 Thread git
wohali closed issue #669: Test failure in compact.js URL: https://github.com/apache/couchdb/issues/669 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128838249 ## File path: src/ddoc_cache/src/ddoc_cache_tables.erl ## @@ -0,0 +1,68 @@ +% Licensed under the Apache License, Version 2.0 (the "Li

[GitHub] iilyak commented on a change in pull request #610: Optimize ddoc cache

2017-07-21 Thread git
iilyak commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r128832373 ## File path: src/ddoc_cache/src/ddoc_cache_tables.erl ## @@ -0,0 +1,68 @@ +% Licensed under the Apache License, Version 2.0 (the "Li

[GitHub] wohali commented on issue #673: JS delayed_commits: connection refused

2017-07-21 Thread git
wohali commented on issue #673: JS delayed_commits: connection refused URL: https://github.com/apache/couchdb/issues/673#issuecomment-317073313 Actually, the variable name is misleading. We're only checking the __clustered__ port. https://github.com/apache/couchdb/blob/master/dev/run#L208-

[GitHub] davisp commented on issue #610: Optimize ddoc cache

2017-07-21 Thread git
davisp commented on issue #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#issuecomment-317068757 Performance Benchmarking Update: New one is faster! And now for some graphs. For each of these graphs the max_dbs_open was set to 5,000. That's important to reme

[GitHub] wohali commented on issue #704: Tag any repos that are referenced by hash in rebar.config.script

2017-07-21 Thread git
wohali commented on issue #704: Tag any repos that are referenced by hash in rebar.config.script URL: https://github.com/apache/couchdb/issues/704#issuecomment-317063190 The full list is: ``` {config, "config", "c5a42b52f28853e511afaa5b35d48770da1159d4"}, {b64u

[GitHub] davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted

2017-07-21 Thread git
davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted URL: https://github.com/apache/couchdb/pull/597#discussion_r128801767 ## File path: src/couch/src/couch_file.erl ## @@ -264,6 +265,18 @@ rename_file(Original) ->

[GitHub] davisp commented on a change in pull request #635: Stop indexing activity on ddoc update

2017-07-21 Thread git
davisp commented on a change in pull request #635: Stop indexing activity on ddoc update URL: https://github.com/apache/couchdb/pull/635#discussion_r128800838 ## File path: src/couch_index/src/couch_index_server.erl ## @@ -106,6 +106,13 @@ get_index(Module, IdxState) ->

[GitHub] wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-07-21 Thread git
wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016 URL: https://github.com/apache/couchdb/issues/698#issuecomment-317036397 The specific error isn't file access errors, it's port access errors, my mistake, and thank you @davisp. @callum-spartan

[GitHub] davisp commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-07-21 Thread git
davisp commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016 URL: https://github.com/apache/couchdb/issues/698#issuecomment-317034926 @callum-spartan Ah! I think that's actually a socket access error. Did you set the HTTP port to 80 and not allow it to bind? I

[GitHub] wohali opened a new issue #704: Tag any repos that are referenced by hash in rebar.config.script

2017-07-21 Thread git
wohali opened a new issue #704: Tag any repos that are referenced by hash in rebar.config.script URL: https://github.com/apache/couchdb/issues/704 For the 2.1 release, so we don't have raw hashes as references. This is an au

[GitHub] davisp commented on issue #673: JS delayed_commits: connection refused

2017-07-21 Thread git
davisp commented on issue #673: JS delayed_commits: connection refused URL: https://github.com/apache/couchdb/issues/673#issuecomment-317032537 This and #669 appear to be the server reboot code in dev/run not waiting until the clustered port is up. Theoretically we should be able to change

[GitHub] wohali commented on issue #674: Flaky compaction daemon test

2017-07-21 Thread git
wohali commented on issue #674: Flaky compaction daemon test URL: https://github.com/apache/couchdb/issues/674#issuecomment-317031589 As this hasn't recurred in a week, removing the 2.1.0 milestone. Re-add if recurs before release. -

[GitHub] wohali closed pull request #699: Explicitly mention Facebook "BSD+Patents" license in NOTICE per LEGAL-303

2017-07-21 Thread git
wohali closed pull request #699: Explicitly mention Facebook "BSD+Patents" license in NOTICE per LEGAL-303 URL: https://github.com/apache/couchdb/pull/699 This is an automated message from the Apache Git Service. To respond

[GitHub] wohali closed issue #697: Make a note of the React PATENTS file

2017-07-21 Thread git
wohali closed issue #697: Make a note of the React PATENTS file URL: https://github.com/apache/couchdb/issues/697 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] davisp commented on issue #699: Explicitly mention Facebook "BSD+Patents" license in NOTICE per LEGAL-303

2017-07-21 Thread git
davisp commented on issue #699: Explicitly mention Facebook "BSD+Patents" license in NOTICE per LEGAL-303 URL: https://github.com/apache/couchdb/pull/699#issuecomment-317028759 +1 This is an automated message from the Apache

[GitHub] davisp commented on issue #701: couchdb_views_tests:322: couchdb_1283 test failure

2017-07-21 Thread git
davisp commented on issue #701: couchdb_views_tests:322: couchdb_1283 test failure URL: https://github.com/apache/couchdb/issues/701#issuecomment-317028370 This is likely that the compaction process finishes before we get a chance to suspend it. I'll fix this today by changing the meck:wai

[GitHub] wohali commented on issue #701: couchdb_views_tests:322: couchdb_1283 test failure

2017-07-21 Thread git
wohali commented on issue #701: couchdb_views_tests:322: couchdb_1283 test failure URL: https://github.com/apache/couchdb/issues/701#issuecomment-317028247 ``` <+davisp> The compaction process finishes before we get a chance to suspend it <+davisp> Hence bad arg whe

[GitHub] davisp commented on issue #703: Timeout setting config values in tests

2017-07-21 Thread git
davisp commented on issue #703: Timeout setting config values in tests URL: https://github.com/apache/couchdb/issues/703#issuecomment-317027752 Likely this was file_server2 or error_logger backing up. Given the anemic IO rates I'm guessing this was probably file_server2 being super slow. We

[GitHub] ArchangeGabriel commented on issue #617: CouchDB won't boot on OTP-20

2017-07-21 Thread git
ArchangeGabriel commented on issue #617: CouchDB won't boot on OTP-20 URL: https://github.com/apache/couchdb/issues/617#issuecomment-316980957 This was also reported here https://issues.apache.org/jira/browse/COUCHDB-3414, originating from https://bugs.archlinux.org/task/53499. Duri

[GitHub] callum-spartan commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-07-21 Thread git
callum-spartan commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016 URL: https://github.com/apache/couchdb/issues/698#issuecomment-316937867 Thank you for your response. I have added the Full Control permissions for the Local Service user to the C:/ Co

[Jenkins] FAILURE: CouchDB » jenkins-autobuild-packages #5

2017-07-21 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-autobuild-packages/5/

couchdb-ci git commit: Updated images for non-root Jenkins+Docker builds [Forced Update!]

2017-07-21 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 1dec43917 -> b918cfb69 (forced update) Updated images for non-root Jenkins+Docker builds Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/b918cfb6 Tree: h