[GitHub] janl commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
janl commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412647604 @jvegaseg: yes, you can compact shards one by one. This is

[GitHub] kocolosk commented on issue #1514: Query Server Protocol v2

2018-08-13 Thread GitBox
kocolosk commented on issue #1514: Query Server Protocol v2 URL: https://github.com/apache/couchdb/issues/1514#issuecomment-412652185 Hmm, I guess I thought the sandboxing was a rather separate issue from the communication protocol. I'm not sure I see how they're related here. I'm

[GitHub] wohali commented on issue #1514: Query Server Protocol v2

2018-08-13 Thread GitBox
wohali commented on issue #1514: Query Server Protocol v2 URL: https://github.com/apache/couchdb/issues/1514#issuecomment-412666013 @kocolosk @davisp My argument is that the query server needs to go, entirely, so people don't mistake it for an external interface. If it's an internal

[GitHub] wohali commented on issue #1516: Full Text Search as a plugin

2018-08-13 Thread GitBox
wohali commented on issue #1516: Full Text Search as a plugin URL: https://github.com/apache/couchdb/issues/1516#issuecomment-412608018 This is a duplicate of #1269 as it turns out. This is an automated message from the

[GitHub] wohali commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
wohali commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412613881 Seems I am wrong about the filename changing, so the contents of the `_dbs` database don't need special handling.

[GitHub] wohali edited a comment on issue #1514: Query Server Protocol v2

2018-08-13 Thread GitBox
wohali edited a comment on issue #1514: Query Server Protocol v2 URL: https://github.com/apache/couchdb/issues/1514#issuecomment-412644439 If we're talking about reworking the protocol, it is worth considering the implications of how we enforce sandboxing. As soon as you move to a network

[GitHub] wohali commented on issue #1514: Query Server Protocol v2

2018-08-13 Thread GitBox
wohali commented on issue #1514: Query Server Protocol v2 URL: https://github.com/apache/couchdb/issues/1514#issuecomment-412644439 If we're talking about reworking the protocol, it is worth considering the implications of how we enforce sandboxing. As soon as you move to a network

[GitHub] wohali closed issue #1516: Full Text Search as a plugin

2018-08-13 Thread GitBox
wohali closed issue #1516: Full Text Search as a plugin URL: https://github.com/apache/couchdb/issues/1516 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] wohali commented on issue #1552: I need help with some queries

2018-08-13 Thread GitBox
wohali commented on issue #1552: I need help with some queries URL: https://github.com/apache/couchdb/issues/1552#issuecomment-412608393 @strelok1010 dreyfus/clouseau include Lucene as a dependency. The best installation instructions of which I'm aware are here:

[GitHub] johs edited a comment on issue #1534: proposed 1.x deprecations

2018-08-13 Thread GitBox
johs edited a comment on issue #1534: proposed 1.x deprecations URL: https://github.com/apache/couchdb/issues/1534#issuecomment-412485492 We have never been closer to the core of the "couchapp" discussion than with @wohali discussing differntiation in DB land: > I can't think of another

[GitHub] kocolosk commented on issue #1514: Query Server Protocol v2

2018-08-13 Thread GitBox
kocolosk commented on issue #1514: Query Server Protocol v2 URL: https://github.com/apache/couchdb/issues/1514#issuecomment-412642779 I'd like to see the protocol support the option to run a query server as a separate network service. There's been significant adoption of

[GitHub] wohali commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
wohali commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412653530 @jvegaseg also a reminder that the compaction daemon will always compact one shard at a time. It will not compact all at

[GitHub] wohali edited a comment on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
wohali edited a comment on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412421542 @jvegaseg Sorry, my misunderstanding. ~~Unfortunately db file has a unique value that specifies when the

[GitHub] wohali commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
wohali commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412608601 @jvegaseg I do not know if this is possible. I will ask someone else to comment.

[GitHub] wohali commented on issue #1534: proposed 1.x deprecations

2018-08-13 Thread GitBox
wohali commented on issue #1534: proposed 1.x deprecations URL: https://github.com/apache/couchdb/issues/1534#issuecomment-412611066 Speaking for myself, the disadvantage is that these features have poor functionality as compared to what you can do with an app server alongside or in front

[GitHub] jaydoane commented on issue #1478: Fix warnings and errors

2018-08-13 Thread GitBox
jaydoane commented on issue #1478: Fix warnings and errors URL: https://github.com/apache/couchdb/pull/1478#issuecomment-412683059 @iilyak can you merge this for me please? This is an automated message from the Apache Git

[GitHub] jaydoane commented on a change in pull request #1487: Port conflicts.js

2018-08-13 Thread GitBox
jaydoane commented on a change in pull request #1487: Port conflicts.js URL: https://github.com/apache/couchdb/pull/1487#discussion_r209781381 ## File path: test/elixir/test/conflicts_test.exs ## @@ -0,0 +1,109 @@ +defmodule RevisionTest do + use CouchTestCase + +

[GitHub] jaydoane commented on issue #1468: Port bulk_docs.js

2018-08-13 Thread GitBox
jaydoane commented on issue #1468: Port bulk_docs.js URL: https://github.com/apache/couchdb/pull/1468#issuecomment-412700311 @iilyak if you are ok with the latest changes, please LMK, and I will squash and rebase as necessary.

[GitHub] jaydoane commented on issue #1486: Expose document update errors to client

2018-08-13 Thread GitBox
jaydoane commented on issue #1486: Expose document update errors to client URL: https://github.com/apache/couchdb/pull/1486#issuecomment-412683804 @iilyak I have rebased -- can you merge this? This is an automated message

[GitHub] jaydoane commented on issue #1492: Port compact.js

2018-08-13 Thread GitBox
jaydoane commented on issue #1492: Port compact.js URL: https://github.com/apache/couchdb/pull/1492#issuecomment-412684326 @garrensmith thanks for the review! Can you merge this for me? This is an automated message from the

[GitHub] jaydoane commented on a change in pull request #1468: Port bulk_docs.js

2018-08-13 Thread GitBox
jaydoane commented on a change in pull request #1468: Port bulk_docs.js URL: https://github.com/apache/couchdb/pull/1468#discussion_r20978 ## File path: test/elixir/test/bulk_docs_test.exs ## @@ -0,0 +1,148 @@ +defmodule BulkDocsTest do + use CouchTestCase + +

[GitHub] jvegaseg commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
jvegaseg commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412694183 Ok thanks a lot This is an automated message from the

[GitHub] greenais commented on issue #1556: _users: status 403 "You are not allowed to access this db."

2018-08-13 Thread GitBox
greenais commented on issue #1556: _users: status 403 "You are not allowed to access this db." URL: https://github.com/apache/couchdb/issues/1556#issuecomment-412759880 @wohali Yes. otherwise user couldn't access his own doc from _users db, getting 403 error above. Btw, in docs I

[GitHub] jvegaseg commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
jvegaseg commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412420241 @wohali, I am referring to compact only one shard at same time on same database. When you compact a database with 16

[GitHub] wohali commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
wohali commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412421542 @jvegaseg Sorry, my misunderstanding. Unfortunately db file has a unique value that specifies when the database was

[Jenkins] SUCCESS: CouchDB » master #324

2018-08-13 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/324/

[GitHub] johs commented on issue #1534: proposed 1.x deprecations

2018-08-13 Thread GitBox
johs commented on issue #1534: proposed 1.x deprecations URL: https://github.com/apache/couchdb/issues/1534#issuecomment-412485492 We have never been closer to the core of the "couchapp" discussion than with @joan discussing differntiation in DB land: > I can't think of another database

[GitHub] janl closed pull request #1551: Fix session based replicator auth when endpoints with require_valid_user

2018-08-13 Thread GitBox
janl closed pull request #1551: Fix session based replicator auth when endpoints with require_valid_user URL: https://github.com/apache/couchdb/pull/1551 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] jvegaseg commented on issue #1460: Replaced broken node uses more data storage than expected

2018-08-13 Thread GitBox
jvegaseg commented on issue #1460: Replaced broken node uses more data storage than expected URL: https://github.com/apache/couchdb/issues/1460#issuecomment-412473313 So, big databases will never compacts if you do not have very large free space on each node (in my case 4Tb free space on

[GitHub] janl closed issue #1550: Replicator _session support incompatible with require_valid_user=true setting

2018-08-13 Thread GitBox
janl closed issue #1550: Replicator _session support incompatible with require_valid_user=true setting URL: https://github.com/apache/couchdb/issues/1550 This is an automated message from the Apache Git Service. To respond

[GitHub] johs edited a comment on issue #1534: proposed 1.x deprecations

2018-08-13 Thread GitBox
johs edited a comment on issue #1534: proposed 1.x deprecations URL: https://github.com/apache/couchdb/issues/1534#issuecomment-412485492 We have never been closer to the core of the "couchapp" discussion than with @joan discussing differntiation in DB land: > I can't think of another

[GitHub] greenais opened a new issue #1556: _users: status 403 "You are not allowed to access this db."

2018-08-13 Thread GitBox
greenais opened a new issue #1556: _users: status 403 "You are not allowed to access this db." URL: https://github.com/apache/couchdb/issues/1556 I'm not sure if it's expected behaviour but I didn't find any traces of such requiremet in docs/issues. _users db created, several

[GitHub] strelok1010 commented on issue #1552: I need help with some queries

2018-08-13 Thread GitBox
strelok1010 commented on issue #1552: I need help with some queries URL: https://github.com/apache/couchdb/issues/1552#issuecomment-412445785 Could you help me install dreyfus / clouseau ?. I tried to install lucence, more than 1 week ago I am trying, but without positive results. My

[GitHub] detroitenglish commented on issue #1513: NoJS Mode

2018-08-13 Thread GitBox
detroitenglish commented on issue #1513: NoJS Mode URL: https://github.com/apache/couchdb/issues/1513#issuecomment-412446600 @wohali Thank you for the background on this. It makes sense with your context now, even more so with the [design

[GitHub] nicolas15000 opened a new issue #1555: Is it the right way to load balance couchdb with nginx?

2018-08-13 Thread GitBox
nicolas15000 opened a new issue #1555: Is it the right way to load balance couchdb with nginx? URL: https://github.com/apache/couchdb/issues/1555 So i have this 3 machine couchdb cluster working very well . Each are ubuntu 18.0 versions. So now, my goal is to add a 4th

[GitHub] garrensmith closed pull request #1495: mem3 tests for partitioned databases

2018-08-13 Thread GitBox
garrensmith closed pull request #1495: mem3 tests for partitioned databases URL: https://github.com/apache/couchdb/pull/1495 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] mikerhodes commented on issue #1508: Selective database archiving

2018-08-13 Thread GitBox
mikerhodes commented on issue #1508: Selective database archiving URL: https://github.com/apache/couchdb/issues/1508#issuecomment-412558279 I think the partition work doesn't end up being helpful for a couple of reasons: 1. Setting up partitions in e.g., a date based way likely

[GitHub] janl opened a new issue #1557: [couchup]: warn if [replicator] connection_timeout is low on dbs with lots of deletes

2018-08-13 Thread GitBox
janl opened a new issue #1557: [couchup]: warn if [replicator] connection_timeout is low on dbs with lots of deletes URL: https://github.com/apache/couchdb/issues/1557 ## Expected Behavior Upgrading a database with many deleted docs just works™. ## Current Behavior

[GitHub] wohali opened a new pull request #316: Improve documentation on repl connection_timeout setting

2018-08-13 Thread GitBox
wohali opened a new pull request #316: Improve documentation on repl connection_timeout setting URL: https://github.com/apache/couchdb-documentation/pull/316 As revealed by investigation of apache/couchdb#1557. Source:

[GitHub] wohali closed pull request #316: Improve documentation on repl connection_timeout setting

2018-08-13 Thread GitBox
wohali closed pull request #316: Improve documentation on repl connection_timeout setting URL: https://github.com/apache/couchdb-documentation/pull/316 This is an automated message from the Apache Git Service. To respond to

[GitHub] wohali closed issue #1555: Is it the right way to load balance couchdb with nginx?

2018-08-13 Thread GitBox
wohali closed issue #1555: Is it the right way to load balance couchdb with nginx? URL: https://github.com/apache/couchdb/issues/1555 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] mikerhodes commented on issue #1508: Selective database archiving

2018-08-13 Thread GitBox
mikerhodes commented on issue #1508: Selective database archiving URL: https://github.com/apache/couchdb/issues/1508#issuecomment-412562014 To be more positive, FWIW, I had some thoughts on this a while ago, and thought you could fold this kind of feature into a set of document lifecycle

[GitHub] wohali commented on issue #1555: Is it the right way to load balance couchdb with nginx?

2018-08-13 Thread GitBox
wohali commented on issue #1555: Is it the right way to load balance couchdb with nginx? URL: https://github.com/apache/couchdb/issues/1555#issuecomment-412571999 Through experience, CouchDB developers recommend using [HAProxy](https://www.haproxy.org/) as a load balancer. We provide a

[GitHub] wohali closed issue #1501: Support VDUs (document validation) in Mango

2018-08-13 Thread GitBox
wohali closed issue #1501: Support VDUs (document validation) in Mango URL: https://github.com/apache/couchdb/issues/1501 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] wohali commented on issue #1556: _users: status 403 "You are not allowed to access this db."

2018-08-13 Thread GitBox
wohali commented on issue #1556: _users: status 403 "You are not allowed to access this db." URL: https://github.com/apache/couchdb/issues/1556#issuecomment-412591754 @greenais Did you change the `_security` object on the `_users` database? That is unsupported.