A recent mysql driver upgrade caused a performance regression. We believe this may be due to cancellations getting passed through to the database driver, which as of the upgrade will more aggressively tear down connections that experienced a cancellation. Also, we only recently started propagation cancellations all the way from the frontend in #5404. This makes it so the driver doesn't see the cancellation. Second attempt at #5447 |
||
|---|---|---|
| .. | ||
| creds | ||
| test_proto | ||
| client.go | ||
| errors.go | ||
| errors_test.go | ||
| generate.go | ||
| interceptors.go | ||
| interceptors_test.go | ||
| pb-marshalling.go | ||
| pb-marshalling_test.go | ||
| protogen.sh | ||
| ra-wrappers.go | ||
| sa-wrappers.go | ||
| server.go | ||