Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elastic search again #142

Closed
nirgal opened this issue Feb 7, 2019 · 1 comment
Closed

Elastic search again #142

nirgal opened this issue Feb 7, 2019 · 1 comment

Comments

@nirgal
Copy link
Contributor

nirgal commented Feb 7, 2019

After upgrade to elasticsearch 6, I now get these messages:

[main] #16797 uses deleted /tmp/elasticsearch-911967724996473250/jna--1985354563/jna4169541765742811285.tmp

I noticed the $nrconf{blacklist_mappings} contains:

    # Java Native Access
    qr#/tmp/jna--#,

    # elasticsearch
    qr#^/tmp/elasticsearch\.#,

We should either add qr#^/tmp/elasticsearch-# or maybe change to something more global like qr#/tmp/(.*/)?jna--#. (I haven't tried and suck at perl regexps).

@liske
Copy link
Owner

liske commented Mar 28, 2019

Maybe we just should switch to something like qw#^/tmp/# to ignore any files mapped from /tmp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants