[ https://issues.apache.org/jira/browse/SOLR-15090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351793#comment-17351793 ]
Jason Gerlowski edited comment on SOLR-15090 at 5/26/21, 1:40 PM: ------------------------------------------------------------------ I've linked a new [PR|https://github.com/apache/lucene-solr/pull/2501] for the backport of this code from master. Most of this is a straight copy, the only exception being the switch from gradle to ant/ivy build code. Will merge this at the end of the week pending any feedback. was (Author: gerlowskija): I've linked a new [PR|https://github.com/apache/lucene-solr/pull/2501] for the backport of this code from master. Most of this is a straight copy, the only exception being the switch from gradle to ant/ivy build code. > 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 > Fix For: main (9.0) > > Time Spent: 5h > 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-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org