Skip to content

Conversation

@nikhilsinhaparseable
Copy link
Contributor

fix: get schema for distributed

current: querier checks if schema is available in STREAM_INFO
if not, create schema from storage, load in STREAM_INFO and return

still, because of long running ingestions, querier's 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

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
@nitisht nitisht merged commit 28b984a into parseablehq:main Nov 28, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants