You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hrishikesh Gadre (JIRA)" <ji...@apache.org> on 2016/05/02 16:37:13 UTC

[jira] [Created] (SOLR-9055) Cleanup backup/restore implementation

Hrishikesh Gadre created SOLR-9055:
--------------------------------------

             Summary: Cleanup backup/restore implementation
                 Key: SOLR-9055
                 URL: https://issues.apache.org/jira/browse/SOLR-9055
             Project: Solr
          Issue Type: Task
            Reporter: Hrishikesh Gadre


SOLR-5750 implemented backup/restore API for Solr. This JIRA is to track the code cleanup/refactoring. Specifically following improvements should be made,

- Add Solr/Lucene version to check the compatibility between the backup version and the version of Solr on which it is being restored.
- Add a backup implementation version to check the compatibility between the "restore" implementation and backup format.
- Introduce a Strategy interface to define how the Solr index data is backed up (e.g. using file copy approach).
- Introduce a Repository interface to define the file-system used to store the backup data. (currently works only with local file system but can be extended). This should be enhanced to introduce support for "registering" repositories (e.g. HDFS, S3 etc.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org