[jira] [Commented] (COUCHDB-3271) Replications crash with 'kaboom' exit

2017-01-13 Thread Nick Vatamaniuc (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15822100#comment-15822100
 ] 

Nick Vatamaniuc commented on COUCHDB-3271:
--

https://github.com/apache/couchdb-fabric/pull/84

> Replications crash with 'kaboom' exit 
> --
>
> Key: COUCHDB-3271
> URL: https://issues.apache.org/jira/browse/COUCHDB-3271
> Project: CouchDB
>  Issue Type: Bug
>Reporter: Nick Vatamaniuc
>
> In a few cases it was observer that replications were crashing with `kaboom` 
> exit. This happens here:
> https://github.com/apache/couchdb-couch-replicator/blob/cb41bacb2a06613649df46d62249afebda42b8c0/src/couch_replicator_api_wrap.erl#L236
> this is during an open_revs call one of the docs. So change feed found it but 
> then could not get its revisions.
> The reason is open_revs get request returns an empty result when more than 
> one nodes are in maintenance mode. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] couchdb-fabric issue #84: Fix open revs quorum when error

2017-01-13 Thread nickva
Github user nickva commented on the issue:

https://github.com/apache/couchdb-fabric/pull/84
  
Apache Jira came back online so created a ticket there, and updated commits 
with ticket reference.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (COUCHDB-3271) Replications crash with 'kaboom' exit

2017-01-13 Thread Nick Vatamaniuc (JIRA)
Nick Vatamaniuc created COUCHDB-3271:


 Summary: Replications crash with 'kaboom' exit 
 Key: COUCHDB-3271
 URL: https://issues.apache.org/jira/browse/COUCHDB-3271
 Project: CouchDB
  Issue Type: Bug
Reporter: Nick Vatamaniuc


In a few cases it was observer that replications were crashing with `kaboom` 
exit. This happens here:

https://github.com/apache/couchdb-couch-replicator/blob/cb41bacb2a06613649df46d62249afebda42b8c0/src/couch_replicator_api_wrap.erl#L236

this is during an open_revs call one of the docs. So change feed found it but 
then could not get its revisions.

The reason is open_revs get request returns an empty result when more than one 
nodes are in maintenance mode. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] couchdb-nano pull request #4: Multiple fixes

2017-01-13 Thread glynnbird
GitHub user glynnbird opened a pull request:

https://github.com/apache/couchdb-nano/pull/4

Multiple fixes

This PR contains a number of changes in the Cloudant-specific fork of this 
project

- a general update of dependencies
- fixed the automated tests so that they work ;)
- only JSON encode non-string parameters to prevent double-encoding
- add support for GET /_uuids API call

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cloudant-labs/cloudant-nano nano

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/couchdb-nano/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4


commit adffa2a913b4f6c166e982c5368dddf3578d43be
Author: Glynn Bird 
Date:   2016-11-03T15:35:53Z

node 0.12 is no longer supported

commit e39a81596014085cae879e054c06cc697450b346
Author: Glynn Bird 
Date:   2016-11-03T15:41:12Z

Merge pull request #1 from cloudant-labs/dependencies

node 0.12 is no longer supported

commit a1337f207d402ec869b0af37a58aaf1f69fdd91c
Author: Glynn Bird 
Date:   2016-11-04T09:27:25Z

only JSON encode parameters which are not strings to avoid double encoding 
as per https://github.com/cloudant/nodejs-cloudant/issues/89

commit 876304a78e6def8b2c7bcb65d8f96c3b3dba7812
Author: Glynn Bird 
Date:   2016-11-04T10:02:48Z

Merge pull request #2 from glynnbird/encoding

only JSON encode parameters which are not strings to avoid double enc…

commit c20dffd4d28efd5ff68465a87225d9053abef4d4
Author: Glynn Bird 
Date:   2016-11-04T13:36:43Z

update package.json for this repo's project name

commit dc942adbe5a13220ec65a877f5876cb4447d1c70
Author: Glynn Bird 
Date:   2016-11-04T13:48:39Z

Merge pull request #3 from glynnbird/package

update package.json for this repo's project name

commit 3f4ae9a2ed72a787e25b5f44a1e4d0107f837aa2
Author: Glynn Bird 
Date:   2016-11-04T13:51:00Z

cloudant-nano rename

commit 0b16aaee0d26760ff5ad332afc7efc3165c04a46
Author: Glynn Bird 
Date:   2016-11-04T13:52:30Z

Merge pull request #4 from glynnbird/package

cloudant-nano rename

commit 659ec11f307058cf3c14d1957e5c5905e336c50e
Author: Glynn Bird 
Date:   2016-11-07T09:44:08Z

added GET /_uuids api call

commit 29ae71d5fa52e4ab09b1d73fa01a64147a3b8f90
Author: Glynn Bird 
Date:   2016-11-07T10:10:00Z

Merge pull request #5 from cloudant-labs/uuids

added GET /_uuids api call

commit 82090ca9c31c7384f623e481a967dd20a23a5916
Author: Glynn Bird 
Date:   2016-11-10T14:33:11Z

added selective encoding of string parameters to the search function

commit 827f31a2bb5d81524f98c677046caceded312bd3
Author: Glynn Bird 
Date:   2016-11-10T16:01:32Z

Merge pull request #6 from cloudant-labs/encoding

added selective encoding of string parameters to the search function

commit 221e515649173f65273e2d531f0064092e9cc36a
Author: Glynn Bird 
Date:   2016-11-10T16:02:42Z

6.4.1

commit 87570e16f4189e4536439fcafdd99cb13e3e43b2
Author: Glynn Bird 
Date:   2017-01-13T11:21:10Z

Apache couchdb-nano




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (COUCHDB-3270) Erlang crash after installing couchdb 2.0.0

2017-01-13 Thread Miriam Padberg (JIRA)
Miriam Padberg created COUCHDB-3270:
---

 Summary: Erlang crash after installing couchdb 2.0.0
 Key: COUCHDB-3270
 URL: https://issues.apache.org/jira/browse/COUCHDB-3270
 Project: CouchDB
  Issue Type: Bug
  Components: Build System, Database Core, Fauxton, Setup
Reporter: Miriam Padberg


Hello,
after using CouchDB 1.6.1 I decided to upgrade to 2.0.0 on my Windows 7, x64 
System.
First I deinstalled 1.6.1, reboot. Then download the apache-couchdb-2.0.0.1.msi 
and installed it. After installation I saw an erl_crash report in 
installation-file (D:\CouchDB) with following content:

=erl_crash_dump:0.3
Fri Jan 13 11:18:55 2017
Slogan: Kernel pid terminated (application_controller) 
({application_start_failure,config,{bad_return,{{config_app,start,[normal,[]]},{'EXIT',{undef,[{config_app,start,[normal,[]],[]},{application_master,st
System version: Erlang/OTP 17 [erts-6.4] [64-bit] [smp:8:8] [async-threads:16]
Compiled: Tue Mar 31 13:37:34 2015

Reinstallation doesn't help, also the installation of Erlang OTP 17 (x64).

How to fix this bug?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)