EmilBode

Results 7 issues of EmilBode

I'm sorry I can't give a fully reproducible example, as I've only encountered this bug in confidential data. Maybe others can weigh in. **Issue** When extracting a single file out...

bug
up for grabs

- [X] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version: **3.0.0** - [X] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS...

### Elasticsearch Version 7.17.15 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Ubuntu 20..04.6 LTS ### Problem Description We've been running several parallel processes that all...

>bug
needs:triage

### Elasticsearch Version 7.17.15 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Ubuntu 20..04.6 LTS ### Problem Description We've been running several parallel processes that all...

7.x
Category: Question

As the title says: `fmatch('somevalue', c())` gives me: ``` Error in fmatch("somevalue", c()) : uable to allocate 67108864.00Mb for a hash table ``` (I've also seen it with 33554432.00Mb, but...

I used `fmatch.hash` to attach a hash-table to my objects, but this gets problematic when my table is of length 0 (but not NULL, see issue #8): the returned value...

I guess since the new count api was implemented, I'm having an issue where count() takes a long time to complete. My collection has 1739040 documents, of average size ~...