mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-06 04:58:55 +01:00
c984fa1071
1176: fix race condition in document addition r=Kerollmops a=MarinPostma As described in #1160, there was a race condition when updating settings and adding documents simultaneously. This was due to the schema being updated and document addition being processed in two different transactions. This PR moves the schema update logic for the primary key in the same transaction as the document addition, while maintaining the input checks for the validity of the primary key in the http route, in order not to break the error reporting for the document addition route. close #1160. Co-authored-by: mpostma <postma.marin@protonmail.com> Co-authored-by: marin <postma.marin@protonmail.com> |
||
---|---|---|
.. | ||
assets | ||
common.rs | ||
dashboard.rs | ||
documents_add.rs | ||
documents_delete.rs | ||
documents_get.rs | ||
dump.rs | ||
errors.rs | ||
health.rs | ||
index_update.rs | ||
index.rs | ||
lazy_index_creation.rs | ||
placeholder_search.rs | ||
search_settings.rs | ||
search.rs | ||
settings_ranking_rules.rs | ||
settings_stop_words.rs | ||
settings.rs | ||
url_normalizer.rs |