[jira] [Created] (KAFKA-2712) Reassignment Partition Tool Issue

2015-10-30 Thread Kiran (JIRA)
Kiran created KAFKA-2712: Summary: Reassignment Partition Tool Issue Key: KAFKA-2712 URL: https://issues.apache.org/jira/browse/KAFKA-2712 Project: Kafka Issue Type: Bug Components: admin

[jira] [Commented] (KAFKA-2017) Persist Coordinator State for Coordinator Failover

2015-10-30 Thread Onur Karaman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982071#comment-14982071 ] Onur Karaman commented on KAFKA-2017: - Thanks for the patch! I'm still looking through

[GitHub] kafka pull request: MINOR: ignore subproject .gitignore file for e...

2015-10-30 Thread vesense
GitHub user vesense opened a pull request: https://github.com/apache/kafka/pull/389 MINOR: ignore subproject .gitignore file for eclipse IDE You can merge this pull request into a Git repository by running: $ git pull https://github.com/vesense/kafka trunk Alternatively you

[jira] [Commented] (KAFKA-2711) SaslClientAuthenticator no longer needs KerberosNameParser in constructor

2015-10-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982019#comment-14982019 ] Ismael Juma commented on KAFKA-2711: SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES is only used in

[jira] [Commented] (KAFKA-2687) Allow GroupMetadataRequest to return member metadata when received by group coordinator

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982035#comment-14982035 ] ASF GitHub Bot commented on KAFKA-2687: --- GitHub user hachikuji opened a pull request:

[GitHub] kafka pull request: KAFKA-2687: Add support for ListGroups and Des...

2015-10-30 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/388 KAFKA-2687: Add support for ListGroups and DescribeGroup APIs You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka K2687

[jira] [Work started] (KAFKA-2714) Add integration tests for exceptional cases in Fetching for new consumer

2015-10-30 Thread Anna Povzner (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2714 started by Anna Povzner. --- > Add integration tests for exceptional cases in Fetching for new consumer >

[jira] [Commented] (KAFKA-2715) Remove the previous system test folder

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983469#comment-14983469 ] ASF GitHub Bot commented on KAFKA-2715: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (KAFKA-1771) replicate_testsuite data verification broken if num_partitions > replica_factor

2015-10-30 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-1771. -- Resolution: Invalid No longer valid since the old system tests have been

[jira] [Created] (KAFKA-2714) Add integration tests for exceptional cases in Fetching for new consumer

2015-10-30 Thread Anna Povzner (JIRA)
Anna Povzner created KAFKA-2714: --- Summary: Add integration tests for exceptional cases in Fetching for new consumer Key: KAFKA-2714 URL: https://issues.apache.org/jira/browse/KAFKA-2714 Project: Kafka

[jira] [Created] (KAFKA-2715) Remove the previous system test folder

2015-10-30 Thread Geoff Anderson (JIRA)
Geoff Anderson created KAFKA-2715: - Summary: Remove the previous system test folder Key: KAFKA-2715 URL: https://issues.apache.org/jira/browse/KAFKA-2715 Project: Kafka Issue Type:

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-2714: Added integration tests for exceptional cases in fetching [cshapi] KAFKA-2369: Add REST API for Copycat. [cshapi] KAFKA-2715: Removed previous system_test folder

[GitHub] kafka pull request: KAFKA-2691: Improve handling of authorization ...

2015-10-30 Thread hachikuji
GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/394 KAFKA-2691: Improve handling of authorization failure during metadata refresh You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka

[jira] [Commented] (KAFKA-2691) Improve handling of authorization failure during metadata refresh

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983605#comment-14983605 ] ASF GitHub Bot commented on KAFKA-2691: --- GitHub user hachikuji opened a pull request:

[GitHub] kafka pull request: HOTFIX: log4j-appender not getting built

2015-10-30 Thread SinghAsDev
GitHub user SinghAsDev opened a pull request: https://github.com/apache/kafka/pull/395 HOTFIX: log4j-appender not getting built You can merge this pull request into a Git repository by running: $ git pull https://github.com/SinghAsDev/kafka HOTFIX-Log4jAppender Alternatively

[jira] [Created] (KAFKA-2713) Copycat worker should not call connector's/task's start methods in the control thread

2015-10-30 Thread Ewen Cheslack-Postava (JIRA)
Ewen Cheslack-Postava created KAFKA-2713: Summary: Copycat worker should not call connector's/task's start methods in the control thread Key: KAFKA-2713 URL:

[jira] [Commented] (KAFKA-1694) kafka command line and centralized operations

2015-10-30 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983366#comment-14983366 ] Grant Henke commented on KAFKA-1694: [~abiletskyi], are you still able to work on this? I would like

[GitHub] kafka pull request: KAFKA-2714: Added integration tests for except...

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/393 --- 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

[GitHub] kafka pull request: MINOR: Removed previous system_test folder

2015-10-30 Thread granders
GitHub user granders opened a pull request: https://github.com/apache/kafka/pull/392 MINOR: Removed previous system_test folder @ewencp Nothing too complicated here You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request: KAFKA-2714: Added integration tests for except...

2015-10-30 Thread apovzner
Github user apovzner closed the pull request at: https://github.com/apache/kafka/pull/384 --- 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

[jira] [Resolved] (KAFKA-2714) Add integration tests for exceptional cases in Fetching for new consumer

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira resolved KAFKA-2714. - Resolution: Fixed Fix Version/s: 0.9.0.0 Issue resolved by pull request 393

[jira] [Commented] (KAFKA-2714) Add integration tests for exceptional cases in Fetching for new consumer

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983409#comment-14983409 ] ASF GitHub Bot commented on KAFKA-2714: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (KAFKA-1734) System test metric plotting nonexistent file warnings

2015-10-30 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava resolved KAFKA-1734. -- Resolution: Invalid No longer valid since the old system tests have been

[GitHub] kafka pull request: KAFKA-2714: Added integration tests for except...

2015-10-30 Thread apovzner
GitHub user apovzner opened a pull request: https://github.com/apache/kafka/pull/393 KAFKA-2714: Added integration tests for exceptional cases in fetching You can merge this pull request into a Git repository by running: $ git pull https://github.com/apovzner/kafka cpkafka-84

[jira] [Commented] (KAFKA-2714) Add integration tests for exceptional cases in Fetching for new consumer

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983358#comment-14983358 ] ASF GitHub Bot commented on KAFKA-2714: --- GitHub user apovzner opened a pull request:

[GitHub] kafka pull request: KAFKA-2715: Removed previous system_test folde...

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/392 --- 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

[jira] [Resolved] (KAFKA-2715) Remove the previous system test folder

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira resolved KAFKA-2715. - Resolution: Fixed Fix Version/s: 0.9.0.0 Issue resolved by pull request 392

[jira] [Commented] (KAFKA-2714) Add integration tests for exceptional cases in Fetching for new consumer

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983348#comment-14983348 ] ASF GitHub Bot commented on KAFKA-2714: --- Github user apovzner closed the pull request at:

[jira] [Resolved] (KAFKA-2369) Add Copycat REST API

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira resolved KAFKA-2369. - Resolution: Fixed Issue resolved by pull request 378 [https://github.com/apache/kafka/pull/378]

[jira] [Commented] (KAFKA-2369) Add Copycat REST API

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983430#comment-14983430 ] ASF GitHub Bot commented on KAFKA-2369: --- Github user asfgit closed the pull request at:

[GitHub] kafka pull request: KAFKA-2369: Add REST API for Copycat.

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/378 --- 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

[jira] [Commented] (KAFKA-2711) SaslClientAuthenticator no longer needs KerberosNameParser in constructor

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982384#comment-14982384 ] ASF GitHub Bot commented on KAFKA-2711: --- GitHub user ijuma opened a pull request:

[GitHub] kafka pull request: KAFKA-2711; SaslClientAuthenticator no longer ...

2015-10-30 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/390 KAFKA-2711; SaslClientAuthenticator no longer needs KerberosNameParser in constructor Also refactor `KerberosNameParser` and `KerberosName` to make the code clearer and easier to use when

[jira] [Assigned] (KAFKA-2711) SaslClientAuthenticator no longer needs KerberosNameParser in constructor

2015-10-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reassigned KAFKA-2711: -- Assignee: Ismael Juma > SaslClientAuthenticator no longer needs KerberosNameParser in

[jira] [Updated] (KAFKA-2711) SaslClientAuthenticator no longer needs KerberosNameParser in constructor

2015-10-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2711: --- Reviewer: Jun Rao Status: Patch Available (was: Open) > SaslClientAuthenticator no longer

Build failed in Jenkins: kafka_system_tests #125

2015-10-30 Thread ewen
See -- [...truncated 845 lines...] test_id:

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-2562: update kafka scripts to use new tools/code -- [...truncated 3956 lines...] kafka.coordinator.MemberMetadataTest > testVoteRaisesOnNoSupportedProtocols PASSED

[GitHub] kafka pull request: MINOR: getRootLogger() should be accessed in s...

2015-10-30 Thread vesense
GitHub user vesense opened a pull request: https://github.com/apache/kafka/pull/397 MINOR: getRootLogger() should be accessed in static way You can merge this pull request into a Git repository by running: $ git pull https://github.com/vesense/kafka patch-1 Alternatively you

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-2660; Correct cleanableRatio calculation -- [...truncated 365 lines...] :kafka-trunk-jdk8:log4j-appender:compileJava UP-TO-DATE

[jira] [Commented] (KAFKA-2716) Make Kafka core not depend on log4j-appender

2015-10-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983837#comment-14983837 ] Ismael Juma commented on KAFKA-2716: It's worth saying that we can't change this after the release

[jira] [Resolved] (KAFKA-2574) Add ducktape based ssl test for KafkaLog4jAppender

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira resolved KAFKA-2574. - Resolution: Fixed Fix Version/s: 0.9.0.0 Issue resolved by pull request 319

[jira] [Commented] (KAFKA-2574) Add ducktape based ssl test for KafkaLog4jAppender

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983706#comment-14983706 ] ASF GitHub Bot commented on KAFKA-2574: --- Github user asfgit closed the pull request at:

[GitHub] kafka pull request: KAFKA-2574: Add ducktape based ssl test for Ka...

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/319 --- 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

[jira] [Commented] (KAFKA-2716) Make Kafka core not depend on log4j-appender

2015-10-30 Thread Ashish K Singh (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983702#comment-14983702 ] Ashish K Singh commented on KAFKA-2716: --- [~ijuma] lets keep the discussion here, so that it is not

[jira] [Commented] (KAFKA-2716) Make Kafka core not depend on log4j-appender

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983838#comment-14983838 ] Gwen Shapira commented on KAFKA-2716: - Log4j Appender was in core in 0.8.2, we moved it out so users

[GitHub] kafka pull request: MINOR: Remove unreachable if check

2015-10-30 Thread SinghAsDev
GitHub user SinghAsDev opened a pull request: https://github.com/apache/kafka/pull/396 MINOR: Remove unreachable if check @gwenshap @granders could you guys take a look at this trivial change. This piece makes one think that for SSL, not passing `new_consumer=True` should be fine.

[GitHub] kafka pull request: HOTFIX: log4j-appender not getting built

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/395 --- 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

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [cshapi] HOTFIX: log4j-appender not getting built -- [...truncated 481 lines...] ^

[jira] [Created] (KAFKA-2716) Make Kafka core not depend on log4j-appender

2015-10-30 Thread Ashish K Singh (JIRA)
Ashish K Singh created KAFKA-2716: - Summary: Make Kafka core not depend on log4j-appender Key: KAFKA-2716 URL: https://issues.apache.org/jira/browse/KAFKA-2716 Project: Kafka Issue Type: Bug

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-2574: Add ducktape based ssl test for KafkaLog4jAppender [junrao] KAFKA-2660; Correct cleanableRatio calculation -- [...truncated 329 lines...]

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [cshapi] HOTFIX: log4j-appender not getting built -- [...truncated 147 lines...] ^

[GitHub] kafka pull request: KAFKA-2660; Correct cleanableRatio calculation

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/316 --- 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

[jira] [Resolved] (KAFKA-2660) Correct cleanableRatio calculation

2015-10-30 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-2660. Resolution: Fixed Issue resolved by pull request 316 [https://github.com/apache/kafka/pull/316] > Correct

[jira] [Commented] (KAFKA-2716) Make Kafka core not depend on log4j-appender

2015-10-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983842#comment-14983842 ] Ismael Juma commented on KAFKA-2716: That is a plausible explanation [~gwenshap] (assuming we kept the

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [cshapi] KAFKA-2574: Add ducktape based ssl test for KafkaLog4jAppender -- [...truncated 419 lines...] :kafka-trunk-jdk8:log4j-appender:classes UP-TO-DATE

[jira] [Commented] (KAFKA-1260) Integration Test for New Producer Part II: Broker Failure Handling

2015-10-30 Thread rathdeep (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982578#comment-14982578 ] rathdeep commented on KAFKA-1260: - when is this bug expected to release. Is there any workaround to get

[jira] [Updated] (KAFKA-2704) SimpleConsumer should throw InterruptedException when interrupted

2015-10-30 Thread Hitoshi Ozawa (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitoshi Ozawa updated KAFKA-2704: - Reviewer: Jun Rao (was: Gwen Shapira) > SimpleConsumer should throw InterruptedException when

[jira] [Updated] (KAFKA-2703) SimpleConsumer.scala is declared as threadsafe but is not

2015-10-30 Thread Hitoshi Ozawa (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitoshi Ozawa updated KAFKA-2703: - Reviewer: Jun Rao (was: Gwen Shapira) > SimpleConsumer.scala is declared as threadsafe but is

[jira] [Commented] (KAFKA-1255) Offset in RecordMetadata is Incorrect with New Producer Ack = -1

2015-10-30 Thread rathdeep (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982574#comment-14982574 ] rathdeep commented on KAFKA-1255: - when is this bug expected to release. Is there any workaround to get

[GitHub] kafka pull request: MINOR: Fix homophone typo in Design documentat...

2015-10-30 Thread chrnola
GitHub user chrnola opened a pull request: https://github.com/apache/kafka/pull/391 MINOR: Fix homophone typo in Design documentation Noticed that there was a small typo in section 4.1 of the Design documentation on the

[jira] [Updated] (KAFKA-2690) Protect passwords from logging

2015-10-30 Thread Jakub Nowak (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakub Nowak updated KAFKA-2690: --- Status: Patch Available (was: In Progress) > Protect passwords from logging >

[jira] [Commented] (KAFKA-2702) ConfigDef toHtmlTable() sorts in a way that is a bit confusing

2015-10-30 Thread Andrii Biletskyi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982679#comment-14982679 ] Andrii Biletskyi commented on KAFKA-2702: - It's been a while, but, yes, as far as I remember I

[jira] [Commented] (KAFKA-2702) ConfigDef toHtmlTable() sorts in a way that is a bit confusing

2015-10-30 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982636#comment-14982636 ] Grant Henke commented on KAFKA-2702: [~gwenshap] Yeah, there is definitely some config cleanup needed.

[jira] [Commented] (KAFKA-2562) check Kafka scripts for 0.9.0.0

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983503#comment-14983503 ] ASF GitHub Bot commented on KAFKA-2562: --- Github user asfgit closed the pull request at:

[jira] [Updated] (KAFKA-2562) check Kafka scripts for 0.9.0.0

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-2562: Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[GitHub] kafka pull request: MINOR: Update system test MANIFEST.in

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/385 --- 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

[jira] [Updated] (KAFKA-2711) SaslClientAuthenticator no longer needs KerberosNameParser in constructor

2015-10-30 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2711: --- Resolution: Fixed Fix Version/s: (was: 0.9.1) 0.9.0.0 Status:

[jira] [Commented] (KAFKA-2711) SaslClientAuthenticator no longer needs KerberosNameParser in constructor

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14982747#comment-14982747 ] ASF GitHub Bot commented on KAFKA-2711: --- Github user asfgit closed the pull request at:

[GitHub] kafka pull request: KAFKA-2711; SaslClientAuthenticator no longer ...

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/390 --- 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

[jira] [Commented] (KAFKA-2681) SASL authentication in official docs

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983104#comment-14983104 ] Gwen Shapira commented on KAFKA-2681: - [~harsha_ch], if you don't mind, I can add the wiki to the

[jira] [Updated] (KAFKA-2687) Add support for ListGroups and DescribeGroup APIs

2015-10-30 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-2687: --- Summary: Add support for ListGroups and DescribeGroup APIs (was: Allow GroupMetadataRequest

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: Update system test MANIFEST.in [junrao] KAFKA-2711; SaslClientAuthenticator no longer needs KerberosNameParser -- [...truncated 1671 lines...]

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

2015-10-30 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: Update system test MANIFEST.in [junrao] KAFKA-2711; SaslClientAuthenticator no longer needs KerberosNameParser -- [...truncated 4585 lines...]

[jira] [Commented] (KAFKA-2702) ConfigDef toHtmlTable() sorts in a way that is a bit confusing

2015-10-30 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983248#comment-14983248 ] Ismael Juma commented on KAFKA-2702: For SSL and SASL configs, a default of null can be used for all

[jira] [Commented] (KAFKA-2697) add leave group logic to the consumer

2015-10-30 Thread Onur Karaman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983052#comment-14983052 ] Onur Karaman commented on KAFKA-2697: - Hi Jun. I have some scrap code that I used while testing the

[jira] [Commented] (KAFKA-2681) SASL authentication in official docs

2015-10-30 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983043#comment-14983043 ] Sriharsha Chintalapani commented on KAFKA-2681: --- [~junrao] Here is the wiki

[jira] [Commented] (KAFKA-2697) add leave group logic to the consumer

2015-10-30 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983047#comment-14983047 ] Jun Rao commented on KAFKA-2697: [~onurkaraman], do you plan to work on this before the 0.9.0 release? We

[jira] [Commented] (KAFKA-2681) SASL authentication in official docs

2015-10-30 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983162#comment-14983162 ] Sriharsha Chintalapani commented on KAFKA-2681: --- [~gwenshap] Please go ahead. Thanks. >

One more Kafka Meetup hosted by LinkedIn in 2016 (this time in San Francisco) - does anyone want to talk?

2015-10-30 Thread Ed Yakabosky
Hi all, LinkedIn is hoping to host one more Apache Kafka meetup this year on November 18 in our San Francisco office. We're working on building the agenda now. Does anyone want to talk? Please send me (and Clark) a private email with a short description of what you would be talking about if

[jira] [Commented] (KAFKA-2681) SASL authentication in official docs

2015-10-30 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983202#comment-14983202 ] Jun Rao commented on KAFKA-2681: [~sriharsha], thanks for your help! > SASL authentication in official

[jira] [Commented] (KAFKA-2702) ConfigDef toHtmlTable() sorts in a way that is a bit confusing

2015-10-30 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983215#comment-14983215 ] Gwen Shapira commented on KAFKA-2702: - I'd prefer B, and I think that both Jay and you mentioned the