Slackbot
03/01/2023, 10:32 PMSergio Ferragut
03/02/2023, 1:12 AMJulian Reyes
03/02/2023, 9:59 AMJulian Reyes
03/02/2023, 10:32 AMresources:
limits:
cpu: "32"
memory: 48Gi
requests:
cpu: "32"
memory: 48Gi
so that might be the problemJulian Reyes
03/02/2023, 11:05 AMc5d.9xlarge however I think I might need to use i3.8xlarge instead as they offer up tp 244GB ram in comparison to 72GB for the c5dSergio Ferragut
03/02/2023, 3:58 PMJulian Reyes
03/02/2023, 4:00 PMSergio Ferragut
03/02/2023, 4:19 PMdruid.processing.numThreads that each use a set of merge buffers druid.processing.numMergeBuffers of size druid.processing.buffer.sizeBytes and all this is off-heap memory. The HTTP threads for the task are used to receive requests and functions as a queue, the requests are processed from this queue using processing threads to resolve individual queries. I'm still not sure about what this activity does on heap, but I'm digging deeper ๐Julian Reyes
03/02/2023, 4:20 PMJulian Reyes
03/02/2023, 4:22 PMJulian Reyes
03/02/2023, 4:23 PMSergio Ferragut
03/02/2023, 4:24 PMSergio Ferragut
03/02/2023, 4:25 PMSergio Ferragut
03/02/2023, 4:26 PMJulian Reyes
03/02/2023, 4:33 PMJulian Reyes
03/02/2023, 4:35 PMJulian Reyes
03/02/2023, 5:07 PMSergio Ferragut
03/02/2023, 5:24 PMJulian Reyes
03/02/2023, 5:27 PMSergio Ferragut
03/07/2023, 6:03 PMJulian Reyes
03/08/2023, 10:31 AMi3.8xlarge the problem got resolved, not more failed tasks with 137 and mem usage seems normal now.
We are using Kinesis, is that autoscaler applicable to kinesis ingestion too? I was thinking in a similar approach but by monitoring lag metrics emitted to statsd and via datadogSergio Ferragut
03/08/2023, 3:55 PMkubernetes-overlord-extensions to run without middle managers on k8s. Not sure how that will behave because it is still experimental, but it promises to provide more elasticity with workers since it spawns workers as k8s jobs, no MM, the Peons are spawned as pods. Not sure how adventurous you are feeling ๐Julian Reyes
03/09/2023, 2:34 PMSergio Ferragut
03/09/2023, 5:06 PM