-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection Backup does not finish #4
Comments
Hm, I successfully used this against my 5.4 cluster just last week without the The In this case, the confirmation is polling the replication handler, which has a report about the last backup time and whether it succeeded. The gate is seeing a success there. (Which I do see, glancing at your debug output. I'll have to look closer.) |
Thanks for your input. Version is I restarted Solr I will not use |
Just looked at the code. To concretely answer your question, the confirmation polls the
Both of those paths look like they're present and expected in your debug output, so it seems likely it's the second condition that's blocking things. I'm not sure why that'd be though. |
I see. Yes [2] and different timezones must be the root cause. |
Filed Issue #5, since that seems like a bug. |
Hi,
A collection Backup does not seem to finish on some nodes unless running
backupindex
with--parallel
argument.Sample Output
I can see that the index data are written on disk.
What exactly prevents the backup from stopping successfully. Is it expecting something specific from the
replication?command=details
page?And last but not least, is using
--parallel
argument and ignoring the backup status confirmation somehow risky and not suggested?Any advice is welcome. Thanks!
The text was updated successfully, but these errors were encountered: