Versions Compared

Key

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

...

EDIT: Because of a limitation with the current metric implementation, it becomes difficult to set the metric object name to kafka.log.remote. Currently, the metric object name is set to kafka.server. This will be addressed in

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-17313
. (details of the limitation are in the jira). The current metrics names are the following.

MBean
kafka.server:type=RemoteLogManager, name=remote-fetch-throttle-time-avg
kafka.server:type=RemoteLogManager, name=remote-fetch-throttle-time-max
kafka.server:type=RemoteLogManager, name=remote-copy-throttle-time-avg
kafka.server:type=RemoteLogManager, name=remote-copy-throttle-time-max


Test Plan

Unit tests for both read and write quotas

...