You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/02/11 08:06:59 UTC

[jira] Updated: (SOLR-670) UpdateHandler must provide a rollback feature

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

Shalin Shekhar Mangar updated SOLR-670:
---------------------------------------

    Attachment: SOLR-670.patch

# Set writer=null in a finally block in DUH2#rollbackWriter so that there is no need to call commit after a rollback
# Update DirectUpdateHandlerTest to not call commit and to make sure we can still add documents.

> UpdateHandler must provide a rollback feature
> ---------------------------------------------
>
>                 Key: SOLR-670
>                 URL: https://issues.apache.org/jira/browse/SOLR-670
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-670.patch, SOLR-670.patch, SOLR-670.patch, SOLR-670.patch
>
>
> Lucene IndexWriter already has a rollback method. There should be a counterpart for the same in _UpdateHandler_  so that users can do a rollback over http 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.