Aditya Auradkar created KAFKA-1936: -------------------------------------- Summary: Track offset commit requests separately from produce requests Key: KAFKA-1936 URL: https://issues.apache.org/jira/browse/KAFKA-1936 Project: Kafka Issue Type: Bug Reporter: Aditya Auradkar Assignee: Aditya Auradkar
In ReplicaManager, failed and total produce requests are updated from appendToLocalLog. Since offset commit requests also follow the same path, they are counted along with produce requests. Add a metric and count them separately. -- This message was sent by Atlassian JIRA (v6.3.4#6332)