kafka git commit: HOTFIX: Fix bug in readToLogEnd in KafkaBasedLog.

2016-12-05 Thread ewencp
Repository: kafka Updated Branches: refs/heads/trunk a55e29631 -> 34aa538bf HOTFIX: Fix bug in readToLogEnd in KafkaBasedLog. Author: Konstantine Karantasis Reviewers: Ismael Juma , Ewen Cheslack-Postava Closes #2211 from kkonstantine/HOTFIX-Correctly-read-to-end-of-offsets-log-in-Connec

kafka git commit: KAFKA-3994: Fix deadlock in Watchers by calling tryComplete without any locks

2016-12-05 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 2d19ad4bb -> a55e29631 KAFKA-3994: Fix deadlock in Watchers by calling tryComplete without any locks Author: Jason Gustafson Reviewers: Ismael Juma, Jun Rao, Jiangjie Qin, Guozhang Wang Closes #2195 from hachikuji/KAFKA-3994-linked-queue