[GitHub] wohali commented on issue #1167: Add config app to couch_replicator app dependencies

2018-02-14 Thread GitBox
wohali commented on issue #1167: Add config app to couch_replicator app dependencies URL: https://github.com/apache/couchdb/pull/1167#issuecomment-365840314 +1 This is an automated message from the Apache Git Service. To resp

[GitHub] couchdb-config pull request #18: Use callback directive for config_listener ...

2018-02-14 Thread nickva
GitHub user nickva opened a pull request: https://github.com/apache/couchdb-config/pull/18 Use callback directive for config_listener behaviour This knocks out a few dialyzer errors such as: `Callback info about the config_listener behaviour is not available` It is

[GitHub] nickva opened a new pull request #1167: Add config app to couch_replicator app dependencies

2018-02-14 Thread GitBox
nickva opened a new pull request #1167: Add config app to couch_replicator app dependencies URL: https://github.com/apache/couchdb/pull/1167 It depends on and uses `config`. Obviously it still works without it, but this eliminates Dialyzer errors such as: `Callback info about the

[GitHub] flimzy closed pull request #247: Grammar corrections

2018-02-14 Thread GitBox
flimzy closed pull request #247: Grammar corrections URL: https://github.com/apache/couchdb-documentation/pull/247 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] AlexanderKaraberov opened a new pull request #1166: Fix: fix `badmatch` crash in couch_mrview_util.erl reduced_external_size()

2018-02-14 Thread GitBox
AlexanderKaraberov opened a new pull request #1166: Fix: fix `badmatch` crash in couch_mrview_util.erl reduced_external_size() URL: https://github.com/apache/couchdb/pull/1166 ## Overview When we tested CouchDB 2.1 with our production DB which contains gazillion of different documen

[GitHub] cwmichi commented on issue #1163: getting badarg in rexi_server (fabric_rpc)

2018-02-14 Thread GitBox
cwmichi commented on issue #1163: getting badarg in rexi_server (fabric_rpc) URL: https://github.com/apache/couchdb/issues/1163#issuecomment-365660592 Also i receive an timeout: [error] 2018-02-14T15:16:50.763000Z couchdb@localhost <0.24433.1> eda9216a18 rexi_server: from: couchd

[GitHub] AlexanderKaraberov opened a new pull request #1165: Fix: validate_doc_update behaviour for Erlang functions

2018-02-14 Thread GitBox
AlexanderKaraberov opened a new pull request #1165: Fix: validate_doc_update behaviour for Erlang functions URL: https://github.com/apache/couchdb/pull/1165 ## Overview When you implement `validate_doc_update` as an Erlang function it doesn't work because of a missing case clause, n

[GitHub] AlexanderKaraberov opened a new pull request #1164: Fix: Proper error handling for file:open() call in couch_file.erl

2018-02-14 Thread GitBox
AlexanderKaraberov opened a new pull request #1164: Fix: Proper error handling for file:open() call in couch_file.erl URL: https://github.com/apache/couchdb/pull/1164 ## Overview According to Erlang's [file:open](http://erlang.org/doc/man/file.html#open-2) docs this function return

[GitHub] flimzy commented on a change in pull request #247: Grammar corrections

2018-02-14 Thread GitBox
flimzy commented on a change in pull request #247: Grammar corrections URL: https://github.com/apache/couchdb-documentation/pull/247#discussion_r168219472 ## File path: src/cluster/nodes.rst ## @@ -22,7 +22,7 @@ Adding a node = Go to ``http://server1:5984/_

[GitHub] wohali commented on issue #247: Grammar corrections

2018-02-14 Thread GitBox
wohali commented on issue #247: Grammar corrections URL: https://github.com/apache/couchdb-documentation/pull/247#issuecomment-365648742 +1 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] wohali commented on a change in pull request #247: Grammar corrections

2018-02-14 Thread GitBox
wohali commented on a change in pull request #247: Grammar corrections URL: https://github.com/apache/couchdb-documentation/pull/247#discussion_r168215927 ## File path: src/cluster/nodes.rst ## @@ -22,7 +22,7 @@ Adding a node = Go to ``http://server1:5984/_

[GitHub] cwmichi opened a new issue #1163: getting badarg in rexi_server (fabric_rpc)

2018-02-14 Thread GitBox
cwmichi opened a new issue #1163: getting badarg in rexi_server (fabric_rpc) URL: https://github.com/apache/couchdb/issues/1163 Any hint to this failure? [error] 2018-02-14T14:38:16.987000Z couchdb@localhost <0.28290.0> 2e47be2bcf rexi_server: from: couchdb@localhost(<0.26480.0>)

[GitHub] AlexanderKaraberov commented on issue #1162: Fix: Various small fixes

2018-02-14 Thread GitBox
AlexanderKaraberov commented on issue #1162: Fix: Various small fixes URL: https://github.com/apache/couchdb/pull/1162#issuecomment-365642477 I decided to close this one and send each of the changes/fixes I did as a separate fine-grained PR. I believe this will help to track changes better

[GitHub] AlexanderKaraberov closed pull request #1162: Fix: Various small fixes

2018-02-14 Thread GitBox
AlexanderKaraberov closed pull request #1162: Fix: Various small fixes URL: https://github.com/apache/couchdb/pull/1162 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 pull req

[GitHub] AlexanderKaraberov opened a new pull request #1162: Fix: Various small fixes

2018-02-14 Thread GitBox
AlexanderKaraberov opened a new pull request #1162: Fix: Various small fixes URL: https://github.com/apache/couchdb/pull/1162 ## Overview This PR contains small fixes for some minor flaws in CouchDB which affected me during the development of the new functionality. 1. Proper e

[Jenkins] FAILURE: CouchDB ยป master #189

2018-02-14 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/189/

[GitHub] janl closed pull request #1161: Add ./configure --dev as alias for -c --disable-{docs,fauxton}

2018-02-14 Thread GitBox
janl closed pull request #1161: Add ./configure --dev as alias for -c --disable-{docs,fauxton} URL: https://github.com/apache/couchdb/pull/1161 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 t

[GitHub] flimzy opened a new pull request #247: Grammar corrections

2018-02-14 Thread GitBox
flimzy opened a new pull request #247: Grammar corrections URL: https://github.com/apache/couchdb-documentation/pull/247 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHu