You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jason Gerlowski (Jira)" <ji...@apache.org> on 2021/04/08 17:00:00 UTC

[jira] [Commented] (SOLR-15090) Allow backups to GCS (Google Cloud Storage)

    [ https://issues.apache.org/jira/browse/SOLR-15090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317348#comment-17317348 ] 

Jason Gerlowski commented on SOLR-15090:
----------------------------------------

Some updates to the PR:

* test code has been modified to use a GCS-client "fake" that Google provides in its google-cloud-nio library.  We now have pretty solid unit tests for GCSBackupRepository.
* added configuration params for a handful of previously hardcoded constants.

The big remaining item is ref-guide documentation.  I'm working on that currently.  Hoping to have this PR fully ready to review by the end of the week.

> Allow backups to GCS (Google Cloud Storage)
> -------------------------------------------
>
>                 Key: SOLR-15090
>                 URL: https://issues.apache.org/jira/browse/SOLR-15090
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Jason Gerlowski
>            Assignee: Jason Gerlowski
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Solr's BackupRepository interface provides an abstraction around the physical location/format that backups are stored in.  This allows plugin writers to create "repositories" for a variety of storage mediums.  It'd be nice if Solr offered more mediums out of the box though, such as some of the "blobstore" offerings provided by various cloud providers.
> This ticket proposes that a "BackupRepository" implementation for Google's popular 'Cloud Storage' blobstore, so that Solr users can use it for backups without needing to write their own code.
> Google offers a GCS Java client with acceptable licensing, and the integration code is relatively simple.  The biggest challenge in supporting this will likely be procedural - integration testing requires GCS access and GCS access costs money.  We can check with INFRA to see if there is any way to get cloud credits for an integration test to run in nightly Jenkins runs on the ASF Jenkins server.  Alternatively we can try to stub out the blobstore in some reliable way.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org