You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jordi Boggiano (JIRA)" <ji...@apache.org> on 2012/06/01 16:57:22 UTC

[jira] [Created] (COUCHDB-1489) Drop useless view indexing jobs

Jordi Boggiano created COUCHDB-1489:
---------------------------------------

             Summary: Drop useless view indexing jobs
                 Key: COUCHDB-1489
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1489
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core, HTTP Interface
            Reporter: Jordi Boggiano
            Priority: Minor


On a large database, if you change the view code and query it to check, it starts reindexing (which can take a long time), if you do another change and check again, you end up with two indexing jobs in process. 

Now this would make sense if the first client is still sitting there waiting for a response, but if it's not the job should be canceled automatically IMO.

--
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