Commit Graph

417 Commits

Author SHA1 Message Date
226bcb2717 Do not create too many rayon tasks when processing the settings 2025-01-29 17:02:06 +01:00
cd58a71f57 panic on serde json 2025-01-29 10:13:02 +01:00
e0f446e4d3 Remove a log that would log too much 2025-01-28 21:31:01 +01:00
3bbad823e0 Refine the env variable and the max readers 2025-01-28 21:31:01 +01:00
b605549bf2 Do not create too many rayon tasks 2025-01-28 21:31:01 +01:00
6a1062edf5 Add more logs to see calls to the embedders 2025-01-28 21:31:01 +01:00
426ea5aa97 Accept the max readers param by env var and increase it 2025-01-28 21:31:00 +01:00
463553988c Support offline upgrade up to v1.12.7 2025-01-23 11:11:40 +01:00
c321fdb9c0 Comment the max grant of the bbqueue
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2025-01-23 11:09:20 +01:00
36b6e94b29 Give more RAM to bbqueue.
- bbqueue buffers used to have (5% * 2%) / num_threads
- they now have 5% / num_threads
2025-01-23 10:55:03 +01:00
34dea863e5 Reduce the maximum grant possible we can store in the BBQueue 2025-01-23 10:43:28 +01:00
024e06f7e3 Do not panic when the facet string is not found 2025-01-21 12:01:26 +01:00
145fa3a8ff Add a test to check the facet casing is good 2025-01-21 11:42:25 +01:00
d3a7e10348 Unify facet strings by their normalized value 2025-01-21 00:11:50 +01:00
c55891f73b Replace guards by OR patterns
Co-authored-by: Tamo <tamo@meilisearch.com>
2025-01-20 11:46:03 +01:00
40f8c0d840 Remove batch ids on export 2025-01-20 11:16:18 +01:00
34d8c1a903 Make offline upgrade more flexible 2025-01-20 10:43:47 +01:00
3c9483b6e0 meilitool dumps old-style dump for older DBs, otherwise new-style 2025-01-20 10:43:47 +01:00
11458eefd9 Handle empty payloads 2025-01-20 09:51:07 +01:00
289eb92bef Fix warnings 2025-01-20 09:51:07 +01:00
cea0c89212 Change format of update file when importing dump 2025-01-20 09:51:07 +01:00
1cadab9ad8 Also fix dump import from meilitool 2025-01-20 09:51:07 +01:00
6383f8f19e Do not explode on missing content file if the task has no docs 2025-01-20 09:51:06 +01:00
8a9f952bda Create update files in new format 2025-01-20 09:51:06 +01:00
8c35744848 Improve error log 2025-01-16 14:33:53 +01:00
b84c0a5390 Demote panic to error log 2025-01-16 11:38:21 +01:00
ce621e447e Release writer_receiver as soon as writing to db panics 2025-01-16 11:37:37 +01:00
aee74f47aa Merge pull request #5229 from meilisearch/improve-unknown-entry-deletion-report
Improve the panic message when deleting an unknown entry
2025-01-13 14:20:24 +01:00
c66841626e Update after review 2025-01-13 10:43:26 +01:00
d0bc8c755a Improve the panic message when deleting an unknown entry 2025-01-13 10:30:53 +01:00
181a01f8d8 Skip rebuilding field distribution if not coming from v1.12 2025-01-13 09:31:27 +01:00
1d153c1867 write stats after rebuilding facet distribution 2025-01-09 18:13:36 +01:00
5fde2a3ee1 Add support to upgrade to v1.12.3 in meilitool 2025-01-09 15:25:44 +01:00
4465a1a3c9 Fix test 2025-01-09 13:26:17 +01:00
e342ae1b46 Add currently failing test 2025-01-09 13:26:13 +01:00
e83c021755 When spilling on the next fid, no longer ignore children 2025-01-08 16:50:05 +01:00
7ec7200378 Check valid_facet_value as part of a filter of the iterator 2025-01-08 16:25:44 +01:00
6a577254fa No longer ignore the first child without parent 2025-01-08 16:25:30 +01:00
fd88c834c3 Modernize valid_lmdb_key 2025-01-08 15:22:11 +01:00
b4005593f4 Switch to an iterative algorithm for find_changed_parents 2025-01-08 14:57:14 +01:00
8ee3793259 Update after review 2025-01-08 13:58:14 +01:00
3648abbfd5 Remove unused FacetFieldIdOperation 2025-01-07 15:26:09 +01:00
4d2433de12 center groups 2025-01-06 18:23:35 +01:00
28cc6df7a3 Fix uselessly deep stack trace 2025-01-06 18:07:49 +01:00
34f4602ae8 Update snapshot 2025-01-06 16:55:12 +01:00
7a9290aaae Use new incremental facet indexing and enable sanity checks in debug 2025-01-06 15:08:48 +01:00
5d219587b8 Add new incremental facet indexing 2025-01-06 15:08:36 +01:00
6e9aa49893 add valid_facet_value utility function 2025-01-06 15:08:07 +01:00
6b3a2c7281 Add sanity checks for facet values 2025-01-06 15:07:55 +01:00
19f48c15fb Fix the addition of empty payload 2024-12-31 18:00:14 +01:00