-
I had the following set up for our 9-broker Kafka cluster's storage:
I changed Why did only 3 of the 9 brokers restart? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The broker is restarted if the operator sees the PVC in the |
Beta Was this translation helpful? Give feedback.
The broker is restarted if the operator sees the PVC in the
FileSystemResizePending
state. It used to be that this indicated that a restart is needed. Unfortunately, these days it seems it is fifty-fifty, whether it means anything or not, as more and more platforms now support online resizing. If the Pods that did not restart report the new size, you should be fine.