[GitHub] nickva commented on issue #644: couch_replicator_scheduler killing "completed normally" replication?

2017-07-10 Thread git
nickva commented on issue #644: couch_replicator_scheduler killing "completed normally" replication? URL: https://github.com/apache/couchdb/issues/644#issuecomment-314317593 Sprinkled some ?debug macros on that test and made Travis run it 10 times in a row. https://github.com/cloud

[GitHub] wohali commented on issue #508: Apache CouchDB Windows Service Paused

2017-07-10 Thread git
wohali commented on issue #508: Apache CouchDB Windows Service Paused URL: https://github.com/apache/couchdb/issues/508#issuecomment-314306340 The code signing service is out of commission for a few weeks, so rather than hold up the release, I'm releasing it unsigned. Download it her

[GitHub] wohali closed issue #508: Apache CouchDB Windows Service Paused

2017-07-10 Thread git
wohali closed issue #508: Apache CouchDB Windows Service Paused URL: https://github.com/apache/couchdb/issues/508 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 #593: Allow bind address of 127.0.0.1 in _cluster_setup for single node

2017-07-10 Thread git
wohali commented on issue #593: Allow bind address of 127.0.0.1 in _cluster_setup for single node URL: https://github.com/apache/couchdb/issues/593#issuecomment-314298350 Also TODO: Docs PR once the other PR lands. This is a

[GitHub] wohali closed issue #658: Why Fauxton make password lowercase?

2017-07-10 Thread git
wohali closed issue #658: Why Fauxton make password lowercase? URL: https://github.com/apache/couchdb/issues/658 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and u

[GitHub] wohali commented on issue #658: Why Fauxton make password lowercase?

2017-07-10 Thread git
wohali commented on issue #658: Why Fauxton make password lowercase? URL: https://github.com/apache/couchdb/issues/658#issuecomment-314289552 This has been fixed on master and will be released with CouchDB 2.1. ![mwsnap 2017-07-10 20_39_10](https://user-images.githubusercontent.com/1

[GitHub] wohali commented on issue #593: Allow bind address of 127.0.0.1 in _cluster_setup for single node

2017-07-10 Thread git
wohali commented on issue #593: Allow bind address of 127.0.0.1 in _cluster_setup for single node URL: https://github.com/apache/couchdb/issues/593#issuecomment-314287860 First PR is up. Once that's confirmed I'll go over to the Fauxton side of things. ---

[GitHub] nickva commented on issue #627: Pass UserCtx to fabric's all_docs from mango query

2017-07-10 Thread git
nickva commented on issue #627: Pass UserCtx to fabric's all_docs from mango query URL: https://github.com/apache/couchdb/pull/627#issuecomment-314273326 @tonysun83 good point! Should be doable. If we had parameterized tests like py.test framework has, then `index = True | False` co

[GitHub] tonysun83 commented on issue #627: Pass UserCtx to fabric's all_docs from mango query

2017-07-10 Thread git
tonysun83 commented on issue #627: Pass UserCtx to fabric's all_docs from mango query URL: https://github.com/apache/couchdb/pull/627#issuecomment-314259028 @eiri @nickva : The source looks good to me. The tests also pass for me. If there's a better pythonic way to combine the two new test

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

2017-07-10 Thread git
nickva commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126515746 ## 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] davisp commented on a change in pull request #610: Optimize ddoc cache

2017-07-10 Thread git
davisp commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126515011 ## 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] nickva commented on a change in pull request #610: Optimize ddoc cache

2017-07-10 Thread git
nickva commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126503196 ## 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] nickva commented on a change in pull request #610: Optimize ddoc cache

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

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

2017-07-10 Thread git
nickva commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126502586 ## 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] nickva opened a new pull request #660: Provide a more accurate size check for max_document_size limit

2017-07-10 Thread git
nickva opened a new pull request #660: Provide a more accurate size check for max_document_size limit URL: https://github.com/apache/couchdb/pull/660 max_document_size currently checks document sizes based on Erlang's external term size of the jiffy-decoded document body. This makes sens

[GitHub] nickva opened a new issue #659: max_document_size check is not accurate

2017-07-10 Thread git
nickva opened a new issue #659: max_document_size check is not accurate URL: https://github.com/apache/couchdb/issues/659 `max_document_size` currently checks document sizes based on Erlang's external term size of the jiffy-decoded document body. This makes sense because that's what used

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

2017-07-10 Thread git
nickva commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126493569 ## 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] davisp commented on a change in pull request #610: Optimize ddoc cache

2017-07-10 Thread git
davisp commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126492643 ## 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] davisp commented on a change in pull request #610: Optimize ddoc cache

2017-07-10 Thread git
davisp commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126492643 ## 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] davisp commented on a change in pull request #610: Optimize ddoc cache

2017-07-10 Thread git
davisp commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r126491136 ## 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] davisp commented on a change in pull request #610: Optimize ddoc cache

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

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

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

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

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

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

2017-07-10 Thread git
davisp commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-314139670 For more color since I was talking to @garrensmith off list about his work on couch_rocks, those two places are a bit rough because I wanted to match

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

2017-07-10 Thread git
garrensmith commented on issue #496: Couchdb 3287 pluggable storage engines URL: https://github.com/apache/couchdb/pull/496#issuecomment-314121724 +1 this is really nice. To test the api I built a [RocksDB adapter](https://github.com/garrensmith/couch_rocks/tree/initial-work). The api is r

[Jenkins] FAILURE: CouchDB ยป master #75

2017-07-10 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/75/