[ https://issues.apache.org/jira/browse/KAFKA-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guozhang Wang updated KAFKA-3510: --------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request 1188 [https://github.com/apache/kafka/pull/1188] > OffsetIndex thread safety > ------------------------- > > Key: KAFKA-3510 > URL: https://issues.apache.org/jira/browse/KAFKA-3510 > Project: Kafka > Issue Type: Bug > Reporter: Ismael Juma > Assignee: Ismael Juma > Fix For: 0.10.0.0 > > > We expose non-volatile variables without a lock and outside the class. We > also use an `AtomicInteger` unnecessarily since it's always modified within a > lock. -- This message was sent by Atlassian JIRA (v6.3.4#6332)