cc2011a27f
Merge pull request #5565 from meilisearch/fix-0-batched-task
...
Fix 0 batched task
2025-05-15 12:41:48 +00:00
604e156c2b
add the snapshots
2025-05-15 11:35:31 +02:00
0940f0e4f4
add a test
2025-05-15 11:10:08 +02:00
83e71cd7b9
Add an experimental cli flag to disable snapshot compaction
2025-05-14 15:59:35 +02:00
75a7e40a27
Merge branch 'main' into all-cpus-in-import-dump
2025-05-12 21:48:12 +02:00
0f4536df2d
Adapt dumpless upgrade tests
2025-05-12 10:43:12 +02:00
53f32a7dd7
refactor: change thread_pool from Option<ThreadPoolNoAbort> to
...
ThreadPoolNoAbort
2025-05-07 17:00:08 +02:00
f7c1f19dd8
rust fmt
2025-04-29 16:10:43 +02:00
1542ff30ae
Roll back index scheduler version first
2025-04-29 16:05:43 +02:00
20d0aa499a
Apply suggestions from code review
...
Co-authored-by: Clément Renault <clement@meilisearch.com >
2025-04-29 16:03:30 +02:00
3b773b3416
Revert thread_pool type back to Option in config
2025-04-28 11:56:37 +02:00
648b2876f6
Create temp threadpool with all CPUs in dump
2025-04-27 00:52:10 +02:00
c5360bcdbf
When canceling an upgrade task, execute the rollback code
2025-04-24 16:59:03 +02:00
1bdc08a73a
tick: always refuse to batch tasks when the version in the index-scheduler is wrong
2025-04-24 16:54:43 +02:00
63b5e21ae1
tick: check tasks to cancel before checking for upgrade tasks
2025-04-24 16:52:28 +02:00
eb0b5239cb
process rollback
2025-04-24 16:52:28 +02:00
121c1ac1dd
Upgrade supports cancelling
2025-04-24 16:08:10 +02:00
e9b4794f2b
Merge pull request #5488 from meilisearch/try-batch-end-reason
...
add "batcher stopped because" field to batch objects
2025-04-17 08:26:31 +00:00
b61eb19601
Fix snapshots
2025-04-15 15:13:53 +02:00
231a027c7d
Use TaskKindCannotBeBatched for task deletion, upgrade database and snapshot creation
2025-04-15 15:13:53 +02:00
b73660fa8e
Update crates/index-scheduler/src/scheduler/test_document_addition.rs
...
fix comment in test
Co-authored-by: Tamo <tamo@meilisearch.com >
2025-04-15 14:48:11 +02:00
3a93f88ba6
Merge pull request #5498 from meilisearch/snapshot-no-compaction
...
Stop compacting the snapshot
2025-04-15 08:30:40 +00:00
b025f1bcf1
Merge branch 'main' into release-v1.14.0-tmp
2025-04-14 12:35:47 +02:00
9e7d7beb4a
stop compacting the snapshot
2025-04-08 14:53:58 +02:00
c1c065079f
Fix snapshots again
2025-04-03 10:51:57 +02:00
1cca4abf5a
Replace batch stop reason when deleting index
2025-04-03 10:33:59 +02:00
bd172bf68a
Fix more snapshots
2025-04-03 10:30:03 +02:00
70ed6ba798
fix test + change name
2025-04-02 17:56:34 +02:00
f3ab940776
Make it compile
2025-04-02 17:14:40 +02:00
e067d796b3
Improve the primary key stop reasons error messages
2025-04-02 15:56:56 +02:00
31bda976f2
WIP
2025-04-02 15:29:47 +02:00
4d90e3d2ec
Make Cargo and Clippy happy
2025-04-01 11:26:34 +02:00
7ed9adde29
Prefer camelCase for internal database sizes db name
2025-03-26 16:45:52 +01:00
5820d822c8
Add more details about the finalizing progress step
2025-03-26 09:49:43 +01:00
637bea0370
Compute and store the database sizes
2025-03-26 09:49:42 +01:00
2500e3c067
Merge #5414
...
5414: Update version for the next release (v1.14.0) in Cargo.toml r=Kerollmops a=meili-bot
⚠️ This PR is automatically generated. Check the new version is the expected one and Cargo.lock has been updated before merging. Fixes https://github.com/meilisearch/meilisearch/issues/5268 .
Co-authored-by: Kerollmops <Kerollmops@users.noreply.github.com >
Co-authored-by: Kerollmops <clement@meilisearch.com >
2025-03-14 13:35:54 +00:00
2a47e25e6d
Update the upgrade path snap
2025-03-13 18:35:06 +01:00
e2d372823a
Disable the cache by default and make it experimental
2025-03-13 17:22:51 +01:00
d0b0b90d17
fixup tests, in particular foil the cache for the timeout test
2025-03-13 17:22:50 +01:00
41d8161017
Update the versions
2025-03-13 17:22:32 +01:00
5e6abcf50c
Prefer using WithoutTls for the auth env
2025-03-13 11:29:00 +01:00
55ca2c4481
Avoid opening the Auth environment multiple times
2025-03-13 11:07:49 +01:00
3bc62f0549
WIP: Still need to introduce a Env::copy_to_path method
2025-03-13 11:07:39 +01:00
7072fe9780
Fix typos in comments and messages
2025-03-11 15:22:00 +01:00
6d52c6e711
Merge branch 'main' into granular-filterable-attributes
2025-03-11 10:05:58 +01:00
c9a4c6ed96
REvert metadata creation when computing filters at search time
2025-03-10 14:29:44 +01:00
9a282be0a2
Merge #5393
...
Test suite / Tests on ubuntu-22.04 (push) Failing after 13s
Test suite / Tests almost all features (push) Has been skipped
Test suite / Test with Ollama (push) Failing after 11s
Test suite / Test disabled tokenization (push) Has been skipped
Test suite / Run tests in debug (push) Failing after 13s
Test suite / Run Clippy (push) Successful in 15m20s
Test suite / Run Rustfmt (push) Successful in 2m40s
Run the indexing fuzzer / Setup the action (push) Failing after 1h10m55s
Indexing bench (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of indexing (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of search for geo (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of search for songs (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of search for Wikipedia articles (push) / Run and upload benchmarks (push) Has been cancelled
Test suite / Tests on macos-13 (push) Has been cancelled
Test suite / Tests on windows-2022 (push) Has been cancelled
5393: Bring back changes from v1.13.3 into main r=irevoire a=Kerollmops
Co-authored-by: Kerollmops <clement@meilisearch.com >
Co-authored-by: Kerollmops <Kerollmops@users.noreply.github.com >
Co-authored-by: Strift <lau.cazanove@gmail.com >
2025-03-10 07:57:02 +00:00
3fd86e8d76
Merge #5371
...
Test suite / Tests on ubuntu-22.04 (push) Failing after 12s
Test suite / Tests almost all features (push) Has been skipped
Test suite / Test with Ollama (push) Failing after 8s
Test suite / Test disabled tokenization (push) Has been skipped
Test suite / Run tests in debug (push) Failing after 11s
Test suite / Run Clippy (push) Successful in 7m1s
Test suite / Run Rustfmt (push) Successful in 2m44s
Run the indexing fuzzer / Setup the action (push) Successful in 1h5m40s
Indexing bench (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of indexing (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of search for geo (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of search for songs (push) / Run and upload benchmarks (push) Has been cancelled
Benchmarks of search for Wikipedia articles (push) / Run and upload benchmarks (push) Has been cancelled
Test suite / Tests on macos-13 (push) Has been cancelled
Test suite / Tests on windows-2022 (push) Has been cancelled
5371: Composite embedders r=irevoire a=dureuill
# Pull Request
## Related issue
Fixes #5343
## What does this PR do?
- Implement [public usage](https://www.notion.so/meilisearch/Composite-embedder-usage-14a4b06b651f81859dc3df21e8cd02a0 )
- Refactor the way we check if a parameter is mandatory/allowed/disallowed for a given source
- Take the "nesting context" into account for computer if a parameter is mandatory/allowed/disallowed
- Add tests checking all parameters with all sources, and made sure the results didn't change compared with v1.13
## Dumpless Upgrade
- This adds a new value for an existing parameter => compatible without change
- This adds new optional parameters => compatible without change
Co-authored-by: Louis Dureuil <louis@meilisearch.com >
2025-03-05 17:18:11 +00:00
ba30747de3
Bump v1.13.2 to v1.13.3 in the TOMLs and snaps
2025-03-05 15:24:53 +01:00
c8c0951c43
Update the snapshots
2025-03-05 15:24:21 +01:00