-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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+.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.