Replies: 2 comments 1 reply
-
The only thing in 1.30 changelog which is related to memory is:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
It seems it is related to MGLRU change in the COS image which is used by k8s 1.30. kubernetes/kubernetes#127844 (comment) After the MGLRU is disabled it's working normally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The memory usage is observed with
container_memory_working_set_bytes
.Before 1.30:
After upgrading to 1.30:
We haven't changed anything related to Kafka configuration in the meantime. Version used:
quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
.The problem with new behaviour is that sometimes we can get
NodeHasInsufficientMemory
which means more time for Kafka to recover.Beta Was this translation helpful? Give feedback.
All reactions