-
Notifications
You must be signed in to change notification settings - Fork 500
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
Pump deployment fails: silently failing due to write binlog error no available space #656
Comments
@shinnosuke-okada what version of the pump? |
|
@shinnosuke-okada the new version pump config have a parameter
so if the disk space is less than 10G, the pump will stop writing. you need to use a larger disk or change the parameter. |
In production environments, it is recommended to allocate larger disks for Pump; In the other hand, we will improve Operator's configuration modification to make it more flexible and easy to use. |
@xiaojingchen Thanks a lot. These are very helpful! Let me see if I can unblock myself based on your information. |
@xiaojingchen I worked around by allocating more disk space for pump services. I think we have 2 issues here:
I'll make a PR for issue 1 immediately, and consider that as a solution to this issue. Planning to increase default disk size for pumps from 10GiB to 20GiB. |
@shinnosuke-okada thanks for your feedback, that is very useful to us, and please create an new issue if it's convenient for you. |
Logged pingcap/tidb-binlog#679 to address the error message issue. As the problem on TiDB-operator side is addressed, closing this ticket. |
…restore db accounts (#656) * bump tidb version to v4.0.4 * add database privilege demands * fix headings * address comments
Bug Report
What version of Kubernetes are you using?
What version of TiDB Operator are you using?
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
What's the status of the TiDB cluster pods?
What did you do?
Relevant values used for installing TiDB cluster:
What did you expect to see?
Successful deployment with correctly functioning pump
What did you see instead?
Pump log is filled with these error messages:
Eventually, it starts printing the following info messages:
TiDB log is filled with these warning messages:
Eventually TiDB stops responding as it fails to communicate with pump:
But pump has 10GiB of space configured and allocated. Disk space availability is correctly reported on Grafana, and it can also be confirmed inside the pod:
The text was updated successfully, but these errors were encountered: