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

release-24.2: stats, encoding: improve UUID-decoding error #136036

Merged
merged 1 commit into from
Nov 23, 2024

Commits on Nov 22, 2024

  1. stats, encoding: improve UUID-decoding error

    Add a length check to `DecodeUUIDValue` and a more informative error
    wrapping to `DecodeUpperBound`, which will hopefully help us track down
    the cause of #128876.
    
    The wrapped error message looks like:
    
    ```
    decoding histogram version 3 type uuid value ‹666f6f›: invalid uuid length of 2
    ```
    
    Informs: #128876
    
    Epic: None
    
    Release note: None
    michae2 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    330810d View commit details
    Browse the repository at this point in the history