Neha Narkhede created KAFKA-584: ----------------------------------- Summary: produce/fetch remote time metric not set correctly when num.acks = 1 Key: KAFKA-584 URL: https://issues.apache.org/jira/browse/KAFKA-584 Project: Kafka Issue Type: Bug Affects Versions: 0.8 Reporter: Neha Narkhede
When num.acks = 1, the produce/fetch remote time is set to a very high value (several hours). This is due to a race condition on the apiLocalTime, which is initialized to -1, that makes the (responseTime - apiLocalTime) a very large value. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira