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 spanner telemetry #1156

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Fix spanner telemetry #1156

merged 1 commit into from
Feb 14, 2023

Conversation

ecordell
Copy link
Contributor

@ecordell ecordell commented Feb 9, 2023

Noticed an error in the spicedb-operator test logs against spanner:

{"level":"warn","error":"unable to query DB stats: unable to decode row count: spanner: code = \"InvalidArgument\", desc = \"failed to decode column 0, destination *int64 cannot support NULL SQL values\"","time":"2023-01-09T20:21:37Z","message":"unable to initialize telemetry collector"}

@ecordell ecordell requested a review from a team as a code owner February 9, 2023 20:39
@github-actions github-actions bot added the area/datastore Affects the storage system label Feb 9, 2023
Copy link
Contributor

@vroldanbet vroldanbet left a comment

Choose a reason for hiding this comment

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

good catch!

fixes the error: failed to decode column 0, destination *int64 cannot
support NULL SQL values
@ecordell ecordell merged commit e4d43de into authzed:main Feb 14, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/datastore Affects the storage system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants