docker-splunk icon indicating copy to clipboard operation
docker-splunk copied to clipboard

Introduce container awareness

Open druesendieb opened this issue 4 years ago • 4 comments
trafficstars

Currently, Splunk is not aware of the cgroup it's running in and the assigned resources. This results in several problems:

  • Resource utilization in Monitoring Console shows not the containers cgroups resources but the node's resources.
  • If the cgroups set resource allocation is exceeded, searches will be ungracefully killed by the oom killer of the host OS. This can happen as Splunk thinks it has the node's resources available but is limited to the cgroups set resources.
  • Workload management can't be used out of the box.

Solving this problem would help solving at least these as well:

  • #375
  • https://github.com/splunk/splunk-operator/issues/445
  • https://github.com/splunk/splunk-operator/issues/76

druesendieb avatar Nov 16 '21 12:11 druesendieb

Theres a Splunk idea which would help tremendously with solving the outcome of this problem: Ability to manually set CPU and RAM limits

druesendieb avatar Dec 09 '21 09:12 druesendieb

Any progress on this? It is a huge issue for our deployment (oomkill for big searches) and should be fixed asap

BGrasnick avatar Mar 16 '22 10:03 BGrasnick

Any progress on this? It is a huge issue for our deployment (oomkill for big searches) and should be fixed asap

Neither this nor any of the linked Issues got public attention since posting this I am afraid :(

druesendieb avatar Mar 16 '22 11:03 druesendieb

CSPL-1481

pogdin avatar May 12 '22 17:05 pogdin