MeiliSearch/meilisearch-http/src/index_controller
bors[bot] 4b37a4a415
Merge #211 #218
211: fix index deletion race condition r=MarinPostma a=MarinPostma

Make update store block if the currently processing update is from an index we are trying to delete. This ensure that no write to the index can occur after it has been deleted.

218: Update milli version to v0.5.0 r=MarinPostma a=curquiza



Co-authored-by: marin postma <postma.marin@protonmail.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2021-06-22 14:36:34 +00:00
..
dump_actor review changes 2021-06-21 13:57:32 +02:00
index_actor Update milli version to v0.5.0 2021-06-22 15:57:46 +02:00
update_actor fix race condition 2021-06-22 16:09:07 +02:00
uuid_resolver review changes 2021-06-21 13:57:32 +02:00
error.rs enable errors in updates 2021-06-21 18:42:47 +02:00
mod.rs Merge #211 #218 2021-06-22 14:36:34 +00:00
snapshot.rs review changes 2021-06-21 13:57:32 +02:00
updates.rs enable errors in updates 2021-06-21 18:42:47 +02:00