Versions Compared

Key

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

Table of Contents

Status

Current state:Accepted Under Discussion

Discussion thread: https://lists.apache.org/thread/yl87h1s484yc09yjo1no46hwpbv0qkwt 

...

NameDescription
kafka.server:type=broker-metadata-metrics,name=metadata-apply-error-countReports the number of errors encountered by the BrokerMetadataPublisher while applying a new MetadataImage based on the latest MetadataDelta.
kafka.server:type=broker-metadata-metrics,name=metadata-load-error-countReports the number of errors encountered by the BrokerMetadataListener while loading the metadata log and generating a new MetadataDelta based on it.
kafka.controller:type=KafkaController,name=MetadataErrorCountReports the number of times this controller node has renounced leadership of the metadata quorum owing to encountered an error encountered during event metadata log processing

Proposed Changes

Controllers

The MetadataErrorCount metric is update for both active and standby controllers. For Active Controllers the MetadataErrorCount it is incremented anytime they hit an error in either generating a Metadata log or while applying it to memory. For standby controllers, this metric is incremented when they hit an error in applying the metadata log to memory. This metric will reflect the total count of errors that a controller (both leader and non-leader) encountered in metadata log processing since the last restart.

...