[GitHub] [couchdb-nano] glynnbird opened a new pull request #201: ensure TypeScript definitions are sound during testing

2020-02-14 Thread GitBox
glynnbird opened a new pull request #201: ensure TypeScript definitions are sound during testing URL: https://github.com/apache/couchdb-nano/pull/201 I noticed the TypeScript definitions weren't syntactically correct, so I fixed them and ensured that the `npm run test` command checks the

[GitHub] [couchdb-docker] florianb closed issue #169: Enforce creation of initial administrator account on 3.x images

2020-02-14 Thread GitBox
florianb closed issue #169: Enforce creation of initial administrator account on 3.x images URL: https://github.com/apache/couchdb-docker/issues/169 This is an automated message from the Apache Git Service. To respond to

[GitHub] [couchdb] wohali commented on issue #2553: Mango eunit test fixes

2020-02-14 Thread GitBox
wohali commented on issue #2553: Mango eunit test fixes URL: https://github.com/apache/couchdb/pull/2553#issuecomment-586379430 Hi @jaydoane , be sure to merge these into the 3.x branch as well? Thanks. This is an automated

[GitHub] [couchdb] jaydoane commented on issue #2553: Mango eunit test fixes

2020-02-14 Thread GitBox
jaydoane commented on issue #2553: Mango eunit test fixes URL: https://github.com/apache/couchdb/pull/2553#issuecomment-586407107 Hi @wohali I think these are _mostly_ broken due to the current FDB rebase work, but good call. I will double check.

[GitHub] [couchdb] davisp commented on a change in pull request #2540: Use multi-transactional iterators

2020-02-14 Thread GitBox
davisp commented on a change in pull request #2540: Use multi-transactional iterators URL: https://github.com/apache/couchdb/pull/2540#discussion_r379625278 ## File path: src/fabric/src/fabric2_fdb.erl ## @@ -835,25 +852,49 @@ get_last_change(#{} = Db) -> end.

[GitHub] [couchdb] davisp commented on a change in pull request #2540: Use multi-transactional iterators

2020-02-14 Thread GitBox
davisp commented on a change in pull request #2540: Use multi-transactional iterators URL: https://github.com/apache/couchdb/pull/2540#discussion_r379626313 ## File path: src/fabric/test/fabric2_changes_fold_tests.erl ## @@ -21,28 +21,56 @@ -define(DOC_COUNT, 25).

[GitHub] [couchdb] nickva merged pull request #2540: Use multi-transactional iterators

2020-02-14 Thread GitBox
nickva merged pull request #2540: Use multi-transactional iterators URL: https://github.com/apache/couchdb/pull/2540 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [couchdb] nickva closed pull request #2508: Use multi-transactional iterators

2020-02-14 Thread GitBox
nickva closed pull request #2508: Use multi-transactional iterators URL: https://github.com/apache/couchdb/pull/2508 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [couchdb] nickva commented on issue #2508: Use multi-transactional iterators

2020-02-14 Thread GitBox
nickva commented on issue #2508: Use multi-transactional iterators URL: https://github.com/apache/couchdb/pull/2508#issuecomment-586506315 A simpler version of this was merged: https://github.com/apache/couchdb/pull/2540

[GitHub] [couchdb] nickva commented on a change in pull request #2552: Prototype/fdb layer track database size

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2552: Prototype/fdb layer track database size URL: https://github.com/apache/couchdb/pull/2552#discussion_r379687295 ## File path: src/fabric/test/fabric2_doc_size_tests.erl ## @@ -0,0 +1,340 @@ +% Licensed under the Apache

[GitHub] [couchdb] nickva commented on a change in pull request #2552: Prototype/fdb layer track database size

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2552: Prototype/fdb layer track database size URL: https://github.com/apache/couchdb/pull/2552#discussion_r379686072 ## File path: src/fabric/test/fabric2_db_size_tests.erl ## @@ -0,0 +1,920 @@ +% Licensed under the Apache

[GitHub] [couchdb] nickva commented on a change in pull request #2552: Prototype/fdb layer track database size

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2552: Prototype/fdb layer track database size URL: https://github.com/apache/couchdb/pull/2552#discussion_r379685650 ## File path: src/fabric/test/fabric2_db_size_tests.erl ## @@ -0,0 +1,920 @@ +% Licensed under the Apache

[GitHub] [couchdb] nickva closed pull request #2532: Use multi-transactional iterators

2020-02-14 Thread GitBox
nickva closed pull request #2532: Use multi-transactional iterators URL: https://github.com/apache/couchdb/pull/2532 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [couchdb] nickva commented on a change in pull request #2552: Prototype/fdb layer track database size

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2552: Prototype/fdb layer track database size URL: https://github.com/apache/couchdb/pull/2552#discussion_r379686543 ## File path: src/fabric/test/fabric2_doc_size_tests.erl ## @@ -0,0 +1,340 @@ +% Licensed under the Apache

[GitHub] [couchdb] nickva commented on a change in pull request #2540: Use multi-transactional iterators

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2540: Use multi-transactional iterators URL: https://github.com/apache/couchdb/pull/2540#discussion_r379628925 ## File path: src/fabric/test/fabric2_changes_fold_tests.erl ## @@ -21,28 +21,56 @@ -define(DOC_COUNT, 25).

[GitHub] [couchdb] nickva commented on a change in pull request #2552: Prototype/fdb layer track database size

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2552: Prototype/fdb layer track database size URL: https://github.com/apache/couchdb/pull/2552#discussion_r379681272 ## File path: src/couch/src/couch_att.erl ## @@ -179,6 +180,24 @@ merge_stubs([], _, Merged) -> {ok,

[GitHub] [couchdb] nickva commented on a change in pull request #2552: Prototype/fdb layer track database size

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2552: Prototype/fdb layer track database size URL: https://github.com/apache/couchdb/pull/2552#discussion_r379684425 ## File path: src/fabric/src/fabric2_fdb.erl ## @@ -1313,18 +1381,48 @@ fdb_to_local_doc(_Db, DocId, <<131,

[GitHub] [couchdb] nickva commented on a change in pull request #2552: Prototype/fdb layer track database size

2020-02-14 Thread GitBox
nickva commented on a change in pull request #2552: Prototype/fdb layer track database size URL: https://github.com/apache/couchdb/pull/2552#discussion_r379684425 ## File path: src/fabric/src/fabric2_fdb.erl ## @@ -1313,18 +1381,48 @@ fdb_to_local_doc(_Db, DocId, <<131,

[GitHub] [couchdb] jaydoane opened a new pull request #2553: Mango eunit test fixes

2020-02-14 Thread GitBox
jaydoane opened a new pull request #2553: Mango eunit test fixes URL: https://github.com/apache/couchdb/pull/2553 ## Overview ## Testing recommendations ## Related Issues or Pull Requests ## Checklist - [ ] Code is written and

[GitHub] [couchdb] fne commented on issue #2430: Running CouchDB in container and then the couchdb pod doesn't release RAM consumed

2020-02-14 Thread GitBox
fne commented on issue #2430: Running CouchDB in container and then the couchdb pod doesn't release RAM consumed URL: https://github.com/apache/couchdb/issues/2430#issuecomment-586178919 Hello We have those results : /_node/_local/_stats/fabric `{ worker: { timeouts: {