[jira] [Commented] (KAFKA-973) Messages From Producer Not being Partitioned

2013-07-15 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13709531#comment-13709531 ] Joel Koshy commented on KAFKA-973: -- Can you try sending more messages? The default partiti

[jira] [Commented] (KAFKA-705) Controlled shutdown doesn't seem to work on more than one broker in a cluster

2013-07-15 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13709525#comment-13709525 ] Joel Koshy commented on KAFKA-705: -- Yes we can close this. > Controlled s

[jira] [Closed] (KAFKA-705) Controlled shutdown doesn't seem to work on more than one broker in a cluster

2013-07-15 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy closed KAFKA-705. > Controlled shutdown doesn't seem to work on more than one broker in a cluster > --

[jira] [Resolved] (KAFKA-705) Controlled shutdown doesn't seem to work on more than one broker in a cluster

2013-07-15 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy resolved KAFKA-705. -- Resolution: Fixed > Controlled shutdown doesn't seem to work on more than one broker in a cluster >

[jira] [Updated] (KAFKA-967) Use key range in ProducerPerformance

2013-07-15 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-967: Attachment: KAFKA-967.v2.patch > Use key range in ProducerPerformance >

[jira] [Commented] (KAFKA-717) scala 2.10 build support

2013-07-15 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708973#comment-13708973 ] Scott Carey commented on KAFKA-717: --- {quote} looking at the simple patch not sure changin

[jira] Subscription: outstanding kafka patches

2013-07-15 Thread jira
Issue Subscription Filter: outstanding kafka patches (66 issues) The list of outstanding kafka patches Subscriber: kafka-mailing-list Key Summary KAFKA-974 can't use public release maven repo because of failure of downloaded dependency https://issues.apache.org/jira/

[jira] [Commented] (KAFKA-974) can't use public release maven repo because of failure of downloaded dependency

2013-07-15 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708819#comment-13708819 ] Chris Riccomini commented on KAFKA-974: --- Hey Joe, This looks really good. Per our di

Re: 0.8.0-beta1 is now available in public maven

2013-07-15 Thread Joe Stein
hmmm, interesting I think the issue is that I had to-do multiple pushes to nexus to get this to work (unfortunately) and perhaps maven central did not overwrite like it did with apache rather appending and meshing the poms together. The POM in maven central looks like a combination of what I was

Re: 0.8.0-beta1 is now available in public maven

2013-07-15 Thread Joe Stein
I wonder if Gradle does not use Maven Central as the default repository like SBT does maybe you have to explicitly set this (shot in the dark, don't know Gradle). Maven Central Repository for resolver = http://repo1.maven.org/maven2/ On Mon, Jul 15, 2013 at 1:39 PM, Chris Riccomini wrote: > Hey

Re: 0.8.0-beta1 is now available in public maven

2013-07-15 Thread Joe Stein
What is/are the error(s) you are getting? "intransitive" in the SBT line is so that SBT does not fetch the libraries what is set for exclusion in the POM an example of an error if you don't do use what should be excluded is in https://issues.apache.org/jira/browse/KAFKA-974 On Mon, Jul 15, 2013

[jira] [Commented] (KAFKA-974) can't use public release maven repo because of failure of downloaded dependency

2013-07-15 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708611#comment-13708611 ] Jay Kreps commented on KAFKA-974: - w00t! > can't use public release maven