Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[elasticsearch][kibana] disable nss dentry cache #818

Merged
merged 2 commits into from
Sep 30, 2020

Commits on Sep 23, 2020

  1. [elasticsearch] disable nss dentry cache

    This commit disable nss dentry cache for readinessProbe.
    
    On affected system (nss < 3.52), the curl commands used by
    readinessProbe are filling dentry cache which is observed in some
    cases to be never reclaimed.
    
    Elasticsearch Docker images are based on CentOS 7 which is using
    nss-3.44.0-7.el7_7.x86_64 and are affected by this bug.
    
    This commit disable nss dentry cache in readinessProbe as a
    workaround.
    jmlrt committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f2800bd View commit details
    Browse the repository at this point in the history
  2. [kibana] disable nss dentry cache

    This commit disable nss dentry cache for readinessProbe.
    
    On affected system (nss < 3.52), the curl commands used by
    readinessProbe are filling dentry cache which is observed in some
    cases to be never reclaimed.
    
    Kibana Docker images are based on CentOS 7 which is using
    nss-3.44.0-7.el7_7.x86_64 and are affected by this bug.
    
    This commit disable nss dentry cache in readinessProbe as a
    workaround.
    jmlrt committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b0c2d80 View commit details
    Browse the repository at this point in the history