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 [email protected] <0.211.0> -------- couch_proc_manager <0.3865.0> died normal [error] 2018-02-04T12:22:49.560146Z [email protected] <0.3195.0> -------- OS Process Error <0.3865.0> :: {os_process_error,"OS process timed out."} [info] 2018-02-04T12:22:54.575971Z [email protected] <0.211.0> -------- couch_proc_manager <0.4000.0> died normal [error] 2018-02-04T12:22:54.576041Z [email protected] <0.3195.0> -------- OS Process Error <0.4000.0> :: {os_process_error,"OS process timed out."} [info] 2018-02-04T12:22:59.595031Z [email protected] <0.211.0> -------- couch_proc_manager <0.4087.0> died normal [error] 2018-02-04T12:22:59.595142Z [email protected] <0.3195.0> -------- OS Process Error <0.4087.0> :: {os_process_error,"OS process timed out."} [info] 2018-02-04T12:23:04.614970Z [email protected] <0.211.0> -------- couch_proc_manager <0.4175.0> died normal [error] 2018-02-04T12:23:04.615046Z [email protected] <0.3195.0> -------- OS Process Error <0.4175.0> :: {os_process_error,"OS process timed out."} [error] 2018-02-04T12:23:09.530943Z [email protected] <0.3193.0> -------- fabric_worker_timeout update_docs,'[email protected]',<<"shards/80000000-9fffffff/test_accounts.1517357717">> [notice] 2018-02-04T12:23:09.531226Z [email protected] <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 [email protected] <0.211.0> -------- couch_proc_manager <0.4262.0> died normal [error] 2018-02-04T12:23:09.633083Z [email protected] <0.3195.0> -------- OS Process Error <0.4262.0> :: {os_process_error,"OS process timed out."} [info] 2018-02-04T12:23:14.654966Z [email protected] <0.211.0> -------- couch_proc_manager <0.4341.0> died normal [error] 2018-02-04T12:23:14.655034Z [email protected] <0.3195.0> -------- OS Process Error <0.4341.0> :: {os_process_error,"OS process timed out."} [info] 2018-02-04T12:23:19.672990Z [email protected] <0.211.0> -------- couch_proc_manager <0.4428.0> died normal [error] 2018-02-04T12:23:19.673073Z [email protected] <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: [email protected] With regards, Apache Git Services
