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

Client fails to initialize when enabling DirectPath #2411

Closed
sushanb opened this issue Jan 23, 2024 · 0 comments · Fixed by #2412
Closed

Client fails to initialize when enabling DirectPath #2411

sushanb opened this issue Jan 23, 2024 · 0 comments · Fixed by #2412
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@sushanb
Copy link

sushanb commented Jan 23, 2024

Impacted Gax Version: 2.39.0
Impacted Libraries: Storage, Spanner, BigTable

If you have DirectPath enabled in your client via the TransportChannelProvider settings:

InstantiatingGrpcChannelProvider.newBuilder().setAttemptDirectPath(true).setAttemptDirectPathXds().build();

You may see the client fail to initialize via a Null Pointer Exception.

Resolution

Please skip Gax v2.39.0 and use v2.40.0+.

@blakeli0 blakeli0 added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jan 23, 2024
@lqiu96 lqiu96 changed the title Cloud Bigtable directpath integration test failing Client fails to initialize when enabling DirectPath Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
2 participants