Build failed in Jenkins: kafka-trunk-jdk7 #899

2015-12-11 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: test ktable state store creation -- [...truncated 1455 lines...] kafka.log.LogTest > testTruncateTo PASSED kafka.log.LogTest > testCleanShutdownFile PASSED kafka

[jira] [Updated] (KAFKA-2771) Add Rolling Upgrade to Secured Cluster to System Tests

2015-12-11 Thread Ben Stopford (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Stopford updated KAFKA-2771: Resolution: Fixed Status: Resolved (was: Patch Available) > Add Rolling Upgrade to Secured

[jira] [Updated] (KAFKA-2637) Cipher suite setting should be configurable for SSL

2015-12-11 Thread Ben Stopford (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Stopford updated KAFKA-2637: Resolution: Fixed Status: Resolved (was: Patch Available) > Cipher suite setting should be

[GitHub] kafka pull request: KAFKA-2964: Split Security Rolling Upgrade Tes...

2015-12-11 Thread benstopford
GitHub user benstopford opened a pull request: https://github.com/apache/kafka/pull/667 KAFKA-2964: Split Security Rolling Upgrade Test by Client and Broker Protocols The core of this test is to ensure we evaluate enabling security in a running cluster where we have different broke

[jira] [Commented] (KAFKA-2964) Split Security Rolling Upgrade Test By Client and Broker Protocols

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052509#comment-15052509 ] ASF GitHub Bot commented on KAFKA-2964: --- GitHub user benstopford opened a pull reque

[jira] [Created] (KAFKA-2981) Fix javadoc in KafkaConsumer

2015-12-11 Thread Xin Wang (JIRA)
Xin Wang created KAFKA-2981: --- Summary: Fix javadoc in KafkaConsumer Key: KAFKA-2981 URL: https://issues.apache.org/jira/browse/KAFKA-2981 Project: Kafka Issue Type: Bug Components: client

[GitHub] kafka pull request: KAFKA-2981: Fix javadoc in KafkaConsumer

2015-12-11 Thread vesense
GitHub user vesense opened a pull request: https://github.com/apache/kafka/pull/668 KAFKA-2981: Fix javadoc in KafkaConsumer https://issues.apache.org/jira/browse/KAFKA-2981 You can merge this pull request into a Git repository by running: $ git pull https://github.com/vesense/

[jira] [Commented] (KAFKA-2981) Fix javadoc in KafkaConsumer

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052585#comment-15052585 ] ASF GitHub Bot commented on KAFKA-2981: --- GitHub user vesense opened a pull request:

[jira] [Commented] (KAFKA-2978) Topic partition is not sometimes consumed after rebalancing of consumer group

2015-12-11 Thread Michal Turek (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052777#comment-15052777 ] Michal Turek commented on KAFKA-2978: - Jason, I have just tried to break the updated c

[GitHub] kafka pull request: KAFKA-2875: remove slf4j multi binding warning...

2015-12-11 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/595 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[jira] [Commented] (KAFKA-2875) Class path contains multiple SLF4J bindings warnings when using scripts under bin

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052845#comment-15052845 ] ASF GitHub Bot commented on KAFKA-2875: --- Github user ZoneMayor closed the pull reque

[GitHub] kafka pull request: KAFKA-2875:

2015-12-11 Thread ZoneMayor
GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/669 KAFKA-2875: Hi @ijuma I repopened this PR; I make slf4jlog4j12 dependency version to be 1.7.13, by this way, the 1.7.6 transitive dependency version will be overriten I think; From my

[jira] [Commented] (KAFKA-2875) Class path contains multiple SLF4J bindings warnings when using scripts under bin

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052864#comment-15052864 ] ASF GitHub Bot commented on KAFKA-2875: --- GitHub user ZoneMayor opened a pull request

[GitHub] kafka pull request: KAFKA-2837: fix transient failure of kafka.api...

2015-12-11 Thread ZoneMayor
GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/648 KAFKA-2837: fix transient failure of kafka.api.ProducerBounceTest > testBrokerFailure I can reproduced this transient failure, it seldom happen; code is like below: // rolling bounce bro

[jira] [Commented] (KAFKA-2837) FAILING TEST: kafka.api.ProducerBounceTest > testBrokerFailure

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052872#comment-15052872 ] ASF GitHub Bot commented on KAFKA-2837: --- Github user ZoneMayor closed the pull reque

[jira] [Commented] (KAFKA-2837) FAILING TEST: kafka.api.ProducerBounceTest > testBrokerFailure

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052873#comment-15052873 ] ASF GitHub Bot commented on KAFKA-2837: --- GitHub user ZoneMayor reopened a pull reque

[GitHub] kafka pull request: KAFKA-2837: fix transient failure of kafka.api...

2015-12-11 Thread ZoneMayor
Github user ZoneMayor closed the pull request at: https://github.com/apache/kafka/pull/648 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[jira] [Commented] (KAFKA-2875) Class path contains multiple SLF4J bindings warnings when using scripts under bin

2015-12-11 Thread jin xing (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052877#comment-15052877 ] jin xing commented on KAFKA-2875: - Hi [~ijuma] I reopened the PR; Please take a look ~~ th

[jira] [Created] (KAFKA-2982) Mark the old Scala producer and consumer clients and related classes as deprecated

2015-12-11 Thread Grant Henke (JIRA)
Grant Henke created KAFKA-2982: -- Summary: Mark the old Scala producer and consumer clients and related classes as deprecated Key: KAFKA-2982 URL: https://issues.apache.org/jira/browse/KAFKA-2982 Project:

[jira] [Updated] (KAFKA-2982) Mark the old Scala producer and consumer clients and related classes as deprecated

2015-12-11 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke updated KAFKA-2982: --- Description: Now that the new producer and consumer are released the old Scala producer and consumer c

[jira] [Work started] (KAFKA-2982) Mark the old Scala producer and consumer clients and related classes as deprecated

2015-12-11 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2982 started by Grant Henke. -- > Mark the old Scala producer and consumer clients and related classes as > deprecat

[jira] [Created] (KAFKA-2983) Remove old Scala clients and all related code, tests, and tools.

2015-12-11 Thread Grant Henke (JIRA)
Grant Henke created KAFKA-2983: -- Summary: Remove old Scala clients and all related code, tests, and tools. Key: KAFKA-2983 URL: https://issues.apache.org/jira/browse/KAFKA-2983 Project: Kafka I

[jira] [Commented] (KAFKA-2982) Mark the old Scala producer and consumer clients and related classes as deprecated

2015-12-11 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052947#comment-15052947 ] Ismael Juma commented on KAFKA-2982: I think this is a big enough change that we shoul

[jira] [Updated] (KAFKA-2070) Replace OffsetRequest/response with ListOffsetRequest/response from org.apache.kafka.common.requests

2015-12-11 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava updated KAFKA-2070: - Resolution: Fixed Fix Version/s: 0.9.1.0 Status: Resolved (was:

[jira] [Commented] (KAFKA-2982) Mark the old Scala producer and consumer clients and related classes as deprecated

2015-12-11 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053074#comment-15053074 ] Grant Henke commented on KAFKA-2982: [~ijuma] You're right. I can start a discussion i

RE: Interacting with a secured Kafka cluster via GSS-API

2015-12-11 Thread Dave Ariens
Hey folks, If anyone can quickly comment on the below producer calls? If this is worth more discussion I'll raise it on the users list under a more appropriate subject. Thanks From: Dave Ariens Sent: Thursday, December 10, 2015 1:40 PM To: dev@kafka.ap

[GitHub] kafka pull request: KAFKA-2070: Replace Offset{Request,Response} w...

2015-12-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/663 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (KAFKA-2070) Replace OffsetRequest/response with ListOffsetRequest/response from org.apache.kafka.common.requests

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053187#comment-15053187 ] ASF GitHub Bot commented on KAFKA-2070: --- Github user asfgit closed the pull request

[GitHub] kafka pull request: Documentation updates for reserved.broker.max....

2015-12-11 Thread edenhill
GitHub user edenhill opened a pull request: https://github.com/apache/kafka/pull/670 Documentation updates for reserved.broker.max.id People are facing problems upgrading their clusters with configured broker IDs above 1000 due to `reserved.broker.max.id` which wasn't very well anno

[jira] [Commented] (KAFKA-2978) Topic partition is not sometimes consumed after rebalancing of consumer group

2015-12-11 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053206#comment-15053206 ] Jason Gustafson commented on KAFKA-2978: [~tu...@avast.com] Thanks for confirming

Build failed in Jenkins: kafka-trunk-jdk8 #231

2015-12-11 Thread Apache Jenkins Server
See Changes: [me] KAFKA-2070; Replace Offset{Request,Response} with o.a.k.c requests -- Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Buildin

[GitHub] kafka pull request: KAFKA-2981: Fix javadoc in KafkaConsumer

2015-12-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/668 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

Build failed in Jenkins: kafka-trunk-jdk7 #900

2015-12-11 Thread Apache Jenkins Server
See Changes: [me] KAFKA-2070; Replace Offset{Request,Response} with o.a.k.c requests -- [...truncated 1386 lines...] kafka.api.PlaintextConsumerTest > testPartitionsForAutoCreate PASSED kafka.a

[jira] [Commented] (KAFKA-2981) Fix javadoc in KafkaConsumer

2015-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053418#comment-15053418 ] ASF GitHub Bot commented on KAFKA-2981: --- Github user asfgit closed the pull request

[jira] [Resolved] (KAFKA-2981) Fix javadoc in KafkaConsumer

2015-12-11 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-2981. -- Resolution: Fixed Fix Version/s: 0.9.0.1 Issue resolved by pull request 668 [https://gith

[jira] [Commented] (KAFKA-2983) Remove old Scala clients and all related code, tests, and tools.

2015-12-11 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053427#comment-15053427 ] Guozhang Wang commented on KAFKA-2983: -- Have we already agreed on upon removing the S

[jira] [Updated] (KAFKA-2983) Remove old Scala clients and all related code, tests, and tools.

2015-12-11 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke updated KAFKA-2983: --- Fix Version/s: (was: 0.10.0.0) > Remove old Scala clients and all related code, tests, and tools.

[jira] [Commented] (KAFKA-2983) Remove old Scala clients and all related code, tests, and tools.

2015-12-11 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053448#comment-15053448 ] Grant Henke commented on KAFKA-2983: [~guozhang] We have not. Sorry forgot to change t

Build failed in Jenkins: kafka_0.9.0_jdk7 #68

2015-12-11 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-2981: Fix javadoc in KafkaConsumer -- [...truncated 3773 lines...] kafka.log.LogTest > testParseTopicPartitionNameForMissingTopic PASSED kafka.log.LogTest > testInde

[jira] [Created] (KAFKA-2984) KTable should send old values to downstreams

2015-12-11 Thread Yasuhiro Matsuda (JIRA)
Yasuhiro Matsuda created KAFKA-2984: --- Summary: KTable should send old values to downstreams Key: KAFKA-2984 URL: https://issues.apache.org/jira/browse/KAFKA-2984 Project: Kafka Issue Type:

Build failed in Jenkins: kafka-trunk-jdk8 #232

2015-12-11 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-2981: Fix javadoc in KafkaConsumer -- [...truncated 3570 lines...] kafka.log.BrokerCompressionTest > testBrokerSideCompression[0] PASSED kafka.log.BrokerCompressio

Jenkins build is back to normal : kafka-trunk-jdk7 #901

2015-12-11 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-1613) Improve system test documentation

2015-12-11 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-1613. -- Resolution: Won't Fix Assignee: Ewen Cheslack-Postava (was: Gwen Shapira)

[jira] [Resolved] (KAFKA-1589) Strengthen System Tests

2015-12-11 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-1589. -- Resolution: Won't Fix Assignee: Ewen Cheslack-Postava (was: Gwen Shapira)

Re: Setup for debugging Kafka in eclipse

2015-12-11 Thread Vahid S Hashemian
OK. I assume not a lot of people debug the code using eclipse. In any case could you please share what you think is a convenient way of debugging the code? Thanks. --Vahid From: Vahid S Hashemian/Silicon Valley/IBM@IBMUS To: dev@kafka.apache.org Date: 12/09/2015 12:25 PM Subject:

[jira] [Updated] (KAFKA-2984) KTable should send old values along with new values to downstreams

2015-12-11 Thread Yasuhiro Matsuda (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yasuhiro Matsuda updated KAFKA-2984: Summary: KTable should send old values along with new values to downstreams (was: KTable sh

Re: Setup for debugging Kafka in eclipse

2015-12-11 Thread Gwen Shapira
I'm using IntelliJ. Basically used the Gradle plugin to import the project and it worked ever since :) On Fri, Dec 11, 2015 at 4:41 PM, Vahid S Hashemian < vahidhashem...@us.ibm.com> wrote: > OK. I assume not a lot of people debug the code using eclipse. > In any case could you please share what

Re: Windows support

2015-12-11 Thread Gwen Shapira
The original intent was resource contributions. Meaning, patches that fix issues running on Windows are welcome. Gwen On Thu, Dec 10, 2015 at 5:14 PM, PATTERSON Tony wrote: > Hello, > > My group produces system that have to run on both Linux and Windows. > We're very interested in Kafka but are