-
Notifications
You must be signed in to change notification settings - Fork 131
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
Write binlog failed, the last error no avaliable pump to write binlog #753
Comments
|
|
Today, I try to deploy using binaries instead of docker-compose but got the same error.
Tags: @july2993 |
can you check the log of pump ? |
Of course,
|
look like pump never receive the request and tidb can't connect pump, can you check |
pump status still: online
When I start TiDB, it can't start because it can't connect to Pump instance (connection closed). But when I start drainer, drainer can connect to pump instance and call PullBinlog. |
can you use the release version of TiDB, It seems the latest version of TiDB is broken for some unknown reason, I use the same version of TiDB as you use, it fails to write binlog, will find out and fix later, sorry for that. |
@billhcmus |
Thank you, let's upgrade pump's & drainer's grpc version |
You should use the release version of TiDB/Pump/Drainer in production env, but seems you are maintaining your own version? |
Thank you, I used the stable version of TiDB/Pump/Drainer instead of the latest version and it works normally. Close this issue here. |
General Question
tidb-docker-compose
, after deploy I got some error log in TiDB:Can you help me to solve this problem? Thank you.
The text was updated successfully, but these errors were encountered: