Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (1)
avatar
Contributor

At times, Kafka Brokers can find one of its log directory utilization at 100% and the broker process would fail to start.

 

This article provides the instructions to manually move partition data between different log directories within a Kafka Broker.

 

The Kafka brokers maintain two offset checkpoint files inside each log directory:

  1. replication-offset-checkpoint
  2. recovery-point-offset-checkpoint

And both these files have the following format:

(a) 1st line: Version Number
(b) 2nd line: Number of topic-partition entries in the file
(c) All the remaining lines: Replication Offset/Recovery Point Offset, for every partition data maintained within the current log directory.
1,767 Views
Version history
Last update:
‎12-23-2020 03:07 AM
Updated by:
Rising Star Rising Star
Contributors