[GitHub] davisp commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
davisp commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302251567 @tonysun83 Hrm, I'll add a test for that case and try and track down what's causing the 500's with the bad engine. For that and for the replicator fu

[jira] [Commented] (COUCHDB-3421) mem3 sync shards WARNING at very low message rate, data doesn't sync

2017-05-17 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014824#comment-16014824 ] Joan Touzet commented on COUCHDB-3421: -- To clarify, we officially support docker in

[GitHub] nickva opened a new pull request #529: Revert couch_lru to use gb_trees

2017-05-17 Thread git
nickva opened a new pull request #529: Revert couch_lru to use gb_trees URL: https://github.com/apache/couchdb/pull/529 Recently couch_lru was changed to use ets tables. During eprof profiling it showed improved performance however recently in a larger test with more concurrent upd

[GitHub] nickva opened a new issue #528: Revert couch_lru to using gb_trees

2017-05-17 Thread git
nickva opened a new issue #528: Revert couch_lru to using gb_trees URL: https://github.com/apache/couchdb/issues/528 Recently couch_lru was changed to use an ets tables. During eprof benchmarks it showed an improvement performance however recently in a larger test with more concurren

[jira] [Commented] (COUCHDB-3421) mem3 sync shards WARNING at very low message rate, data doesn't sync

2017-05-17 Thread Scott Kaul (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014706#comment-16014706 ] Scott Kaul commented on COUCHDB-3421: - Ok, thanks. Any road map to docker support i

[jira] [Commented] (COUCHDB-3421) mem3 sync shards WARNING at very low message rate, data doesn't sync

2017-05-17 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014674#comment-16014674 ] Joan Touzet commented on COUCHDB-3421: -- Any Linux, BSD or macOS setup without Docke

[GitHub] tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302210204 @davisp @nickva : I'm not sure if there has been work to rebase the latest scheduler replicator with PSE. but I'm seeing some function clauses in

[GitHub] tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302210204 @davisp @nickva : I'm not sure if there has been work to rebase the latest scheduler replicator with PSE. but I'm seeing some function clauses in

[GitHub] wohali closed issue #499: Sort out GitHub issues for gitbox repos

2017-05-17 Thread git
wohali closed issue #499: Sort out GitHub issues for gitbox repos URL: https://github.com/apache/couchdb/issues/499 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] wohali commented on issue #499: Sort out GitHub issues for gitbox repos

2017-05-17 Thread git
wohali commented on issue #499: Sort out GitHub issues for gitbox repos URL: https://github.com/apache/couchdb/issues/499#issuecomment-302203262 OK, labels are live on this repo. I have only normalized the pre-existing labels on the other top-level repos and not implemented the full scheme

[GitHub] tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302194719 @davisp: given the negative scenario above with ```http://localhost:15984/testdbblah?engine=blahgen```, a 200 was returned saying the db was crea

[GitHub] wohali opened a new pull request #133: Update documentation to point to GitHub issues for new issues

2017-05-17 Thread git
wohali opened a new pull request #133: Update documentation to point to GitHub issues for new issues URL: https://github.com/apache/couchdb-documentation/pull/133 This PR updates our actual documentation (as opposed to contributing/issue/pr files) with pointers to the new GitHub Issues lin

[GitHub] tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302194719 @davisp: given the negative scenario above with ```http://localhost:15984/testdbblah?engine=blahgen```, a 200 was returned saying the db was crea

[GitHub] tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302194719 @davisp: given the negative scenario above with ```http://localhost:15984/testdbblah?engine=blahgen```, a 200 was returned saying the db was crea

[jira] [Commented] (COUCHDB-3421) mem3 sync shards WARNING at very low message rate, data doesn't sync

2017-05-17 Thread Scott Kaul (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014574#comment-16014574 ] Scott Kaul commented on COUCHDB-3421: - Hi Joan, Thanks for the reply. Is docker th

[GitHub] wohali opened a new pull request #5: Add/update contribution guidelines, issue/PR templates for GH Issues

2017-05-17 Thread git
wohali opened a new pull request #5: Add/update contribution guidelines, issue/PR templates for GH Issues URL: https://github.com/apache/couchdb-pkg/pull/5 ## Overview We're getting ready to move from JIRA to GH Issues. This PR removes references to JIRA and expands our user experie

[GitHub] wohali opened a new pull request #15: Add/update contribution guidelines, issue/PR templates for GH Issues

2017-05-17 Thread git
wohali opened a new pull request #15: Add/update contribution guidelines, issue/PR templates for GH Issues URL: https://github.com/apache/couchdb-docker/pull/15 ## Overview We're getting ready to move from JIRA to GH Issues. This PR removes references to JIRA and expands our user ex

[GitHub] wohali opened a new pull request #925: Add/update contribution guidelines, issue/PR templates for GH Issues

2017-05-17 Thread git
wohali opened a new pull request #925: Add/update contribution guidelines, issue/PR templates for GH Issues URL: https://github.com/apache/couchdb-fauxton/pull/925 ## Overview We're getting ready to move from JIRA to GH Issues. This PR removes references to JIRA and expands our user

[GitHub] wohali opened a new pull request #44: Add/update contribution guidelines, issue/PR templates for GH Issues

2017-05-17 Thread git
wohali opened a new pull request #44: Add/update contribution guidelines, issue/PR templates for GH Issues URL: https://github.com/apache/couchdb-nano/pull/44 ## Overview We're getting ready to move from JIRA to GH Issues. This PR removes references to JIRA and expands our user expe

[GitHub] wohali opened a new pull request #132: Add/update contribution guidelines, issue/PR templates for GH Issues

2017-05-17 Thread git
wohali opened a new pull request #132: Add/update contribution guidelines, issue/PR templates for GH Issues URL: https://github.com/apache/couchdb-documentation/pull/132 ## Overview We're getting ready to move from JIRA to GH Issues. This PR removes references to JIRA and expands ou

[GitHub] wohali opened a new pull request #527: Add/update contribution guidelines, issue/PR templates for GH Issues

2017-05-17 Thread git
wohali opened a new pull request #527: Add/update contribution guidelines, issue/PR templates for GH Issues URL: https://github.com/apache/couchdb/pull/527 ## Overview We're getting ready to move from JIRA to GH Issues. This PR removes references to JIRA and expands our user experie

[GitHub] eiri opened a new pull request #526: Fix _local_docs end-point

2017-05-17 Thread git
eiri opened a new pull request #526: Fix _local_docs end-point URL: https://github.com/apache/couchdb/pull/526 ## Overview This is a second attempt to fix `_local_docs` end-point. The [previous one](https://github.com/apache/couchdb/pull/488) didn't work on big enough btree_local,

[jira] [Commented] (COUCHDB-3421) mem3 sync shards WARNING at very low message rate, data doesn't sync

2017-05-17 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014416#comment-16014416 ] Joan Touzet commented on COUCHDB-3421: -- Hi Scott, I see you are using coreos and d

[jira] [Created] (COUCHDB-3421) mem3 sync shards WARNING at very low message rate, data doesn't sync

2017-05-17 Thread Scott Kaul (JIRA)
Scott Kaul created COUCHDB-3421: --- Summary: mem3 sync shards WARNING at very low message rate, data doesn't sync Key: COUCHDB-3421 URL: https://issues.apache.org/jira/browse/COUCHDB-3421 Project: CouchDB

[GitHub] davisp commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
davisp commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302130228 @tonysun83 The shard's db info blob should include the engine, however this wasn't included in the clustered db info because I had originally had pla

[GitHub] nickva commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
nickva commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-301846739 I ran couchdyno's replication tests against PSE and they all passed: ``` /test.sh -x ===

[GitHub] garrensmith commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
garrensmith commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302127985 With the `/` endpoint we have a `features` field that will show if the CouchDB instance supports the new replication api. I think it might be w

[GitHub] garrensmith commented on issue #496: Couchdb 3287 pluggable storage engines

2017-05-17 Thread git
garrensmith commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-302040139 @tonysun83 each storage engine should have a different file extension. So if you do `http://localhost:15984/testdb?engine=ngen` and then look at