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 "Noble Paul (JIRA)" <ji...@apache.org> on 2009/05/08 06:50:45 UTC

[jira] Created: (SOLR-1152) snapshoot on ReplicationHandler should acccept the location

snapshoot on ReplicationHandler should acccept the location
-----------------------------------------------------------

                 Key: SOLR-1152
                 URL: https://issues.apache.org/jira/browse/SOLR-1152
             Project: Solr
          Issue Type: Improvement
          Components: replication (java)
    Affects Versions: 1.3
            Reporter: Noble Paul
            Priority: Minor


Lt the command snapshoot accept an extra parameter "location" which can specify where the snapshot/backup is created. This must be an optional parameter and if not mentioned the snapshot must be created in the dataDir

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


[jira] Resolved: (SOLR-1152) Snapshoot on ReplicationHandler should acccept location as a request parameter

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-1152.
-----------------------------------------

    Resolution: Fixed
      Assignee: Shalin Shekhar Mangar

Committed revision 779497.

> Snapshoot on ReplicationHandler should acccept location as a request parameter
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1152
>                 URL: https://issues.apache.org/jira/browse/SOLR-1152
>             Project: Solr
>          Issue Type: Improvement
>          Components: replication (java)
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1152.patch
>
>
> Lt the command snapshoot accept an extra parameter "location" which can specify where the snapshot/backup is created. This must be an optional parameter and if not mentioned the snapshot must be created in the dataDir

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


[jira] Updated: (SOLR-1152) Snapshoot on ReplicationHandler should acccept location as a request parameter

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1152:
----------------------------------------

    Fix Version/s: 1.4
          Summary: Snapshoot on ReplicationHandler should acccept location as a request parameter  (was: snapshoot on ReplicationHandler should acccept the location)

> Snapshoot on ReplicationHandler should acccept location as a request parameter
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1152
>                 URL: https://issues.apache.org/jira/browse/SOLR-1152
>             Project: Solr
>          Issue Type: Improvement
>          Components: replication (java)
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1152.patch
>
>
> Lt the command snapshoot accept an extra parameter "location" which can specify where the snapshot/backup is created. This must be an optional parameter and if not mentioned the snapshot must be created in the dataDir

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


[jira] Updated: (SOLR-1152) snapshoot on ReplicationHandler should acccept the location

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1152:
----------------------------------------

    Attachment: SOLR-1152.patch

Patch with the following changes:

* Accepts an optional location parameter.
* If it is relative, it is assumed to be relative to the core's instance directory. Should this be relative to solr home?
* A snapshot.[timestamp] directory is created inside the 'location'

> snapshoot on ReplicationHandler should acccept the location
> -----------------------------------------------------------
>
>                 Key: SOLR-1152
>                 URL: https://issues.apache.org/jira/browse/SOLR-1152
>             Project: Solr
>          Issue Type: Improvement
>          Components: replication (java)
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Priority: Minor
>         Attachments: SOLR-1152.patch
>
>
> Lt the command snapshoot accept an extra parameter "location" which can specify where the snapshot/backup is created. This must be an optional parameter and if not mentioned the snapshot must be created in the dataDir

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