[GitHub] sklassen commented on issue #27: vm.args is now editable -- enabling clusters; snap set works for name and cookie

2018-09-06 Thread GitBox
sklassen commented on issue #27: vm.args is now editable -- enabling clusters; snap set works for name and cookie URL: https://github.com/apache/couchdb-pkg/pull/27#issuecomment-419307987 Hi @wohali Two questions. Are there code names for database formats? For example the 1.7x

[GitHub] davisp commented on a change in pull request #1596: Fix couch server race condition

2018-09-06 Thread GitBox
davisp commented on a change in pull request #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596#discussion_r215696991 ## File path: src/couch/src/couch_server.erl ## @@ -421,27 +425,37 @@ handle_call({open_result, T0, DbName, {ok,

[GitHub] wohali closed issue #104: Unable to use 2.2.0 as base image

2018-09-06 Thread GitBox
wohali closed issue #104: Unable to use 2.2.0 as base image URL: https://github.com/apache/couchdb-docker/issues/104 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] wohali commented on issue #104: Unable to use 2.2.0 as base image

2018-09-06 Thread GitBox
wohali commented on issue #104: Unable to use 2.2.0 as base image URL: https://github.com/apache/couchdb-docker/issues/104#issuecomment-419303066 Hi there, duplicate of #101. Our very next version of this will correct the problem. If you need to have a workaround sooner, you can build the

[GitHub] nickva commented on a change in pull request #1596: Fix couch server race condition

2018-09-06 Thread GitBox
nickva commented on a change in pull request #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596#discussion_r215695799 ## File path: src/couch/src/couch_server.erl ## @@ -421,27 +425,37 @@ handle_call({open_result, T0, DbName, {ok,

[GitHub] nickva edited a comment on issue #1596: Fix couch server race condition

2018-09-06 Thread GitBox
nickva edited a comment on issue #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596#issuecomment-419169919 The issue is reproducible with this script (in a remsh): ``` f(FuzzIt), FuzzIt = fun(DbName, Tries, WaitMax) -> Ref =

[GitHub] davisp opened a new pull request #1596: Fix couch server race condition

2018-09-06 Thread GitBox
davisp opened a new pull request #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596 ## Overview There are two separate bugs here being fixed. The first was in `couch_server:terminate/2`. If there was an active open_async process when

[GitHub] nickva commented on a change in pull request #1596: Fix couch server race condition

2018-09-06 Thread GitBox
nickva commented on a change in pull request #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596#discussion_r215697732 ## File path: src/couch/src/couch_server.erl ## @@ -421,27 +425,37 @@ handle_call({open_result, T0, DbName, {ok,

[GitHub] nickva commented on issue #1596: Fix couch server race condition

2018-09-06 Thread GitBox
nickva commented on issue #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596#issuecomment-419169919 The issue is reproducible with with this script (in a remsh): ``` f(FuzzIt), FuzzIt = fun(DbName, Tries, WaitMax) -> Ref =

[GitHub] code-noggin opened a new issue #104: Unable to use 2.2.0 as base image

2018-09-06 Thread GitBox
code-noggin opened a new issue #104: Unable to use 2.2.0 as base image URL: https://github.com/apache/couchdb-docker/issues/104 ## Expected Behavior I'm trying to use 2.2.0 as a base image for my own docker image. I should be able to run `apt-get update` in my Dockerfile

[GitHub] nickva opened a new pull request #1597: Allow disabling off-heap messages

2018-09-06 Thread GitBox
nickva opened a new pull request #1597: Allow disabling off-heap messages URL: https://github.com/apache/couchdb/pull/1597 ### Description Off-heap messages is an Erlang 19 feature: http://erlang.org/doc/man/erlang.html#process_flag_message_queue_data It is adviseable

[GitHub] nickva commented on issue #1597: Allow disabling off-heap messages

2018-09-06 Thread GitBox
nickva commented on issue #1597: Allow disabling off-heap messages URL: https://github.com/apache/couchdb/pull/1597#issuecomment-419253500 Good idea, @davisp This is an automated message from the Apache Git Service. To

[GitHub] davisp commented on issue #1596: Fix couch server race condition

2018-09-06 Thread GitBox
davisp commented on issue #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596#issuecomment-419209179 Ah, @iilyak confirmed. Taking that as all good. This is an automated message from the

[GitHub] davisp commented on issue #1596: Fix couch server race condition

2018-09-06 Thread GitBox
davisp commented on issue #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596#issuecomment-419209060 @nickva And to be clear, you didn't manage to reproduce it with that script after this fix right?

[GitHub] davisp closed pull request #1596: Fix couch server race condition

2018-09-06 Thread GitBox
davisp closed pull request #1596: Fix couch server race condition URL: https://github.com/apache/couchdb/pull/1596 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 #1593: Couch server improvements

2018-09-06 Thread GitBox
davisp commented on issue #1593: Couch server improvements URL: https://github.com/apache/couchdb/pull/1593#issuecomment-419262745 And by timeout, I mean we should send an expiry in the message. So something like "now + Timestamp" and then couch_server can throw it away if that's in the

[GitHub] davisp commented on issue #1593: Couch server improvements

2018-09-06 Thread GitBox
davisp commented on issue #1593: Couch server improvements URL: https://github.com/apache/couchdb/pull/1593#issuecomment-419262317 Another thing we should consider is sending the Timeout value in the open messages so that couch_server can discard any requests from a client that's already

[GitHub] nickva closed pull request #1597: Allow disabling off-heap messages

2018-09-06 Thread GitBox
nickva closed pull request #1597: Allow disabling off-heap messages URL: https://github.com/apache/couchdb/pull/1597 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub