Re: Solr Backup/Restore

2020-07-21 Thread Aroop Ganguly
Restore will only create the same number of shards as the original collection had when you took the backup. If you are on a cluster with enough resources, you can try split shards to the desired numbers later on? Split Shards has a more efficient implementation in solr 8.x but if u have a mostly

Re: Solr Backup restore

2019-09-13 Thread David Smiley
It would help if you could devise a simple set of command line steps to reproduce/demonstrate the problem using the "bin/solr -e solrcloud" setup. The problem you see ought to be reproducible here if there is a problem. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/

Re: Solr Backup

2019-07-31 Thread Jayadevan Maymala
On Tue, Jul 30, 2019 at 7:54 PM Jan Høydahl wrote: > The FS backup feature requires a shared drive as you say, and this is > clearly documented. No way around it. Cloud Filestore would likely fix it. > > Or you could write a new backup repo plugin for backup directly to Google > Cloud Storage? >

Re: Solr Backup

2019-07-30 Thread Jan Høydahl
The FS backup feature requires a shared drive as you say, and this is clearly documented. No way around it. Cloud Filestore would likely fix it. Or you could write a new backup repo plugin for backup directly to Google Cloud Storage? Jan Høydahl > 30. jul. 2019 kl. 13:41 skrev Jayadevan Maymal

Re: Solr Backup

2019-07-30 Thread Shawn Heisey
On 7/30/2019 7:11 AM, Jayadevan Maymala wrote: We will need the *FULL* error message. It is probably dozens of lines long and MIGHT contain multiple "Caused by" sections. { "responseHeader":{ "status":500, "QTime":22}, "Operation backup caused exception:":"java.nio.file.NoSuchF

Re: Solr Backup

2019-07-30 Thread Jayadevan Maymala
On Tue, Jul 30, 2019 at 5:56 PM Shawn Heisey wrote: > On 7/30/2019 5:41 AM, Jayadevan Maymala wrote: > > We have a 3-node Solr cluster running on google cloud platform. I would > > like to schedule a backup and have been trying the backup API and getting > > java.nio.file.NoSuchFileException:java

Re: Solr Backup

2019-07-30 Thread Shawn Heisey
On 7/30/2019 5:41 AM, Jayadevan Maymala wrote: We have a 3-node Solr cluster running on google cloud platform. I would like to schedule a backup and have been trying the backup API and getting java.nio.file.NoSuchFileException:java.nio.file.NoSuchFileException error. I suspect it is because a sha

Re: Solr - Backup api throwing exception

2016-09-07 Thread Jan Høydahl
Hi, Backup can take time, so consider calling it asynchronously - https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-AsynchronousCalls -- Jan Høydahl, search solutio

Re: Solr - Backup api throwing exception

2016-09-07 Thread Praveen Babu
Hi Jan Høydahl, I have followed your suggestion. That issue got resolved. Now I a facing another issue . Backup command getting disconnect in 180 sec. curl ' http://localhost:8983/solr/admin/collections?action=BACKUP&name=top_bk1&collection=topapp&location=/home/ubuntu/nfs ' 500181162or

Re: Solr - Backup api throwing exception

2016-09-06 Thread Jan Høydahl
Hi Praveen. From the exception "Directory to contain snapshots doesn't exist: /home/ubuntu/top4_bk”, we can tell that you are not using a shared file system, e.g NFS, for your backup. If you read the Reference Guide docs you will see that this is a prerequisite. What happens is that the Oversee

Re: solr | backup and restoration

2016-04-29 Thread Jan Verweij - Reeleez
Hi Prateek, To me it feels like the backup/restore is still an open item should be higher on the agenda. Yes, there are work-arounds like copying data from/into the index folder but this doesn' t seem very stable. I'm using the following approach in solrcloud since I ran into an issue with restor

RE: solr | backup and restoration

2016-04-27 Thread Prateek Jain J
Manually copying files under index directory fixed the issue. Regards, Prateek Jain -Original Message- From: Prateek Jain J [mailto:prateek.j.j...@ericsson.com] Sent: 27 April 2016 02:08 PM To: solr-user@lucene.apache.org Subject: solr | backup and restoration Hi, We are using solr