kafka git commit: KAFKA-4399; Fix deadlock between cleanupGroupMetadata and offset commit

2016-12-01 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 9ffadbfdc -> 0e20e5fbf KAFKA-4399; Fix deadlock between cleanupGroupMetadata and offset commit Author: Alexey Ozeritsky Reviewers: Ismael Juma , Jason Gustafson Closes

kafka git commit: KAFKA-4399; Fix deadlock between cleanupGroupMetadata and offset commit

2016-12-01 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk b45a67ede -> ea370be51 KAFKA-4399; Fix deadlock between cleanupGroupMetadata and offset commit Author: Alexey Ozeritsky Reviewers: Ismael Juma , Jason Gustafson Closes

kafka git commit: KAFKA-4161: KIP-89: Allow sink connectors to decouple flush and offset commit

2016-12-01 Thread ewencp
Repository: kafka Updated Branches: refs/heads/trunk b65f9a777 -> b45a67ede KAFKA-4161: KIP-89: Allow sink connectors to decouple flush and offset commit Author: Shikhar Bhushan Reviewers: Ewen Cheslack-Postava Closes #2139 from

kafka git commit: KAFKA-3008: Parallel start and stop of connectors and tasks in Connect

2016-12-01 Thread ewencp
Repository: kafka Updated Branches: refs/heads/trunk 88d8508b8 -> b65f9a777 KAFKA-3008: Parallel start and stop of connectors and tasks in Connect Author: Konstantine Karantasis Author: Konstantine Karantasis Reviewers: Jason Gustafson

kafka git commit: KAFKA-4443; Minor comment clean-up

2016-12-01 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk ea42d6535 -> 88d8508b8 KAFKA-4443; Minor comment clean-up Removed stale comment left behind, minor fixes (UpdateMetadataRequest instead of MetadataUpdateRequest) and remove redundant comments. Author: Ismael Juma