kafka git commit: KAFKA-4298; Ensure compressed message sets are not converted when log cleaning

2016-10-13 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 ed8c797af -> fc1551d40 KAFKA-4298; Ensure compressed message sets are not converted when log cleaning Author: Jason Gustafson Reviewers: Ismael Juma , Jun Rao Closes #2019 from

kafka git commit: KAFKA-4254; Update producer's metadata before failing on non-existent partitions

2016-10-13 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 65f6a7964 -> 1a67739c2 KAFKA-4254; Update producer's metadata before failing on non-existent partitions Author: Konstantine Karantasis Reviewers: Ismael Juma , Jason Gustafson

kafka git commit: KAFKA-4254; Update producer's metadata before failing on non-existent partitions

2016-10-13 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 5ed8fc00d -> ed8c797af KAFKA-4254; Update producer's metadata before failing on non-existent partitions Author: Konstantine Karantasis Reviewers: Ismael Juma , Jason Gustafson

kafka git commit: KAFKA-4300: NamedCache throws an NPE when evict is called and the cache is empty

2016-10-13 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.10.1 ee212d1de -> 5ed8fc00d KAFKA-4300: NamedCache throws an NPE when evict is called and the cache is empty If evict is called on a NamedCache and the cache is empty an NPE is thrown. This was reported on the user list from a developer

kafka git commit: KAFKA-4300: NamedCache throws an NPE when evict is called and the cache is empty

2016-10-13 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 83116c733 -> 65f6a7964 KAFKA-4300: NamedCache throws an NPE when evict is called and the cache is empty If evict is called on a NamedCache and the cache is empty an NPE is thrown. This was reported on the user list from a developer running