[GitHub] kafka pull request #2913: KAFKA-4994: Fix findbug warnings about OffsetStora...

2017-04-25 Thread johnma14
Github user johnma14 closed the pull request at: https://github.com/apache/kafka/pull/2913 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] kafka pull request #2913: Kafka-4994: Fix findbug warnings about OffsetStora...

2017-04-25 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/2913 Kafka-4994: Fix findbug warnings about OffsetStorageWriter OffsetStorageWriter is not a thread-safe class and should be accessed only from a Task's processing thread. The WorkerSourceTask class