Skip to content
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

fix(bigtable): Resolve discrepancy between server and client qps #11224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bhshkh
Copy link
Contributor

@bhshkh bhshkh commented Dec 4, 2024

Details in b/358175516

@bhshkh bhshkh requested review from a team as code owners December 4, 2024 21:53
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Dec 4, 2024
@@ -125,6 +125,7 @@ var (
// createExporterOptions takes Bigtable client options and returns exporter options
// Overwritten in tests
createExporterOptions = func(btOpts ...option.ClientOption) []option.ClientOption {
btOpts = append(btOpts, option.WithGRPCConnectionPool(4))
Copy link
Contributor

@mutianf mutianf Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need 4 channels for this? We only have 1 RPC per minute, so we shouldn't need a channel pool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants