[
https://issues.apache.org/jira/browse/KAFKA-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226902#comment-15226902
]
ASF GitHub Bot commented on KAFKA-3510:
---------------------------------------
Github user asfgit closed the pull request at:
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)