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

sql: handle no cluster_inflight_traces table on tenants #72825

Merged
merged 1 commit into from
Nov 18, 2021

Commits on Nov 18, 2021

  1. sql: handle no cluster_inflight_traces table on tenants

    Previously query for traces under tenant will fail with NPE.
    This was happening because trace collector is not available
    and virtual table was not aware of the case.
    This patch adds handling of the table on tenant sql pods.
    
    Release note: None
    aliher1911 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    18ebda3 View commit details
    Browse the repository at this point in the history