You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current: querier checks if schema is available in STREAM_INFO
if not, create schema from storage, load in STREAM_INFO and return
STREAM_INFO cannot guarantee the latest state of the schema
for distributed
fix: merge schema from all ingestors and queriers and then
load in STREAM_INFO and return
0 commit comments