CouchJS process spawned and not killed on each Reduce Overflow Error
--------------------------------------------------------------------
Key: COUCHDB-1246
URL: https://issues.apache.org/jira/browse/COUCHDB-1246
Project: CouchDB
Issue Type: Bug
Components: JavaScript View Server
Affects Versions: 1.1
Environment: Linux Debian Squeeze
[query_server_config]
reduce_limit = true
os_process_limit = 25
Reporter: Michael Newman
Running the view attached results in a reduce_overflow_error. For each
reduce_overflow_error a process of /usr/lib/couchdb/bin/couchjs
/usr/share/couchdb/server/main.js starts running. Once this gets to 25, which
is the os_process_limit by default, all views result in a server error: timeout
{gen_server,call,[couch_query_servers,{get_proc,<<"javascript">>}]}
As far as I can tell, these processes and the non-response from the views will
continue until couch is restarted.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira