quickwit
quickwit copied to clipboard
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
Refactor the Garbage collection actor in Janitor service to directly work on dangling splits. - We want to have a new method on the Metastore that return the list of...
Quickwit create automatically an ingest-api source to launch an indexing pipeline and be able to receive requests on our ingest API. This raises at least 2 issues and raises some...
Currently we have some "e2e" CLI tests, some on s3 with the help of localstack but we have nothing on postgresql. This is very much needed to avoid this kind...
We could print a warning with a link to the docs outlining the limitations when using the filesystem as datadir or meta-store. It may ease onboarding new users.
Even on a small cluster, a user is experiencing disconnection with the gRPC connection to the metastore service.
``` $ quickwit source Failed to parse command arguments: Failed to parse source subcommand arguments. ``` Let's display the same output as `quickwit source --help`.
Currently, a `MergeExecutor` needs to be instantiated with an `IndexPipelineID`. But a merge executor already has all the necessary information in the splits metadata that it is going to merge.
**Describe the bug** I have a index called Demo, and this is the indexer cmd: quickwit service run indexer --indexes Demo. I run the indexer by supervisord. I wish it...