-
Pods are taking close to 40mins after restarting as it is reading existing logfiles. is there anyway to speed this up. below log is after 10mins into pod restart. is there anyway we can speed this up? 2021-09-27 17:29:19,002 INFO [Log partition=aiopx_avertackmetrics_famli_enriched-12, dir=/var/lib/kafka/data-0/kafka-log3] Loading producer state till offset 205302204 with message format version 2 (kafka.log.Log) [pool-6-thread-1] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
That is hard to say without full logs. It seems to be loading the data from disk. You should check if your brokers terminated cleanly before this, maybe there is some storage damage. If they are not terminating cleanly during regular restarts, you might need to increase the termination grace period. But there could be also other reasons why they might not be terminating cleanly. |
Beta Was this translation helpful? Give feedback.
That is hard to say without full logs. It seems to be loading the data from disk. You should check if your brokers terminated cleanly before this, maybe there is some storage damage. If they are not terminating cleanly during regular restarts, you might need to increase the termination grace period. But there could be also other reasons why they might not be terminating cleanly.