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

Schema merge #1008

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Schema merge #1008

merged 2 commits into from
Nov 28, 2024

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