Arnaud Gourlay
Arnaud Gourlay
Hi @bazhenov :wave: Thank you for your interest in this issue! I have not tried to reproduce this issue recently, but I used to be able to get it from...
Very happy you were able to reproduce the issue :clap: I started to think it was actually related to something on my local system. It could be related to compaction...
Great investigation :+1: I can see that we are calling `lock_flushing` to join the background flushing thread when dropping a `Segment`. Regarding the `UpdateHandler`, it seems they are stopped at...
Nice progress :+1: Were you somehow able to track which `toc` references are still alive during your wait loop? Feel free to create a draft PR to share your results...
@coszio I see you are making some progress here :+1: One concern though is that it looks like you are going to go over 1k lines of changes in this...
The error logs on CI are wild for the `triple_replication` test. ``` [peer_0_restarted.log][2118126581518222141][2023-04-25T17:24:25.587Z ERROR collection::shards::replica_set] Failed to load local shard "./storage/collections/test_collection/0", initializing "dummy" shard instead: Service internal error: Wal error:...
Thank you for reporting this issue, we are looking into it :+1: In the meantime could you please elaborate regarding your setup more specifically details about: 1. the virtual machine...
Thanks for details and the kind words! Got a few more questions to make sure I understand the setup properly. 4. How did you install qdrant? 5. Did the qdrant...
In my experience `lto = "fat"` is adding around 20 minutes of build time. I would remove it on non production build.
@coszio Thank you for the feedback! I understand where you are coming from with removing the additional nesting. I think I could get behind your proposal with replacing `filter` by...