[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-1006) Allow for the creation of a index backup

Sanne Grinovero (JIRA) noreply at atlassian.com
Fri Dec 16 05:14:19 EST 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44605#comment-44605 ] 

Sanne Grinovero commented on HSEARCH-1006:
------------------------------------------

I don't really see how we can guarantee consistency between database and index by just taking an index snapshot, as some work might be "in the pipeline" and not applied yet.
We can do this, but the only safe solution is to rebuild the index via the MassIndexer.. unless we allow to lock/freeze all transactions and flush the backends.

> Allow for the creation of a index backup 
> -----------------------------------------
>
>                 Key: HSEARCH-1006
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1006
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: engine
>    Affects Versions: 4.0.0.Final
>            Reporter: Hardy Ferentschik
>
> See hot index backups (http://stackoverflow.com/questions/5897784/lucene-index-backup).
> We could offer an API to backup an index. Maybe per _IndexManager_!?

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

        


More information about the hibernate-issues mailing list