-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
VTTablet errors on high load #1873
Comments
The |
Will these errors cause the data loss? Or they will just reduce the concurrency and slow down the writes |
tx pool full errors are returned on a call to Begin. As long as the app handles the error correctly, there should be no corruption. |
Forgot to provide the customary launch doc link: https://github.com/youtube/vitess/blob/master/doc/LaunchingVitess.md#query-server-parameters |
…itessio#1873) * cherry pick of 12871 Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> * Run correct imports Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> * Only run on push Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> * Actually run config for token Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> --------- Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
I am giving high load on single vtgate. 2 shards are loaded with total of ~1.5K qps and I am seeing following errors on tablet:
E0715 20:30:14.116411 17492 throttled.go:61] TxPoolFull: skipped 33 log messages
E0715 20:33:05.479648 17492 tablet_error.go:245] TxPoolFull:tx_pool_full: Transaction pool connection limit exceeded
not sure if they are relevant or might lead to data loss.
The text was updated successfully, but these errors were encountered: