Skip to content

Schema merge#1008

Merged
nitisht merged 2 commits into
parseablehq:mainfrom
nikhilsinhaparseable:schema-merge
Nov 28, 2024
Merged

Schema merge#1008
nitisht merged 2 commits into
parseablehq:mainfrom
nikhilsinhaparseable:schema-merge

Conversation

@nikhilsinhaparseable
Copy link
Copy Markdown
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
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