[jira] [Created] (KAFKA-1080) why are builds for 2.10 not coming out with the trailing minor version number

2013-10-09 Thread Joe Stein (JIRA)
Joe Stein created KAFKA-1080: Summary: why are builds for 2.10 not coming out with the trailing minor version number Key: KAFKA-1080 URL: https://issues.apache.org/jira/browse/KAFKA-1080 Project: Kafka

[jira] [Commented] (KAFKA-1018) tidy up the POM from what feedback has come from the 0.8 beta and publishing to maven

2013-10-09 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791199#comment-13791199 ] Joe Stein commented on KAFKA-1018: -- 1) maven central is immutable, resolved in this comin

[jira] [Commented] (KAFKA-1008) Unmap before resizing

2013-10-09 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791171#comment-13791171 ] Jun Rao commented on KAFKA-1008: Thanks for the patch for trunk. +1. > Unmap before resiz

[jira] [Resolved] (KAFKA-1052) integrate add-partitions command into topicCommand

2013-10-09 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-1052. Resolution: Fixed Fix Version/s: 0.8.1 Thanks for the patch. +1. Committed to trunk after removing a

[jira] [Closed] (KAFKA-1052) integrate add-partitions command into topicCommand

2013-10-09 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao closed KAFKA-1052. -- > integrate add-partitions command into topicCommand > -- > >

[jira] [Updated] (KAFKA-1008) Unmap before resizing

2013-10-09 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-1008: - Attachment: KAFKA-1008-v9-trunk.patch Attached KAFKA-1008-v9-trunk.patch which ports the final 0.8 patch

Re: preparing for the 0.8 final release

2013-10-09 Thread Jay Kreps
I uploaded a patch against trunk which also fixes KAFKA-1036, the other knows windows issue. Review appreciated. Should be an easy one. https://issues.apache.org/jira/browse/KAFKA-1008 -Jay On Wed, Oct 9, 2013 at 8:56 AM, Jun Rao wrote: > KAFKA-1008 has been checked into the 0.8 branch and ne

[jira] [Assigned] (KAFKA-1026) Dynamically Adjust Batch Size Upon Receiving MessageSizeTooLargeException

2013-10-09 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang reassigned KAFKA-1026: Assignee: Guozhang Wang > Dynamically Adjust Batch Size Upon Receiving MessageSizeTooLargeE

[jira] [Commented] (KAFKA-369) remove ZK dependency on producer

2013-10-09 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790697#comment-13790697 ] Otis Gospodnetic commented on KAFKA-369: Thanks [~nehanarkhede]. Wouldn't all apps

Re: preparing for the 0.8 final release

2013-10-09 Thread Jay Kreps
Sounds good to me too. -Jay On Wed, Oct 9, 2013 at 8:56 AM, Jun Rao wrote: > KAFKA-1008 has been checked into the 0.8 branch and needs to be manually > double-committed to trunk. To avoid merging problems, I suggest that for > all future changes in the 0.8 branch, we double commit them to trun

[jira] [Updated] (KAFKA-1052) integrate add-partitions command into topicCommand

2013-10-09 Thread Sriram Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriram Subramanian updated KAFKA-1052: -- Attachment: KAFKA-1052_2013-10-09_10:55:05.patch > integrate add-partitions command int

[jira] [Commented] (KAFKA-1052) integrate add-partitions command into topicCommand

2013-10-09 Thread Sriram Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790659#comment-13790659 ] Sriram Subramanian commented on KAFKA-1052: --- Updated reviewboard > integrate a

Re: Review Request 14554: Move AddPartitions into TopicCommand in trunk

2013-10-09 Thread Sriram Subramanian
> On Oct. 9, 2013, 5:31 p.m., Guozhang Wang wrote: > > core/src/test/scala/unit/kafka/admin/AddPartitionsTest.scala, line 122 > > > > > > Why need to increment the added # partitions by 1 here? The addPartitions input

Re: Review Request 14554: Move AddPartitions into TopicCommand in trunk

2013-10-09 Thread Sriram Subramanian
> On Oct. 9, 2013, 5:23 p.m., Jun Rao wrote: > > Got the following error when running the tool. > > > > bin/kafka-topics.sh --zookeeper localhost:2181 --alter --partitions 3 > > --topic test > > partitions can only be added when topic has no key > > Exception in thread "main" java.lang.NullPoin

Re: Review Request 14554: Move AddPartitions into TopicCommand in trunk

2013-10-09 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14554/#review26823 --- core/src/main/scala/kafka/admin/TopicCommand.scala

Re: Review Request 14554: Move AddPartitions into TopicCommand in trunk

2013-10-09 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14554/#review26821 --- Got the following error when running the tool. bin/kafka-topics.sh

Re: preparing for the 0.8 final release

2013-10-09 Thread Neha Narkhede
Sounds good to me. Thanks, Neha On Wed, Oct 9, 2013 at 8:56 AM, Jun Rao wrote: > KAFKA-1008 has been checked into the 0.8 branch and needs to be manually > double-committed to trunk. To avoid merging problems, I suggest that for > all future changes in the 0.8 branch, we double commit them to

Re: preparing for the 0.8 final release

2013-10-09 Thread Jun Rao
KAFKA-1008 has been checked into the 0.8 branch and needs to be manually double-committed to trunk. To avoid merging problems, I suggest that for all future changes in the 0.8 branch, we double commit them to trunk. Any objections? Thanks, Jun On Mon, Oct 7, 2013 at 5:33 PM, Jun Rao wrote: >

[jira] [Resolved] (KAFKA-1077) OutOfMemoryError when consume large messaages

2013-10-09 Thread Xiejing (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiejing resolved KAFKA-1077. Resolution: Not A Problem > OutOfMemoryError when consume large messaages > ---

[jira] [Commented] (KAFKA-1077) OutOfMemoryError when consume large messaages

2013-10-09 Thread Xiejing (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790211#comment-13790211 ] Xiejing commented on KAFKA-1077: Thanks! I got it. > OutOfMemoryError when consume large