Cedric Vandendriessche

Results 10 comments of Cedric Vandendriessche

Could this somehow be related to this failure? https://github.com/akka/akka-http/issues/3916

@smac89 The docs seem to advise to do the same for minor versions: https://docs.github.com/en/actions/creating-actions/releasing-and-maintaining-actions#example-developer-process

> Just curious, @SkyTrix were there any deleted documents when you were doing the query? Can't tell by heart, but I'm pretty sure there were. We use OpenSearch as a...

> @SkyTrix I think this has something to do with having few documents in segments. What was the k/size you tried for 16 docs? I havent been able to repro...

I managed to reproduce again with only 4 documents. The knn-search with k and size set to 4 only returns 3 documents. When setting to 5, it returns all 4...

@jmazanec15 I had a lot of trouble trying to reproduce it with a simple script. It did however reproduce easily through some of our application code. What I ended up...

@jmazanec15 @navneet1v Would you happen to have a chance to try out the reproducer? Thanks!

@jmazanec15 Thanks for looking into this. We use OpenSearch as a read replica of a database, so every change to the database record will result in a new version of...

> One thing you could do is use expunge deletes more aggressively so segments typically will have a strong majority of live docs. The documentation warns that `_forcemerge` should not...

Good to know thanks. Once that becomes available on AWS we might start looking into upgrading. Do you see the current behavior as expected or a bug to be fixed?...