[GitHub] kafka pull request: MINOR: Make private class FetchManagerMetrics ...

2015-08-29 Thread rajatvig
GitHub user rajatvig opened a pull request: https://github.com/apache/kafka/pull/177 MINOR: Make private class FetchManagerMetrics as a static private class Make private class FetchManagerMetrics as a static private class with reduced visibility for members in Fetcher. Use

Re: [DISCUSS] Client-side Assignment for New Consumer

2015-08-29 Thread Ewen Cheslack-Postava
@Onur - I think you reviewed the KAFKA-2464 patch in some detail. wrt the specific problem you raised about using largest # of partitions, you're right, with the updated proposal this isn't possible because we only send a hash of the metadata in order to avoid the overhead of per-member metadata

[jira] [Updated] (KAFKA-2489) System tests: update benchmark tests to run with new and old consumer

2015-08-29 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Anderson updated KAFKA-2489: -- Reviewer: Ewen Cheslack-Postava System tests: update benchmark tests to run with new and old

[jira] [Updated] (KAFKA-2489) System tests: update benchmark tests to run with new and old consumer

2015-08-29 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Anderson updated KAFKA-2489: -- Fix Version/s: 0.8.3 System tests: update benchmark tests to run with new and old consumer

[GitHub] kafka pull request: KAFKA-2489: add benchmark for new consumer

2015-08-29 Thread granders
GitHub user granders opened a pull request: https://github.com/apache/kafka/pull/179 KAFKA-2489: add benchmark for new consumer @ewencp The changes here are smaller than they look - mostly refactoring/cleanup. - ConsumerPerformance.scala - corrected timeout inequality

[jira] [Commented] (KAFKA-2489) System tests: update benchmark tests to run with new and old consumer

2015-08-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14721153#comment-14721153 ] ASF GitHub Bot commented on KAFKA-2489: --- GitHub user granders opened a pull request: