kafka git commit: MINOR: Do not collect zk persistent data by default

2015-11-11 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 1cd22ed33 -> df88d3be7 MINOR: Do not collect zk persistent data by default In system tests zookeeper service, it is overkill and space-intensive to collect zookeeper data logs by default. This minor patch turns off default collection.

kafka git commit: KAFKA-2813; selector doesn't close socket connection on non-IOExceptions

2015-11-11 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk df88d3be7 -> 3fd168d95 KAFKA-2813; selector doesn't close socket connection on non-IOExceptions Patched Selector.poll() to close the connection on any exception. Author: Jun Rao Reviewers: Guozhang Wang

kafka git commit: KAFKA-2813; selector doesn't close socket connection on non-IOExceptions

2015-11-11 Thread junrao
Repository: kafka Updated Branches: refs/heads/0.9.0 555fab913 -> 8c370093d KAFKA-2813; selector doesn't close socket connection on non-IOExceptions Patched Selector.poll() to close the connection on any exception. Author: Jun Rao Reviewers: Guozhang Wang

kafka git commit: KAFKA2805; RecordAccumulator request timeout not enforced when all brokers are gone

2015-11-11 Thread junrao
Repository: kafka Updated Branches: refs/heads/0.9.0 1828b8e52 -> 39ea9d3b7 KAFKA2805; RecordAccumulator request timeout not enforced when all brokers are gone Removed the check for expiring only those batches whose metadata is unavailable. Now the batches will be expired irrespective of

kafka git commit: KAFKA2805; RecordAccumulator request timeout not enforced when all brokers are gone

2015-11-11 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 124f73b17 -> 1cd22ed33 KAFKA2805; RecordAccumulator request timeout not enforced when all brokers are gone Removed the check for expiring only those batches whose metadata is unavailable. Now the batches will be expired irrespective of

kafka git commit: KAFKA-2807: Move ThroughputThrottler back to tools jar to fix upgrade tests.

2015-11-11 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk a8ccdc615 -> c6b8de4e6 KAFKA-2807: Move ThroughputThrottler back to tools jar to fix upgrade tests. Author: Ewen Cheslack-Postava Reviewers: Gwen Shapira Closes #499 from ewencp/kafka-2807-relocate-throughput-throttler

kafka git commit: KAFKA-2790: doc improvements

2015-11-11 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/0.9.0 0ea17e959 -> 1828b8e52 KAFKA-2790: doc improvements Author: Gwen Shapira Reviewers: Jun Rao, Guozhang Wang Closes #491 from gwenshap/KAFKA-2790 (cherry picked from commit a8ccdc6154a1e10982cb80df82e8661903eb9ae5)