[jira] [Commented] (KAFKA-956) High-level consumer fails to check topic metadata response for errors

2013-06-25 Thread Sam Meder (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693683#comment-13693683 ] Sam Meder commented on KAFKA-956: - Regarding 1. - how does the consumer recover from having

[jira] [Commented] (KAFKA-937) ConsumerFetcherThread can deadlock

2013-06-25 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693664#comment-13693664 ] Jun Rao commented on KAFKA-937: --- Alexey, Thanks for the review. Committed the ConsumerOffset

[jira] [Commented] (KAFKA-956) High-level consumer fails to check topic metadata response for errors

2013-06-25 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693646#comment-13693646 ] Jun Rao commented on KAFKA-956: --- Thanks for the patch. A couple of comments: 1. When there i

Re: Helping out

2013-06-25 Thread Jun Rao
Sam, Also, just want to say thank you for fixing kafka-938. That's an awesome fix! Jun On Sun, Jun 23, 2013 at 11:01 PM, Sam Meder wrote: > Hey, > > I now have roughly a day a week I can dedicate to working on Kafka, so I > am looking for issues in the 0.8.1 batch that you think might be good

Re: Helping out

2013-06-25 Thread Jun Rao
As for offset management, we have a summer intern starting this week and our plan is to have the intern work on this. Thanks, Jun On Tue, Jun 25, 2013 at 7:53 AM, Sam Meder wrote: > On Jun 24, 2013, at 9:41 AM, Jay Kreps wrote: > > Hey Sam, > > > > That's great. I would be happy to act as a p

Re: Helping out

2013-06-25 Thread S Ahmed
Quotas is a cool idea, is it going to do cross broker communication or it doesn't need to talk to other brokers? On Mon, Jun 24, 2013 at 12:41 PM, Jay Kreps wrote: > Hey Sam, > > That's great. I would be happy to act as a point of contact if any > questions come up or you need a reviewer for pa

[jira] [Commented] (KAFKA-896) merge 0.8 (988d4d8e65a14390abd748318a64e281e4a37c19) to trunk

2013-06-25 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693249#comment-13693249 ] Jay Kreps commented on KAFKA-896: - 1. PreferredReplicaLeaderElectionCommand -- this needs t

Re: Helping out

2013-06-25 Thread Jay Kreps
Yeah I can take a look at those. The plan for branching is to do all development off trunk and cut branches for releases. 0.8 was sort of a one-off in this respect. Going forward the idea is that all new code will go against trunk. Topic delete would also be a great one. I would recommend we hol

Re: Helping out

2013-06-25 Thread Sam Meder
On Jun 24, 2013, at 9:41 AM, Jay Kreps wrote: > Hey Sam, > > That's great. I would be happy to act as a point of contact if any > questions come up or you need a reviewer for patches. > Great, I have a few patches outstanding, so if you could take a look: https://issues.apache.org/jira/browse/

Re: [VOTE] Apache Kafka 0.8.0-beta1 candidate 2

2013-06-25 Thread Joe Stein
I see the infra update https://issues.apache.org/jira/browse/INFRA-6400 looks like my signing key is in there now. I will follow up on the JIRA when I get into the office /* Joe Stein, Chief Architect http://www.medialets.com Twitter: @allthingshadoop Mobile: 917-597-9771 */ On Jun 24, 2013,

[jira] [Updated] (KAFKA-956) High-level consumer fails to check topic metadata response for errors

2013-06-25 Thread Sam Meder (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Meder updated KAFKA-956: Status: Patch Available (was: Open) > High-level consumer fails to check topic metadata response for er

[jira] [Updated] (KAFKA-956) High-level consumer fails to check topic metadata response for errors

2013-06-25 Thread Sam Meder (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Meder updated KAFKA-956: Attachment: consumer_metadata_fetch.patch Patch to throw an exception if no partition info is available.

[jira] [Created] (KAFKA-956) High-level consumer fails to check topic metadata response for errors

2013-06-25 Thread Sam Meder (JIRA)
Sam Meder created KAFKA-956: --- Summary: High-level consumer fails to check topic metadata response for errors Key: KAFKA-956 URL: https://issues.apache.org/jira/browse/KAFKA-956 Project: Kafka Issu

[jira] [Commented] (KAFKA-937) ConsumerFetcherThread can deadlock

2013-06-25 Thread Alexey Ozeritskiy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13692816#comment-13692816 ] Alexey Ozeritskiy commented on KAFKA-937: - This patch works, thanks.