Fork vs last release - #11
Open
rdettai-sk wants to merge 100 commits into
Open
Conversation
The multilang feature pulls heavy dependencies (lindera, whichlang) for little apparent usage. Remove it along with associated code, benchmarks, and tests to reduce build times and binary size.
Bumps [oneshot](https://github.com/faern/oneshot) from 0.1.11 to 0.1.12. - [Changelog](https://github.com/faern/oneshot/blob/main/CHANGELOG.md) - [Commits](faern/oneshot@v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: oneshot dependency-version: 0.1.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [time](https://github.com/time-rs/time) from 0.3.44 to 0.3.47. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.1.5 to 0.1.6. - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) --- updated-dependencies: - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…d binary size (quickwit-oss#6125) Optimizes hyper-util, tokio-util, prometheus, dialoguer, zstd, and env_logger by disabling default features that aren't used by the codebase. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This is fixed upstream in memory cache improvement PR.
Rustfmt 1.9.0 (shipped in nightly 2026-03-01) changed behavior for `imports_granularity = "Module"`: top-level imports are no longer merged. Expand grouped `pub use` re-exports and fix sort order. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This is a squash of @Darkheir's pr 6107
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
* feat: Log metastore failures Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * Small improvment to index_id logging --------- Signed-off-by: Darkheir <raphael.cohen@sekoia.io> Co-authored-by: Remi Dettai <remi.dettai@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
* Increase retry when staging or publishing split * Avoid compounding retries
* Use the split outcome tracker to choose the TotalHitsRelation * Refactor splits_by_outcome out of resource stats * Added more tests
Co-authored-by: Adrien Guillo <adrien@quickwit.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
* feat: Combine regexes targeting same fields Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * feat: Limit number of fields targeted by a regex Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Read max fields from env Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Apply review suggestion Signed-off-by: Darkheir <raphael.cohen@sekoia.io> --------- Signed-off-by: Darkheir <raphael.cohen@sekoia.io> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
* feat: Refine timestamp from search after Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Apply PR review suggestion Signed-off-by: Darkheir <raphael.cohen@sekoia.io> --------- Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
* Add elapsed_ms to planning failure logs * Distinguish cancellation log phases
* Add test showing problem * Use new fst version that falls back to regex list * Fix test
Also add caller to searcher thread pool metrics.
* feat: On disk cache for split footers Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Async disk cache access Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * feat: Async disk cache open Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Sub-folder sharding Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Apply PR review suggestion Signed-off-by: Darkheir <raphael.cohen@sekoia.io> --------- Signed-off-by: Darkheir <raphael.cohen@sekoia.io> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Run multiple day spans if None configured * Add cron based execution * Improve logging
* feat: Add new search metrics Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Add cost classification to queries Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Apply review suggestion Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Apply review suggestion (part 2) Signed-off-by: Darkheir <raphael.cohen@sekoia.io> --------- Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
* Fix metadata responses considered as cache miss * Port the rest of the changes * Apply copi suggestions
* Fix fetch docs metrics * Fix thread pool task cost classes * Use tag for tantivy dependency
* Fix cache eviction metric * Still increase recency and frequency on concurrent metric put * Fix file description eviction metric * Fix fd eviction metric in case of duplicate eviction
…LRU across restarts (#85) * feat: Improve DiskSizedCache Signed-off-by: Darkheir <raphael.cohen@sekoia.io> * feat: Apply review suggestion Signed-off-by: Darkheir <raphael.cohen@sekoia.io> --------- Signed-off-by: Darkheir <raphael.cohen@sekoia.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR shows the diff between the
sekoiabranch and the last deployed release.