_rewrite handler loops cause cpu load and swap of death
-------------------------------------------------------
Key: COUCHDB-1441
URL: https://issues.apache.org/jira/browse/COUCHDB-1441
Project: CouchDB
Issue Type: Bug
Components: HTTP Interface
Environment: debian testing
Reporter: Ronny Pfannschmidt
when creating a simple _rewrite loop, the db will start to eat cpu and take
more & more memory
for testing i created:
{"_id":"_design/loopa","rewrites":[{"from":"","to":"../loopb/_rewrite"}]}
{"_id":"_design/loopb","rewrites":[{"from":"","to":"../loopa/_rewrite"}]}
accessing $dburi/_design/loopa/_rewrite/ will start the loop
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira