Skip to content

Conversation

@de-sh
Copy link
Contributor

@de-sh de-sh commented Jan 29, 2025

Fixes #XXXX.

Description

Refactors code to share a Parseable object that is the interface to perform all operations in parseable, instead of having distinct interfaces such as CONFIG, StreamInfo, etc.


This PR has:

  • been tested to ensure log ingestion and log query works.
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added documentation for new or modified features or behaviors.

@de-sh de-sh marked this pull request as draft January 29, 2025 10:08
@de-sh de-sh marked this pull request as ready for review February 1, 2025 16:57
Copy link
Member

@nitisht nitisht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some comments

@de-sh de-sh requested a review from nitisht February 1, 2025 18:35
Copy link
Member

@nitisht nitisht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment otherwise LGTM

@de-sh de-sh marked this pull request as draft February 3, 2025 08:15
let path = meta.file_path();

// we are considering that we can always get from object store
if let Some(mut store_data) = storage_ingestor_metadata {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test initialising multiple ingestors setup / delete ingestor for distributed

Copy link
Contributor

@nikhilsinhaparseable nikhilsinhaparseable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@nitisht nitisht closed this Feb 12, 2025
@nitisht nitisht reopened this Feb 12, 2025
@nitisht nitisht merged commit 1cd0da6 into parseablehq:main Feb 12, 2025
21 of 25 checks passed
@de-sh de-sh deleted the ingest branch February 12, 2025 10:58
nitisht pushed a commit that referenced this pull request Feb 14, 2025
parmesant pushed a commit to parmesant/parseable that referenced this pull request Feb 19, 2025
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.

3 participants