You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2011/09/13 13:36:09 UTC

[jira] [Updated] (COUCHDB-1279) Deleted documents persist in View results

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

Jan Lehnardt updated COUCHDB-1279:
----------------------------------

    Affects Version/s:     (was: 1.2)
                       1.0.3

> Deleted documents persist in View results
> -----------------------------------------
>
>                 Key: COUCHDB-1279
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1279
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 1.0.3
>         Environment: CouchDB 1.0.3, Centos 64 bit
>            Reporter: Chris Gomez
>            Priority: Blocker
>
> Previously deleted documents are returned as results in a View. 
> View results yield { error: not_found, reason: deleted } when queried by id and are not returned in _all_docs.
> Compacting the database does not fix the issue. Deleting the View and rebuilding did not fix the issue. Deleting the view then compacting, then rebuilding the view did not fix the issue. Currently, the only way I know how to get around it is to delete/rebuild the database. 
> These documents would have been deleted programmatically, so I can't be certain about the exact create/update/delete scenario the have gone through. These particular documents could have been around for a long while before I even noticed them. The biggest issue I have with this bug is that it means I can't bulk delete any documents when this bug occurs because of the update conflict it creates.  
> May be related: http://stackoverflow.com/questions/7323285/couchdb-views-not-being-updated-after-delete

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira