[jira] [Commented] (KAFKA-656) Add Quotas to Kafka

2014-08-18 Thread Abhinav Anand (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100679#comment-14100679 ] Abhinav Anand commented on KAFKA-656: - Hi [~jkreps], We also want to avoid using zoo

[jira] [Comment Edited] (KAFKA-656) Add Quotas to Kafka

2014-08-18 Thread Abhinav Anand (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100679#comment-14100679 ] Abhinav Anand edited comment on KAFKA-656 at 8/18/14 2:22 PM: --

[jira] [Comment Edited] (KAFKA-656) Add Quotas to Kafka

2014-08-18 Thread Abhinav Anand (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100679#comment-14100679 ] Abhinav Anand edited comment on KAFKA-656 at 8/18/14 3:51 PM: --

Re: Review Request 24411: Patch for KAFKA-1524

2014-08-18 Thread Raul Castro Fernandez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24411/ --- (Updated Aug. 18, 2014, 4:39 p.m.) Review request for kafka. Bugs: KAFKA-1524

[jira] [Commented] (KAFKA-1524) Implement transactional producer

2014-08-18 Thread Raul Castro Fernandez (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100825#comment-14100825 ] Raul Castro Fernandez commented on KAFKA-1524: -- Updated reviewboard https://r

[jira] [Updated] (KAFKA-1524) Implement transactional producer

2014-08-18 Thread Raul Castro Fernandez (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raul Castro Fernandez updated KAFKA-1524: - Attachment: KAFKA-1524_2014-08-18_09:39:34.patch > Implement transactional produc

Re: Review Request 24676: WIP for KAFKA-1583

2014-08-18 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24676/#review50887 --- core/src/main/scala/kafka/server/RequestPurgatory.scala

[jira] [Commented] (KAFKA-656) Add Quotas to Kafka

2014-08-18 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100840#comment-14100840 ] Jay Kreps commented on KAFKA-656: - Hey [~ab10anand] a couple of suggestions: 1. You could i

[jira] [Comment Edited] (KAFKA-656) Add Quotas to Kafka

2014-08-18 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100840#comment-14100840 ] Jay Kreps edited comment on KAFKA-656 at 8/18/14 4:51 PM: -- Hey [~a

kafka contrib/hadoop-consumer,producer

2014-08-18 Thread Harsha
Hi, I would like to know the status regarding contrib/hadoop-consumer,hadoop-producer code. Is this considered to be deprecated or there is still interest in these projects. Is casmus the current actively developed project for writing data from kafka to hdfs. If there

Re: Review Request 24214: Patch for KAFKA-1374

2014-08-18 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24214/#review50893 --- Thanks for the patch. Looks good overall. Could you run the stress

Re: Review Request 24214: Patch for KAFKA-1374

2014-08-18 Thread Joel Koshy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24214/#review50901 --- I should be able to review this later today. However, as Jun also me

[jira] [Commented] (KAFKA-1123) Broker IPv6 addresses parsed incorrectly

2014-08-18 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100956#comment-14100956 ] Jun Rao commented on KAFKA-1123: Thanks for the patch. Some comments. 1. Utils.parseHostP

[jira] [Updated] (KAFKA-1576) Make "deleteTopic" a bit more user friendly

2014-08-18 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-1576: - Resolution: Fixed Status: Resolved (was: Patch Available) Thanks for the patch! Committed to tru

[jira] [Commented] (KAFKA-1123) Broker IPv6 addresses parsed incorrectly

2014-08-18 Thread JIRA
[ https://issues.apache.org/jira/browse/KAFKA-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101076#comment-14101076 ] Krzysztof SzafraƄski commented on KAFKA-1123: - 1. I agree that parseAndValidat

[jira] Subscription: outstanding kafka patches

2014-08-18 Thread jira
Issue Subscription Filter: outstanding kafka patches (122 issues) The list of outstanding kafka patches Subscriber: kafka-mailing-list Key Summary KAFKA-1598 Fix variable typo in Kafka main class https://issues.apache.org/jira/browse/KAFKA-1598 KAFKA-1586 support sticky parti

Re: Review Request 24704: Patch for KAFKA-1499

2014-08-18 Thread Joel Koshy
> On Aug. 14, 2014, 9:52 p.m., Neha Narkhede wrote: > > core/src/main/scala/kafka/server/KafkaConfig.scala, line 323 > > > > > > Can we just call the config compression.type? Also, the default value > > of NoCompressi

Re: Review Request 24676: WIP for KAFKA-1583

2014-08-18 Thread Joel Koshy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24676/#review50929 --- Overall - looks good to me so far. Looking forward to the final patc

[jira] [Commented] (KAFKA-1595) Remove deprecated and slower scala JSON parser from kafka.consumer.TopicCount

2014-08-18 Thread Jagbir (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101418#comment-14101418 ] Jagbir commented on KAFKA-1595: --- Thanks for posting the benchmark link. If the Json referenc

[jira] [Commented] (KAFKA-1597) New metrics: ResponseQueueSize and BeingSentResponses

2014-08-18 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101429#comment-14101429 ] Jun Rao commented on KAFKA-1597: Thanks for the patch. For ResponseQueueSize, I am not sur

[jira] [Commented] (KAFKA-1558) AdminUtils.deleteTopic does not work

2014-08-18 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101440#comment-14101440 ] Jun Rao commented on KAFKA-1558: Sriharsha, Yes, you can take this one. Clark will explai

Build failed in Jenkins: Kafka-trunk #251

2014-08-18 Thread Apache Jenkins Server
See Changes: [jay.kreps] KAFKA-1576: Make delete topic command a little more user-friendly. Patch from Gwen Shapira. -- Started by an SCM change Started by an SCM change Started by an SCM change Buil

[jira] [Updated] (KAFKA-1598) Fix variable typo in Kafka main class

2014-08-18 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-1598: --- Resolution: Fixed Fix Version/s: 0.8.2 Assignee: Jarek Jarcec Cecho Status: Resolve

[jira] [Commented] (KAFKA-1598) Fix variable typo in Kafka main class

2014-08-18 Thread Jarek Jarcec Cecho (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101473#comment-14101473 ] Jarek Jarcec Cecho commented on KAFKA-1598: --- Thank you for the review [~junrao]!

[jira] [Commented] (KAFKA-1485) Upgrade to Zookeeper 3.4.6 and create "shim" for ZKCLI so system tests can run

2014-08-18 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101474#comment-14101474 ] Jun Rao commented on KAFKA-1485: Gwen, Thanks for the update. Given what you said, how ab

[jira] [Comment Edited] (KAFKA-1597) New metrics: ResponseQueueSize and BeingSentResponses

2014-08-18 Thread Alexis Midon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101515#comment-14101515 ] Alexis Midon edited comment on KAFKA-1597 at 8/18/14 11:22 PM: -

[jira] [Commented] (KAFKA-1597) New metrics: ResponseQueueSize and BeingSentResponses

2014-08-18 Thread Alexis Midon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101515#comment-14101515 ] Alexis Midon commented on KAFKA-1597: - * regarding {{ResponseQueueSize}}, I think I'm

[jira] [Comment Edited] (KAFKA-1597) New metrics: ResponseQueueSize and BeingSentResponses

2014-08-18 Thread Alexis Midon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101515#comment-14101515 ] Alexis Midon edited comment on KAFKA-1597 at 8/18/14 11:22 PM: -

[jira] [Commented] (KAFKA-1400) transient unit test failure in SocketServerTest

2014-08-18 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101653#comment-14101653 ] Gwen Shapira commented on KAFKA-1400: - Still seeing the same issue (occasionally). Ex

Build failed in Jenkins: Kafka-trunk #252

2014-08-18 Thread Apache Jenkins Server
See Changes: [junrao] kafka-1598; Fix variable typo in Kafka main class; patched by Jarek Jarcec Cecho; reviewed by Jun Rao -- [...truncated 1549 lines...] kafka.log.FileMessageSetTest > testRead PAS

[jira] [Commented] (KAFKA-1400) transient unit test failure in SocketServerTest

2014-08-18 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101826#comment-14101826 ] Jun Rao commented on KAFKA-1400: Gwen, Not sure what the problem is. We can reopen this o

[jira] [Commented] (KAFKA-1510) Force offset commits when migrating consumer offsets from zookeeper to kafka

2014-08-18 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101929#comment-14101929 ] Joel Koshy commented on KAFKA-1510: --- [~nmarasoi] can you update your patch to do unfilte