-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Backup(BR) is getting failed for huge table count #58513
Comments
@kabileshKabi thx for reporting the issue! The backup log seems it's truncated. Was the backup task was killed? was the br pod oom? |
and your cluster has 600k tables, the backup initialization phase needs some time to load schema. the errors in the log attached are transient instead of fatal. @kabileshKabi |
The BR is running in VM node, Backup is not getting killed it just exits out |
This seems to be the issue as it needs to load the schema and its getting a RPC time-out |
am sharing the log again: command execuetion log:
|
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Issue Description:
Our application is a SAAS based Multi-tenancy application with each tenant will have a DB , in which we have more than 14k databases and having more than 600k Tables.
While we have a strick backup requirement when we run the BR full backup its not showing any progress and gets failed with some RPC error
Command and Log:
The text was updated successfully, but these errors were encountered: