You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Dave Cottlehuber (Commented) (JIRA)" <ji...@apache.org> on 2012/03/15 21:52:37 UTC

[jira] [Commented] (COUCHDB-1441) _rewrite handler loops cause cpu load and swap of death

    [ https://issues.apache.org/jira/browse/COUCHDB-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13230531#comment-13230531 ] 

Dave Cottlehuber commented on COUCHDB-1441:
-------------------------------------------

should have added that this requires admin access to DB or server to do this, its not a DoS opportunity. More like "rm -rf may cause premature data & job loss".
                
> _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