Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • `uncleanable-partitions-count` (Int) - Count of partitions that are uncleanable
  • `uncleanable-partitions` (String) - Comma-separated names ({topic_name}-{partitions}) of the partitions that are uncleanable. Example: "topic1-2,4,1,topic2-3,topic3-4". (This might overflow the max character limit on metrics. It needs discussion)

New configurable value:

  • `max.uncleanable.partitions` (better name?) - the maximum amount of uncleanable partitions a single disk volume can have before it is marked as offline

...