-
Notifications
You must be signed in to change notification settings - Fork 95
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: nil-check KeyValue.Value #358
Conversation
somehow we have a corrupt client that's sending a nil Value pointer, which is causing a crash.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏🏼
FWIW this is nearly identical to what we have in hound, except there it has a
should we make them the same for consistency? |
defer decision to telemetry team, I'm just humble oncaller standing in |
Thanks for the PR @lizthegrey - we're in the middle of moving refinery to use Husky so I ported the fix there. @irvingpop Husky is in use in SecureTenancy now, and will be in Refinery soon. I'll be working on adding it to Shepherd next. |
@MikeGoldsmith this fix was submitted to help us at BlockFi with a problem we're currently having with refinery. |
I believe you can still fetch the artifact: https://app.circleci.com/pipelines/github/honeycombio/refinery/946/workflows/e29a9ecd-c508-47ac-9815-e66d92ab562b/jobs/2638/artifacts |
@akasprzok The same fix has come in via #341, just merged. We're doing a few more pre-release checks and aim to cut a new release today. |
And released in v1.7.0! |
Which problem is this PR solving?
Short description of the changes