JBOD setup
Learn how to set up JBOD in your Kafka environment.
Consider the following before using JBOD support in Kafka:
- Manual operation and administration: Monitoring offline directories and JBOD related metrics is done through Cloudera Manager. However, identifying failed disks and rebalancing partitions between disks is done manually.
- Manual load balancing between disks: Unlike with RAID-10, JBOD does not automatically distribute data across disks. The process is fully manual.
To provide robust JBOD support in Kafka, changes in the Kafka protocol have been made. When performing an upgrade to a new version of Kafka, make sure that you follow the recommended rolling upgrade process.
For more information regarding the JBOD related Kafka protocol changes, see KIP-112 and KIP-113.