[jira] [Updated] (KAFKA-1230) shell script files under bin don't work with cygwin (bash on windows)

2014-02-07 Thread Alok Lal (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alok Lal updated KAFKA-1230: Attachment: 0001-Added-changes-so-that-bin-.sh-files-can-work-with-CY.patch This is from the head of my for

Re: Review Request 17460: Patch for KAFKA-330

2014-02-07 Thread Joel Koshy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17460/#review33961 --- Already checked-in so this is really a follow-up review. My overall

Re: protocol definition

2014-02-07 Thread David Arthur
Jay, This looks very cool, and will certainly make writing future APIs more sane and maintainable. Few questions/comments: * There's one part of the current API (I forget where) that does not use a length-prefixed repeating element, how would (or would you) represent this using Schema? IMO,

Re: protocol definition

2014-02-07 Thread Guozhang Wang
Hey Jay, 3,4. What I meant is it is that you still need to set/get the field values by their field names: // in toStruct body.set("topics", topics.toArray()); // in toMetadataResponse int nodeId = (Integer) broker.get("node_id"); And I was propose just the opposite of your understanding: after

Re: protocol definition

2014-02-07 Thread Jay Kreps
If what you are saying is that we should define the java code and kind of "automatically" generate the protocol off of that then I would be against that as I really want the protocol definition to be the source of truth. It should be 100% obvious when you are changing the protocol. -Jay On Fri,

Re: protocol definition

2014-02-07 Thread Jay Kreps
Hey Guozhang, 1,2. Yes, you need to define the new format and add it to the list of versions. 3. Not necessarily. It depends on the change. If the formats are totally different the code can take the version and just have some if statement to read one or the other. But most changes are just the sim

[jira] [Resolved] (KAFKA-1226) Rack-Aware replica assignment option

2014-02-07 Thread Joris Van Remoortere (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joris Van Remoortere resolved KAFKA-1226. - Resolution: Duplicate > Rack-Aware replica assignment option > --

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895156#comment-13895156 ] Jun Rao commented on KAFKA-1171: Thanks for the review. Patch v15 is now committed. We can

Re: protocol definition

2014-02-07 Thread Guozhang Wang
Just to clarify, in this case when we are evolving, say MetadataResponse to version 1, We will: 1. In Protocol.java, add another variable METADATA_RESPONSE_V1 2. In Protocol.java, change this line to: public static Schema[] METADATA_RESPONSE = new Schema[] { METADATA_RESPONSE_V1 }; 3. In Metada

Re: Preparing for 0.8.1 release

2014-02-07 Thread Jun Rao
Ok. This is done. Now there is an 0.8.1 branch which has the same content as trunk as of now. Before creating the branch, I added the missing license header to a bunch of files using the gradle task to avoid having to double commit those later. Let me know if there is any issue. Thanks, Jun On

[jira] [Commented] (KAFKA-1226) Rack-Aware replica assignment option

2014-02-07 Thread Pradeep Gollakota (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895138#comment-13895138 ] Pradeep Gollakota commented on KAFKA-1226: -- [~jvanremoortere] Sweet! Thanks. Can

[jira] [Commented] (KAFKA-1226) Rack-Aware replica assignment option

2014-02-07 Thread Joris Van Remoortere (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895130#comment-13895130 ] Joris Van Remoortere commented on KAFKA-1226: - [~pradeepg26] the patch is atta

[jira] [Commented] (KAFKA-1226) Rack-Aware replica assignment option

2014-02-07 Thread Pradeep Gollakota (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895123#comment-13895123 ] Pradeep Gollakota commented on KAFKA-1226: -- [~jvanremoortere] Can you either add

Re: Preparing for 0.8.1 release

2014-02-07 Thread Joe Stein
+1 for double commit on blockers /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop / On Feb 7, 2014, at 4:19 PM, Neha Narkhede

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895058#comment-13895058 ] Joel Koshy commented on KAFKA-1171: --- +1 > Gradle build for Kafka >

Re: Preparing for 0.8.1 release

2014-02-07 Thread Neha Narkhede
Sounds good. I'm ok with double committing if there are more reviews on the delete topic patch. Joe, you might have to upload patches to 0.8.1 for KAFKA-1158 and KAFKA-1159. Thanks, Neha On Fri, Feb 7, 2014 at 1:15 PM, Jun Rao wrote: > For the 0.8.1 release branch, I plan to do the following.

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895051#comment-13895051 ] Neha Narkhede commented on KAFKA-1171: -- +1 > Gradle build for Kafka > --

Re: Preparing for 0.8.1 release

2014-02-07 Thread Jun Rao
For the 0.8.1 release branch, I plan to do the following. 1. Commit kafka-1171 (leave sbt still in a working state). 2. Create the 0.8.1 branch from trunk. After that, we will only be taking blocker changes (including any gradle fixes) in 0.8.1 and all changes to 0.8.1 will be double committed to

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895028#comment-13895028 ] David Arthur commented on KAFKA-1171: - +1 > Gradle build for Kafka >

protocol definition

2014-02-07 Thread Jay Kreps
Okay this is the last discussion item for the new client code. :-) Previously to define an api you would implement a request and response scala object that read and wrote its own bytes. There were a few problems with this: 1. The consistency of the protocol was very hard to maintain. 2. You ended

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895019#comment-13895019 ] Jun Rao commented on KAFKA-1171: Just so that we don't carry the big patch for too long. I

Re: Review Request 17537: Patch for KAFKA-1028

2014-02-07 Thread Andrew Olson
> On Feb. 4, 2014, 11:21 p.m., Neha Narkhede wrote: > > core/src/main/scala/kafka/controller/PartitionLeaderSelector.scala, line 64 > > > > > > the config object should already have the per topic preference for > > unc

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894934#comment-13894934 ] Joe Stein commented on KAFKA-1171: -- yup, great, thanks that worked :) > Gradle build

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894922#comment-13894922 ] David Arthur commented on KAFKA-1171: - [~joestein] I usually use "git apply" when appl

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894916#comment-13894916 ] Joe Stein commented on KAFKA-1171: -- I tried to apply v15 (off a fresh trunk clone) git a

[jira] [Commented] (KAFKA-1238) New producer hangs in a loop detecting metadata for auto created topics

2014-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894858#comment-13894858 ] Jay Kreps commented on KAFKA-1238: -- 1. Yeah I have been but due to git accident this ende

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894837#comment-13894837 ] Jay Kreps commented on KAFKA-1182: -- Ah, yeah, I wasn't thinking of the auto-creation situ

Re: Review Request 17537: Patch for KAFKA-1028

2014-02-07 Thread Neha Narkhede
> On Feb. 4, 2014, 11:21 p.m., Neha Narkhede wrote: > > core/src/main/scala/kafka/server/ReplicaFetcherThread.scala, line 86 > > > > > > Reading from zookeeper is unnecessary here, since the broker has a > > mechanism

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894817#comment-13894817 ] Neha Narkhede commented on KAFKA-1171: -- +1. I'm also in favor of proceeding with chec

Re: Metrics in new producer

2014-02-07 Thread Neha Narkhede
Al though I'm not entirely sure about the approach taken for windowing and histograms since it is difficult to say much before observing how well in works in practice. However, I really like the hierarchical histograms, inbuilt ability for quotas and flexible or extensible memory management. Also l

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Hanish Bansal (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894814#comment-13894814 ] Hanish Bansal commented on KAFKA-1182: -- @Jay: 3rd point is that kafka provides n-1 fa

[jira] [Commented] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894795#comment-13894795 ] David Arthur commented on KAFKA-1171: - I'm wondering if this isn't done enough to merg

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Todd Palino (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894781#comment-13894781 ] Todd Palino commented on KAFKA-1182: I'll have to side with Clark on this one. Given a

[jira] [Commented] (KAFKA-1238) New producer hangs in a loop detecting metadata for auto created topics

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894766#comment-13894766 ] Neha Narkhede commented on KAFKA-1238: -- Thanks for the patch. Few review comments 1.

[jira] [Updated] (KAFKA-1171) Gradle build for Kafka

2014-02-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-1171: --- Attachment: kafka-1171_v15.patch Attach patch v15. Fixed a few more things. 1. Added tasks to build test jar

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Clark Haskins (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894759#comment-13894759 ] Clark Haskins commented on KAFKA-1182: -- Suppose you have a 3 broker configuration wit

[jira] [Updated] (KAFKA-1238) New producer hangs in a loop detecting metadata for auto created topics

2014-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-1238: - Attachment: KAFKA-1238-v1.patch Here is an updated patch that has the safety check but also breaks the me

Re: Review Request 17849: Patch for KAFKA-1159

2014-02-07 Thread Neha Narkhede
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17849/#review33932 --- project/Build.scala

[jira] [Commented] (KAFKA-330) Add delete topic support

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894747#comment-13894747 ] Neha Narkhede commented on KAFKA-330: - [~ramsrib] It will not be enough to just drop th

Re: Review Request 17848: Patch for KAFKA-1158

2014-02-07 Thread Neha Narkhede
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17848/#review33931 --- Ship it! Ship It! - Neha Narkhede On Feb. 7, 2014, 2:47 p.m., Jo

[jira] [Comment Edited] (KAFKA-330) Add delete topic support

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894747#comment-13894747 ] Neha Narkhede edited comment on KAFKA-330 at 2/7/14 5:20 PM: - [

Re: Review Request 17836: Better error message for underflow during struct deserialization

2014-02-07 Thread Neha Narkhede
> On Feb. 7, 2014, 4:29 a.m., Neha Narkhede wrote: > > clients/src/main/java/org/apache/kafka/common/protocol/types/Schema.java, > > line 53 > > > > > > This will state the field correctly. One other outstanding issue

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894736#comment-13894736 ] Jay Kreps commented on KAFKA-1182: -- 1. Yes, right? Logically what does it mean to say tha

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894731#comment-13894731 ] Neha Narkhede commented on KAFKA-1182: -- I second Jay here. Basically allowing this wi

[jira] [Closed] (KAFKA-1161) review report of the dependencies, conflicts, and licenses into ivy-report

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede closed KAFKA-1161. Assignee: Joe Stein > review report of the dependencies, conflicts, and licenses into ivy-report >

[jira] [Closed] (KAFKA-1129) if we have a script to run the jar then we should include it in the build or remove it during release

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede closed KAFKA-1129. Not sure from the JIRA what it is filed for. Do you remember [~joestein]? > if we have a script to run

[jira] [Closed] (KAFKA-1163) see whats going on with the 2.8.0 pom

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede closed KAFKA-1163. Assignee: Joe Stein > see whats going on with the 2.8.0 pom > -

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

2014-02-07 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede closed KAFKA-1080. Assignee: Joe Stein > why are builds for 2.10 not coming out with the trailing minor version number

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Hanish Bansal (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894714#comment-13894714 ] Hanish Bansal commented on KAFKA-1182: -- A couple of things are arising in mind reg th

Re: Review Request 17836: Better error message for underflow during struct deserialization

2014-02-07 Thread Jay Kreps
> On Feb. 7, 2014, 4:29 a.m., Neha Narkhede wrote: > > clients/src/main/java/org/apache/kafka/common/protocol/types/Schema.java, > > line 52 > > > > > > Does it make sense to catch all Throwables so we get meaningful e

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894668#comment-13894668 ] Jay Kreps commented on KAFKA-1182: -- I think this is just a policy question. The idea was

[jira] [Commented] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2014-02-07 Thread Hanish Bansal (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894658#comment-13894658 ] Hanish Bansal commented on KAFKA-1182: -- Any update on this one ? > Topic not create

[jira] [Commented] (KAFKA-330) Add delete topic support

2014-02-07 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894637#comment-13894637 ] Jun Rao commented on KAFKA-330: --- Sriram, You can check in that patch now. You probably would

[jira] [Commented] (KAFKA-330) Add delete topic support

2014-02-07 Thread Sriram Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894628#comment-13894628 ] Sriram Subramanian commented on KAFKA-330: -- Can we have https://issues.apache.org

Re: Preparing for 0.8.1 release

2014-02-07 Thread Joe Stein
awesome, I will spend time on the gradle ticket instead of the sbt ones I just finished going through the post 0.8 tickets with a few patches needing a review (except KAFKA-1180 for the WhiteList topic exception which i need to finish from the existing review which I should be able to-do before Mo

Re: Preparing for 0.8.1 release

2014-02-07 Thread Neha Narkhede
Gradle and delete topic are blockers for 0.8.1 and I think gradle is almost done. The rest are release related tickets that you filed after the 0.8 release which we should clean up after the gradle patch is checked in. It will be great if you can give gradle a spin especially from a release tools

[jira] [Resolved] (KAFKA-1129) if we have a script to run the jar then we should include it in the build or remove it during release

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein resolved KAFKA-1129. -- Resolution: Incomplete > if we have a script to run the jar then we should include it in the build or

[jira] [Updated] (KAFKA-1159) try to get the bin tar smaller

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1159: - Attachment: KAFKA-1159.patch > try to get the bin tar smaller > -- > >

[jira] [Resolved] (KAFKA-1161) review report of the dependencies, conflicts, and licenses into ivy-report

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein resolved KAFKA-1161. -- Resolution: Not A Problem I am adding this to the documented release steps > review report of the depe

[jira] [Updated] (KAFKA-1206) allow Kafka to start from a resource negotiator system

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1206: - Status: Open (was: Patch Available) until the mesos integration is done (or if another RN goes first) we

[jira] [Commented] (KAFKA-1159) try to get the bin tar smaller

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894608#comment-13894608 ] Joe Stein commented on KAFKA-1159: -- Created reviewboard https://reviews.apache.org/r/1784

[jira] [Updated] (KAFKA-1159) try to get the bin tar smaller

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1159: - Status: Patch Available (was: Open) > try to get the bin tar smaller > -- >

Review Request 17849: Patch for KAFKA-1159

2014-02-07 Thread Joe Stein
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17849/ --- Review request for kafka. Bugs: KAFKA-1159 https://issues.apache.org/jira/b

[jira] [Updated] (KAFKA-1215) Rack-Aware replica assignment option

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1215: - Affects Version/s: (was: 0.8.1) Fix Version/s: (was: 0.8.0) > Rack-Aware replica assignme

[jira] [Updated] (KAFKA-1215) Rack-Aware replica assignment option

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1215: - Assignee: Jun Rao (was: Neha Narkhede) Status: Patch Available (was: Open) > Rack-Aware replica a

[jira] [Commented] (KAFKA-1180) WhiteList topic filter gets a NullPointerException on complex Regex

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894606#comment-13894606 ] Joe Stein commented on KAFKA-1180: -- I have the changes done requested in the review, I ne

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

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein resolved KAFKA-1080. -- Resolution: Not A Problem This is a feature of Scala 2.10 of minor version compatability > why are bui

[jira] [Commented] (KAFKA-1158) remove bin/run-rat.sh

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894580#comment-13894580 ] Joe Stein commented on KAFKA-1158: -- Created reviewboard https://reviews.apache.org/r/1784

[jira] [Updated] (KAFKA-1158) remove bin/run-rat.sh

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1158: - Status: Patch Available (was: Open) > remove bin/run-rat.sh > - > >

[jira] [Updated] (KAFKA-1158) remove bin/run-rat.sh

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1158: - Attachment: KAFKA-1158.patch > remove bin/run-rat.sh > - > > Key: KAF

Review Request 17848: Patch for KAFKA-1158

2014-02-07 Thread Joe Stein
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17848/ --- Review request for kafka. Bugs: KAFKA-1158 https://issues.apache.org/jira/b

[jira] [Resolved] (KAFKA-1163) see whats going on with the 2.8.0 pom

2014-02-07 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein resolved KAFKA-1163. -- Resolution: Not A Problem This was a problem with the release and not with the code to prepare the rel

Re: Preparing for 0.8.1 release

2014-02-07 Thread Joe Stein
Thanks Neha for pulling this together! I just got back from vacation (and before that there was time bunkered away with a client) so playing serious catch up. I am going to create a 0.8.2 release in JIRA for issues held up from 0.8.1 but likely not waiting for 0.9 (or at least allowing us to decid