[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Could you update the `.travis.yml` file in your branch to test 19 and 20? That will let us see that everything is good thru the GH-Travis integration. (Also, please squash your branch.) Thanks!

[GitHub] wohali commented on issue #604: {"error":"unauthorized","reason":"Name or password is incorrect."} even if access is granted to user

2017-06-22 Thread git
wohali commented on issue #604: {"error":"unauthorized","reason":"Name or password is incorrect."} even if access is granted to user URL: https://github.com/apache/couchdb/issues/604#issuecomment-310296365 Your step 1 talking to port 5986 to create a user is wrong - you got bad advice.

[GitHub] couchdb-snappy pull request #6: Add erlang 20

2017-06-22 Thread goncalotomas
GitHub user goncalotomas opened a pull request: https://github.com/apache/couchdb-snappy/pull/6 Add erlang 20 Ran the following commands before opening this PR: ```bash rebar get-deps rebar compile rebar eunit rebar ct rebar release ``` No

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread goncalotomas
Github user goncalotomas commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Sorry, I'm having a hard time squashing my branch, I don't know how to do it. I have a feeling that last Merge branch 'master' ruined it, am I right? How do I do it properly?

[GitHub] inceptivetech commented on issue #604: {"error":"unauthorized","reason":"Name or password is incorrect."} even if access is granted to user

2017-06-22 Thread git
inceptivetech commented on issue #604: {"error":"unauthorized","reason":"Name or password is incorrect."} even if access is granted to user URL: https://github.com/apache/couchdb/issues/604#issuecomment-310328972 O thanks for your help. I should have contacted you first. Any way

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Ah, ok, that's not good. Remove 20 from the Travis file for now. Try a `git rebase -i HEAD~4` and squash everything but the first commit. --- If your project is set up for it, you can

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread goncalotomas
Github user goncalotomas commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Another option is to add `20.0-rc1` (available on Travis) and then just replace it for `20.0` when it's available. What should we do? --- If your project is set up for it, you can reply

[GitHub] garrensmith closed pull request #582: Add X-Frame-Options

2017-06-22 Thread git
garrensmith closed pull request #582: Add X-Frame-Options URL: https://github.com/apache/couchdb/pull/582 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] millayr opened a new pull request #931: Design Docs filtered view occasionally incorrect

2017-06-22 Thread git
millayr opened a new pull request #931: Design Docs filtered view occasionally incorrect URL: https://github.com/apache/couchdb-fauxton/pull/931 ## Overview This PR fixes a bug where fauxton would display no results when switching to the Design Docs filter within _all_docs. This

[GitHub] kocolosk commented on issue #607: Extra 500 reply added to list function response when accessed through rewrite

2017-06-22 Thread git
kocolosk commented on issue #607: Extra 500 reply added to list function response when accessed through rewrite URL: https://github.com/apache/couchdb/issues/607#issuecomment-310432762 @natevw one question for you -- when you invoke `getRow()` the second time, is the response `null`? The

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

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123586231 ## File path: src/ddoc_cache/src/ddoc_cache_opener.erl ## @@ -32,195 +32,96 @@ ]). -export([ -open_doc/2, -

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

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123588153 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,316 @@ +% Licensed under the Apache License, Version 2.0 (the

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

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123588287 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,316 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] kocolosk commented on issue #607: Extra 500 reply added to list function response when accessed through rewrite

2017-06-22 Thread git
kocolosk commented on issue #607: Extra 500 reply added to list function response when accessed through rewrite URL: https://github.com/apache/couchdb/issues/607#issuecomment-310439222 Hah, well _this_ looks relevant: https://github.com/apache/couchdb-couch-mrview/commit/56616fad9b

[GitHub] davisp opened a new pull request #610: Optimize ddoc cache

2017-06-22 Thread git
davisp opened a new pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610 ## Overview The previous version of ddoc_cache was written to rely on evicting entries after a maximum TTL. This leads to issues on clusters that have a large amount of

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

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123591611 ## File path: src/ddoc_cache/src/ddoc_cache_tables.erl ## @@ -0,0 +1,69 @@ +% Licensed under the Apache License, Version 2.0

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

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123589451 ## File path: src/ddoc_cache/src/ddoc_cache_opener.erl ## @@ -32,195 +32,96 @@ ]). -export([ -open_doc/2, -

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

2017-06-22 Thread git
nickva commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123597585 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,316 @@ +% Licensed under the Apache License, Version 2.0 (the

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

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123580724 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,316 @@ +% Licensed under the Apache License, Version 2.0 (the

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

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123584058 ## File path: src/ddoc_cache/src/ddoc_cache_refresher.erl ## @@ -0,0 +1,102 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] kocolosk commented on issue #548: [Jenkins] 500 error on getting view output

2017-06-22 Thread git
kocolosk commented on issue #548: [Jenkins] 500 error on getting view output URL: https://github.com/apache/couchdb/issues/548#issuecomment-310460143 I thought that perhaps with the work in #576 and #577 this might be resolved, but now I think we may have just morphed to an

[GitHub] eiri commented on issue #548: [Jenkins] 500 error on getting view output

2017-06-22 Thread git
eiri commented on issue #548: [Jenkins] 500 error on getting view output URL: https://github.com/apache/couchdb/issues/548#issuecomment-310508091 @kocolosk yes, we've discussed this on IRC before I did the patches and came to the same conclusion - this is a race happening because of rapid

[GitHub] kocolosk commented on issue #548: [Jenkins] 500 error on getting view output

2017-06-22 Thread git
kocolosk commented on issue #548: [Jenkins] 500 error on getting view output URL: https://github.com/apache/couchdb/issues/548#issuecomment-310491549 I think I know what's happening here. Every `db.query()` invocation in this test creates a ddoc with a random name, queries the view, and

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Ah, that'll do. Submit with `20.0-rc1` if you please. --- 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

[GitHub] wohali commented on issue #8: [Feature Request] Provide Image with Clouseau / Fulltext Search

2017-06-22 Thread git
wohali commented on issue #8: [Feature Request] Provide Image with Clouseau / Fulltext Search URL: https://github.com/apache/couchdb-docker/issues/8#issuecomment-310487475 I'm afraid ASF restrictions will make this difficult for us, but we'll look into at least providing the Dockerfile.

[GitHub] natevw closed issue #607: Extra 500 reply added to list function response when accessed through rewrite

2017-06-22 Thread git
natevw closed issue #607: Extra 500 reply added to list function response when accessed through rewrite URL: https://github.com/apache/couchdb/issues/607 This is an automated message from the Apache Git Service. To respond

[GitHub] kocolosk commented on issue #548: [Jenkins] 500 error on getting view output

2017-06-22 Thread git
kocolosk commented on issue #548: [Jenkins] 500 error on getting view output URL: https://github.com/apache/couchdb/issues/548#issuecomment-310541660 The more I dig the more I think this is a non-trivial race condition. I'd recommend that we file a separate ticket explicitly focused on

[Jenkins] FAILURE: CouchDB » jenkins-pipeline #32

2017-06-22 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-pipeline/32/

[Jenkins] FAILURE: CouchDB » master #40

2017-06-22 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/40/

[GitHub] homerjam commented on issue #8: [Feature Request] Provide Image with Clouseau / Fulltext Search

2017-06-22 Thread git
homerjam commented on issue #8: [Feature Request] Provide Image with Clouseau / Fulltext Search URL: https://github.com/apache/couchdb-docker/issues/8#issuecomment-310402227 +1 I made [this](https://github.com/homerjam/cloudant-search) by following some instructions but I'm a total