Re: Crashes caused by high deleted .dvd file mmap counts

2025-05-07 Thread Robert Muir
On Wed, May 7, 2025 at 3:48 PM Justin Borromeo wrote: > > > One thing I don't understand is why does the list of deleted mmapped > fields only include doc values files? If your theory is correct and this > is caused by deletes being updated over and over, wouldn't we expect only > .liv files to b

Re: Expressions module, support of Strings

2025-05-07 Thread Uwe Schindler
Hi, the expressions module is just made for calculating scores, therefore theres no need to call any function which takes strings. Also string bindings are not consumed, it only supports DoubleValues as function variables. If you want a full scripting language, check Elasticsearch Expression

Re: Crashes caused by high deleted .dvd file mmap counts

2025-05-07 Thread Justin Borromeo
Hi Uwe, Thanks for the response. We've tried setting sharedArenaMaxPermits to 64; I'll update this thread once we get some data. One thing I don't understand is why does the list of deleted mmapped fields only include doc values files? If your theory is correct and this is caused by deletes bei

Expressions module, support of Strings

2025-05-07 Thread David Smiley
I've been looking at the Expressions module, a really impressive piece of work! The "JavaScript" sub-package only appears to support an extreme subset of JavaScript, one where the only data type is a double. I don't see that it supports Strings/text, to include passing Strings to methods and reso

Re: Crashes caused by high deleted .dvd file mmap counts

2025-05-07 Thread Uwe Schindler
Hi, this could be related to a bug or limitation of the following change: 1. GITHUB#13570 ,GITHUB#13574 ,GITHUB#13535 : Avoid performance degradation