You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/02/04 12:35:12 UTC

[GitHub] Crispy1975 commented on issue #1133: CouchDb 2.1.1 can NOT create a View document

Crispy1975 commented on issue #1133: CouchDb 2.1.1 can NOT create a View document
URL: https://github.com/apache/couchdb/issues/1133#issuecomment-362903540
 
 
   I would like to add to this issue, I am seeing the exact same issues, however I am running CouchDB 2.1.1 on Debian Jessie, as installed by the Apache repo at: [https://apache.bintray.com/couchdb-deb](https://apache.bintray.com/couchdb-deb)
   
   The full version is: ` 2.1.1-1~jessie`
   
   When views are created either via an application or via Fauxton this results in the following log:
   
   ```
   [info] 2018-02-04T12:22:49.560045Z couchdb@127.0.0.1 <0.211.0> -------- couch_proc_manager <0.3865.0> died normal
   [error] 2018-02-04T12:22:49.560146Z couchdb@127.0.0.1 <0.3195.0> -------- OS Process Error <0.3865.0> :: {os_process_error,"OS process timed out."}
   [info] 2018-02-04T12:22:54.575971Z couchdb@127.0.0.1 <0.211.0> -------- couch_proc_manager <0.4000.0> died normal
   [error] 2018-02-04T12:22:54.576041Z couchdb@127.0.0.1 <0.3195.0> -------- OS Process Error <0.4000.0> :: {os_process_error,"OS process timed out."}
   [info] 2018-02-04T12:22:59.595031Z couchdb@127.0.0.1 <0.211.0> -------- couch_proc_manager <0.4087.0> died normal
   [error] 2018-02-04T12:22:59.595142Z couchdb@127.0.0.1 <0.3195.0> -------- OS Process Error <0.4087.0> :: {os_process_error,"OS process timed out."}
   [info] 2018-02-04T12:23:04.614970Z couchdb@127.0.0.1 <0.211.0> -------- couch_proc_manager <0.4175.0> died normal
   [error] 2018-02-04T12:23:04.615046Z couchdb@127.0.0.1 <0.3195.0> -------- OS Process Error <0.4175.0> :: {os_process_error,"OS process timed out."}
   [error] 2018-02-04T12:23:09.530943Z couchdb@127.0.0.1 <0.3193.0> -------- fabric_worker_timeout update_docs,'couchdb@127.0.0.1',<<"shards/80000000-9fffffff/test_accounts.1517357717">>
   [notice] 2018-02-04T12:23:09.531226Z couchdb@127.0.0.1 <0.842.0> ab6dbafccb 127.0.0.1:59840 127.0.0.1 undefined PUT /test_accounts/_design/accounts 500 ok 60005
   [info] 2018-02-04T12:23:09.633011Z couchdb@127.0.0.1 <0.211.0> -------- couch_proc_manager <0.4262.0> died normal
   [error] 2018-02-04T12:23:09.633083Z couchdb@127.0.0.1 <0.3195.0> -------- OS Process Error <0.4262.0> :: {os_process_error,"OS process timed out."}
   [info] 2018-02-04T12:23:14.654966Z couchdb@127.0.0.1 <0.211.0> -------- couch_proc_manager <0.4341.0> died normal
   [error] 2018-02-04T12:23:14.655034Z couchdb@127.0.0.1 <0.3195.0> -------- OS Process Error <0.4341.0> :: {os_process_error,"OS process timed out."}
   [info] 2018-02-04T12:23:19.672990Z couchdb@127.0.0.1 <0.211.0> -------- couch_proc_manager <0.4428.0> died normal
   [error] 2018-02-04T12:23:19.673073Z couchdb@127.0.0.1 <0.3195.0> -------- OS Process Error <0.4428.0> :: {os_process_error,"OS process timed out."}
   ```
   
   This results in processes spawning infinitely until CPU is used up and the machine grinds to a halt. Interestingly I also have a manual install of CouchDB 2.1.0-05d2e1e which does not suffer from this issue.
   
   I feel like this is very similar to what is happening on the macOS version.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services