meilisearch/meilisearch-lib/src
bors[bot] b5f91b91c3
Merge #2523
2523: Improve the tasks error reporting when processed in batches r=irevoire a=Kerollmops

This fixes #2478 by changing the behavior of the task handler when there is an error in a batch of document addition or update.

What changes is that when there is a user error in a task in a batch we now report this task as failed with the right error message but we continue to process the other tasks. A user error can be when a geo field is invalid, a document id is invalid, or missing.

fixes #2582, #2478

Co-authored-by: Kerollmops <clement@meilisearch.com>
Co-authored-by: ManyTheFish <many@meilisearch.com>
2022-08-16 14:15:30 +00:00
..
dump Merge #2523 2022-08-16 14:15:30 +00:00
index Merge #2523 2022-08-16 14:15:30 +00:00
index_controller Fix(cli): Clamp databases max size to a multiple of system page size 2022-08-11 10:44:47 +02:00
index_resolver Improve the tasks error reporting 2022-07-28 15:12:54 +02:00
tasks Merge #2523 2022-08-16 14:15:30 +00:00
analytics.rs rename user-id to instance-uid 2021-10-29 17:25:52 +02:00
compression.rs implement new dump v2 2021-09-30 14:49:13 +02:00
document_formats.rs Improve the tasks error reporting 2022-07-28 15:12:54 +02:00
error.rs Improve the tasks error reporting 2022-07-28 15:12:54 +02:00
lib.rs Make the changes necessary to use milli 0.31.1 2022-06-23 10:47:49 +02:00
options.rs Change binary option and add env var support 2022-07-28 15:13:49 +02:00
snapshot.rs Make the changes necessary to use milli 0.31.1 2022-06-23 10:47:49 +02:00
update_file_store.rs Improve the tasks error reporting 2022-07-28 15:12:54 +02:00