Release versioning

2013-12-10 Thread David Arthur
Just a quick question: 0.8.0 was just released and the next planned release is 0.8.1, and the next major set of updates (coordinator, etc) is targeted at 0.9.0. It seems like we are using the pattern 0.. instead of .. So what happens if we have a bugfix release for 0.8.0? Would it bump to 0

Re: Release versioning

2013-12-10 Thread Jun Rao
Yes, we can do an 0.8.0.1 if there are critical fixes. Thanks, Jun On Tue, Dec 10, 2013 at 5:52 AM, David Arthur wrote: > Just a quick question: > > 0.8.0 was just released and the next planned release is 0.8.1, and the > next major set of updates (coordinator, etc) is targeted at 0.9.0. It s

[jira] [Commented] (KAFKA-1177) DeleteTopics gives Successful message even if the specified Topic is not present

2013-12-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844378#comment-13844378 ] Jun Rao commented on KAFKA-1177: Deleting topics is not supported yet. We have a jira (KAF

Re: Review Request 16092: Patch for KAFKA-1147

2013-12-10 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16092/#review30101 --- It seems that in the consumer, we have a separate request timeout an

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

2013-12-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844396#comment-13844396 ] Jun Rao commented on KAFKA-1171: David, Thanks for the patch. Is that all we need to do t

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

2013-12-10 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844401#comment-13844401 ] David Arthur commented on KAFKA-1171: - Jun, Gradle does have plugins for IDEs and Mav

[jira] [Updated] (KAFKA-1079) Liars in PrimitiveApiTest that promise to test api in compression mode, but don't do this actually

2013-12-10 Thread Kostya Golikov (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostya Golikov updated KAFKA-1079: -- Fix Version/s: 0.8.1 Status: Patch Available (was: Open) >From 7845a5af42ee44f97865

Re: Review Request 16092: Patch for KAFKA-1147

2013-12-10 Thread Guozhang Wang
> On Dec. 10, 2013, 4:14 p.m., Jun Rao wrote: > > It seems that in the consumer, we have a separate request timeout and > > socket timeout. The producer only has a request timeout now. Perhaps we > > should add the socket timeout in the producer too? Currently request.timeout.ms of producer co

[jira] [Commented] (KAFKA-1174) Empty jar in Maven Central for Scala 2.8.0

2013-12-10 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844546#comment-13844546 ] Joe Stein commented on KAFKA-1174: -- The issue looks like it was in the packing and publis

Re: Release versioning

2013-12-10 Thread Joe Stein
I published a new JAR to staging repo to confirm that the issue was originally just packaging and publishing issue and not code related. Maven central is immutable so if we pushed 0.8.0 (without changing any version or code) it would only show up in the apache release repo. if we change the versi

[jira] [Commented] (KAFKA-1174) Empty jar in Maven Central for Scala 2.8.0

2013-12-10 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844568#comment-13844568 ] David Arthur commented on KAFKA-1174: - +1 verified: * Jars in https://repository.apac

[jira] [Updated] (KAFKA-1147) Consumer socket timeout should be greater than fetch max wait

2013-12-10 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-1147: - Attachment: KAFKA-1147_2013-12-10_14:31:46.patch > Consumer socket timeout should be greater than

Re: Review Request 16092: Patch for KAFKA-1147

2013-12-10 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16092/ --- (Updated Dec. 10, 2013, 10:31 p.m.) Review request for kafka. Bugs: KAFKA-114

[jira] [Commented] (KAFKA-1147) Consumer socket timeout should be greater than fetch max wait

2013-12-10 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844758#comment-13844758 ] Guozhang Wang commented on KAFKA-1147: -- Updated reviewboard https://reviews.apache.or

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

2013-12-10 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844763#comment-13844763 ] Chris Riccomini commented on KAFKA-1171: For cross-building Scala versions, have a

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

2013-12-10 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844780#comment-13844780 ] Chris Riccomini commented on KAFKA-1171: For the record, a good set of examples on

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

2013-12-10 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844789#comment-13844789 ] David Arthur commented on KAFKA-1171: - [~criccomini] thanks for the pointer. When I t

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

2013-12-10 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844808#comment-13844808 ] Chris Riccomini commented on KAFKA-1171: That sounds a lot like a version incompat

Re: Review Request 15711: Patch for KAFKA-930

2013-12-10 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15711/#review30149 --- Ship it! core/src/main/scala/kafka/controller/KafkaController.scal

Re: Review Request 15953: Patch for KAFKA-1134

2013-12-10 Thread Neha Narkhede
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15953/#review30152 --- Ship it! Ship It! - Neha Narkhede On Dec. 5, 2013, 7:13 p.m., Gu

[jira] [Created] (KAFKA-1178) Replica fetcher thread dies while becoming follower

2013-12-10 Thread Neha Narkhede (JIRA)
Neha Narkhede created KAFKA-1178: Summary: Replica fetcher thread dies while becoming follower Key: KAFKA-1178 URL: https://issues.apache.org/jira/browse/KAFKA-1178 Project: Kafka Issue Type:

[jira] [Commented] (KAFKA-1079) Liars in PrimitiveApiTest that promise to test api in compression mode, but don't do this actually

2013-12-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845073#comment-13845073 ] Jun Rao commented on KAFKA-1079: There seems to be some weird characters in the pasted tex

Review Request 16175: Patch for KAFKA-1178

2013-12-10 Thread Neha Narkhede
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16175/ --- Review request for kafka. Bugs: KAFKA-1178 https://issues.apache.org/jira/b

[jira] [Updated] (KAFKA-1178) Replica fetcher thread dies while becoming follower

2013-12-10 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-1178: - Attachment: KAFKA-1178.patch > Replica fetcher thread dies while becoming follower >

[jira] [Commented] (KAFKA-1178) Replica fetcher thread dies while becoming follower

2013-12-10 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845126#comment-13845126 ] Neha Narkhede commented on KAFKA-1178: -- Created reviewboard https://reviews.apache.or