Skip to content

Conversation

nikhilsinhaparseable
Copy link
Contributor

  1. make stream_type optional
    required because offline ingestors will not get upgraded and querier needs to read the stats from all ingestors' stream.json

  2. internal stream creation to happen only once and stream creation request sync should not happen every time server restarts
    required because currently everytime internal stream creation request gets forwarded to ingestors which returns error as stream already exists

  3. time partition field data type change from Utf-8 to Timestamp to happen only when schema has the time partition field
    required because if stream is created with time partition but no event has been ingested, so no schema exists and if server restarts, it panics because it could not find time partition field in the schema

1. make stream_type optional 2. internal stream creation to happen only once and stream creation request sync should not happen every time server restarts 3. time partition field data type change from Utf-8 to Timestamp to happen only when schema has the time partition field
@nitisht nitisht merged commit be0b961 into parseablehq:main Aug 19, 2024
@nikhilsinhaparseable nikhilsinhaparseable deleted the urgent-fixes branch July 12, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants