Skip to content

Tags: holograph/quickwit

Tags

qw-cicada-2

Toggle qw-cicada-2's commit message
add histogram to more core s3 calls

and make their histograms appear only when the endpoint has been called

qw-cicada

Toggle qw-cicada's commit message
add histogram to more core s3 calls

and make their histograms appear only when the endpoint has been called

qw-airmail-20241029

Toggle qw-airmail-20241029's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Log PostgreSQL metastore error (quickwit-oss#5530)

qw-airmail-20241022

Toggle qw-airmail-20241022's commit message
Adding some kind of throttling on the janitor to prevent it from

hammering the metastore on airmail.

qw-airmail-20241016-hotfix

Toggle qw-airmail-20241016-hotfix's commit message
Adding some kind of throttling on the janitor to prevent it from

hammering the metastore on airmail.

qw-airmail-20241015

Toggle qw-airmail-20241015's commit message
adding post filter of index_uids

qw-airmail-20241010

Toggle qw-airmail-20241010's commit message
Sending the right message in indexing service

qw-airmail-20241009b

Toggle qw-airmail-20241009b's commit message
Sending the right message in indexing service

qw-airmail-20241009

Toggle qw-airmail-20241009's commit message
Better shutdown of merge pipelines.

Before this PR, when the last indexing pipeline
is shutdown, the merge pipeline associated to an index
would be abruptly shutdown too.

This PR makes two changes to this behavior.
First, we wait for ongoing or pending merges to
be executed before shutting down the pipeline.

Second, merge policy get the opportunity to offer
a list of extra merges to run.

This functionality is introduced to help users
who migrated from elasticsearch and rely on a daily
indexes.

Closes quickwit-oss#5474

qw-airmail-get-slice-timeout

Toggle qw-airmail-get-slice-timeout's commit message
Apply suggestions from code review

Co-authored-by: trinity-1686a <[email protected]>