[ 
https://issues.apache.org/jira/browse/COUCHDB-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Shorin resolved COUCHDB-1441.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
                   1.2.1

Already fixed for 1.3: 
https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=d076976c
and for 1.2.1: 
https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=30334ac8
                
> _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
>             Fix For: 1.2.1, 1.3
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to