[GitHub] tmende opened a new issue #974: Access to db/_all_docs results in 500 in 1.7.0 if user is only a DB member

2017-11-08 Thread GitBox
tmende opened a new issue #974: Access to db/_all_docs results in 500 in 1.7.0 if user is only a DB member URL: https://github.com/apache/couchdb/issues/974 ## Expected Behavior When accessing the endpoint db/_all_docs with a user that is defined as a member in the security object,

[GitHub] willholley commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-08 Thread GitBox
willholley commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149656130 ## File path: src/mango/src/mango_idx.erl ## @@ -59,20

[GitHub] MtDalPizzol commented on issue #972: 2.1.1 fails to open databases after upgrade

2017-11-08 Thread GitBox
MtDalPizzol commented on issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972#issuecomment-342862693 Already updated **vm.args** and still facing this. Here's the logs: ``` [notice] 2017-11-08T15:33:52.716998Z couchdb@127.0.0.1

[GitHub] MtDalPizzol commented on issue #972: 2.1.1 fails to open databases after upgrade

2017-11-08 Thread GitBox
MtDalPizzol commented on issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972#issuecomment-342862693 Already updated **vm.args** and still facing this. Here's the logs: ``` [notice] 2017-11-08T15:33:52.716998Z couchdb@127.0.0.1

[GitHub] CristianG540 commented on issue #972: 2.1.1 fails to open databases after upgrade

2017-11-08 Thread GitBox
CristianG540 commented on issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972#issuecomment-342843382 i'm having this error and i think is related with this issue

[GitHub] wohali commented on issue #972: 2.1.1 fails to open databases after upgrade

2017-11-08 Thread GitBox
wohali commented on issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972#issuecomment-342888482 This is not a catch-all ticket for "My personal upgrade to 2.1.1 didn't work". I am locking this issue down to further replies. If you

[GitHub] wohali commented on issue #796: CouchDB Error - No DB shards could be opened

2017-11-08 Thread GitBox
wohali commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-342910433 Looking again at the error reported: ``` [error] 2017-09-06T12:54:23.113497Z couchdb@localhost <0.2166.3> 0ae11b116b rexi_server

[GitHub] wohali commented on issue #796: CouchDB Error - No DB shards could be opened

2017-11-08 Thread GitBox
wohali commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-342910514 Looking again at the error reported: ``` [error] 2017-09-06T12:54:23.113497Z couchdb@localhost <0.2166.3> 0ae11b116b rexi_server

[GitHub] wohali commented on issue #796: CouchDB Error - No DB shards could be opened

2017-11-08 Thread GitBox
wohali commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-342910514 Looking again at the error reported: ``` [error] 2017-09-06T12:54:23.113497Z couchdb@localhost <0.2166.3> 0ae11b116b rexi_server

[GitHub] wohali commented on issue #796: CouchDB Error - No DB shards could be opened

2017-11-08 Thread GitBox
wohali commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-342910433 Looking again at the error reported: ``` [error] 2017-09-06T12:54:23.113497Z couchdb@localhost <0.2166.3> 0ae11b116b rexi_server

[GitHub] wohali commented on issue #796: CouchDB Error - No DB shards could be opened

2017-11-08 Thread GitBox
wohali commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-342910392 Looking again at the error reported: ``` [error] 2017-09-06T12:54:23.113497Z couchdb@localhost <0.2166.3> 0ae11b116b rexi_server

[GitHub] willholley commented on issue #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-08 Thread GitBox
willholley commented on issue #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#issuecomment-342808251 @tonysun83 Regarding your concerns about the fallback behaviour: 1. This is a concern in

[GitHub] wohali commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace

2017-11-08 Thread GitBox
wohali commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace URL: https://github.com/apache/couchdb/issues/732#issuecomment-342967514 As stated in the Windows installer, you **must** install CouchDB to a path with no spaces and use no spaces in your data

[GitHub] kocolosk commented on issue #796: CouchDB Error - No DB shards could be opened

2017-11-08 Thread GitBox
kocolosk commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-342955446 @FelipeTaiarol it's worth noting that the `[cluster]` block controls the number of shard files that are created per database. The default

[GitHub] realulim commented on issue #844: Security: Provide a Way to Delete Cookies

2017-11-08 Thread GitBox
realulim commented on issue #844: Security: Provide a Way to Delete Cookies URL: https://github.com/apache/couchdb/issues/844#issuecomment-342988558 Here's a good explanation of the various options for keeping session state on the client and the security hole introduced by stateless

[GitHub] kocolosk commented on issue #974: Access to db/_all_docs results in 500 in 1.7.0 if user is only a DB member

2017-11-08 Thread GitBox
kocolosk commented on issue #974: Access to db/_all_docs results in 500 in 1.7.0 if user is only a DB member URL: https://github.com/apache/couchdb/issues/974#issuecomment-342959688 Some significant changes to this part of the codebase landed in

[GitHub] drnybble commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace

2017-11-08 Thread GitBox
drnybble commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace URL: https://github.com/apache/couchdb/issues/732#issuecomment-342959674 Sadly updating to 2.1.1 did not fix the issue on Windows. ``` [error] 2017-11-08T20:48:53.087000Z

[GitHub] sanketbajoria commented on issue #1020: Support for closing couchdb server

2017-11-08 Thread GitBox
sanketbajoria commented on issue #1020: Support for closing couchdb server URL: https://github.com/apache/couchdb-fauxton/pull/1020#issuecomment-342756883 Done with the changes. This is an automated message from the Apache

[GitHub] nickva closed pull request #973: 404 status for non using uri in _scheduler (#953)

2017-11-08 Thread GitBox
nickva closed pull request #973: 404 status for non using uri in _scheduler (#953) URL: https://github.com/apache/couchdb/pull/973 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

[GitHub] nickva commented on issue #973: 404 status for non using uri in _scheduler (#953)

2017-11-08 Thread GitBox
nickva commented on issue #973: 404 status for non using uri in _scheduler (#953) URL: https://github.com/apache/couchdb/pull/973#issuecomment-343030240 Thanks, Stanislav (@abc3) ! I'll merge the change. This is an

[Jenkins] SUCCESS: CouchDB ยป master #136

2017-11-08 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/136/