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

[cassandra] Prevent fallback to old schema for operation names table in case of db issues #6061

Merged

Commits on Oct 6, 2024

  1. Update table check logic to prevent fallback to old schema in case of…

    … DB issues
    
    - Fixes jaegertracing#432
    - Return and handle error from operation names storage
     contructor and its dependencies span writer and span reader
    
    Signed-off-by: Arunvel Sriram <[email protected]>
    arunvelsriram committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b36af56 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add tests to cover the error scenarios

    Signed-off-by: Arunvel Sriram <[email protected]>
    arunvelsriram committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    33a7696 View commit details
    Browse the repository at this point in the history