[jira] [Commented] (KAFKA-2674) ConsumerRebalanceListener.onPartitionsRevoked() is not called on consumer close

2015-10-28 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979819#comment-14979819 ] Jason Gustafson commented on KAFKA-2674: [~guozhang] In the context of rebalancing

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: Fix missing copyright in config file added in KAFKA-2640. -- [...truncated 427 lines...] ^

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

2015-10-28 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979802#comment-14979802 ] Grant Henke commented on KAFKA-2702: [~jkreps] Good point. I was in Scala mode. I reve

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

2015-10-28 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979786#comment-14979786 ] Jay Kreps commented on KAFKA-2702: -- Also note that the check against NO_DEFAULT_VALUE isn

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: Fix missing copyright in config file added in KAFKA-2640. -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H11 (Ubu

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

2015-10-28 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979782#comment-14979782 ] Jay Kreps commented on KAFKA-2702: -- Originally the presence or absence of a default indic

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

2015-10-28 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke updated KAFKA-2702: --- Attachment: ConsumerConfig-Before.html ConsumerConfig-After.html Added sample Consumer

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

2015-10-28 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke updated KAFKA-2702: --- Status: Patch Available (was: Open) > ConfigDef toHtmlTable() sorts in a way that is a bit confusing

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

2015-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979754#comment-14979754 ] ASF GitHub Bot commented on KAFKA-2702: --- GitHub user granthenke opened a pull reques

[GitHub] kafka pull request: KAFKA-2702: ConfigDef toHtmlTable() sorts in a...

2015-10-28 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/379 KAFKA-2702: ConfigDef toHtmlTable() sorts in a way that is a bit conf… …using You can merge this pull request into a Git repository by running: $ git pull https://github.com/granthenke/ka

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

2015-10-28 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979753#comment-14979753 ] Grant Henke commented on KAFKA-2702: Looking into this a bit more... {quote} Try prin

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

2015-10-28 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke reassigned KAFKA-2702: -- Assignee: Grant Henke > ConfigDef toHtmlTable() sorts in a way that is a bit confusing > --

[jira] [Commented] (KAFKA-2640) Add tests for ZK authentication

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

[GitHub] kafka pull request: MINOR: Fix missing copyright in config file ad...

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

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Jason Gustafson
Hey Jun, Thanks for taking a look at this. Initially the thought was to make GroupMetadataRequest analogous to TopicMetadataRequest: one accepts an array of topics and returns topic metadata, the other accepts an array of groupIds and returns group metadata. However, the analogy doesn't quite fit

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

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

[GitHub] kafka pull request: MINOR: Fix missing copyright in config file ad...

2015-10-28 Thread ewencp
GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/377 MINOR: Fix missing copyright in config file added in KAFKA-2640. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka minor-jaas-config-co

[jira] [Commented] (KAFKA-2640) Add tests for ZK authentication

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

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

2015-10-28 Thread ewencp
GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/378 KAFKA-2369: Add REST API for Copycat. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka kafka-2369-copycat-rest-api Alternatively you

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Jun Rao
Jason, Thanks for the writeup. Perhaps we can have two new requests: DescribeConsumerGroup and ListConsumerGroup. The former takes a list of groups and returns a list of metadata (members, group metadata, member metadata, etc) for each group. The latter takes nothing and just returns a list of gro

[jira] [Commented] (KAFKA-2644) Run relevant ducktape tests with SASL_PLAINTEXT and SASL_SSL

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979582#comment-14979582 ] Ismael Juma commented on KAFKA-2644: No, there aren't unit tests for TGT renewal as re

[jira] [Commented] (KAFKA-2644) Run relevant ducktape tests with SASL_PLAINTEXT and SASL_SSL

2015-10-28 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979580#comment-14979580 ] Rajini Sivaram commented on KAFKA-2644: --- [~junrao] Thank you, I will remove the othe

[jira] [Updated] (KAFKA-2518) Update NOTICE file

2015-10-28 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2518: --- Fix Version/s: 0.9.0.0 The following is the answer that Flavio got from Apache legal. Question: I have a coup

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

2015-10-28 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979554#comment-14979554 ] Jay Kreps commented on KAFKA-2702: -- Aren't things without default required? That rational

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [junrao] MINOR: Add new build target for system test libs -- [...truncated 426 lines...] if (!Console.readLine().equalsIgnoreCase("y")) { ^

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-2648: enforce non-empty group-ids in join-group request -- [...truncated 1303 lines...] kafka.coordinator.GroupCoordinatorResponseTest > testHeartbeatWrongCoordinato

[jira] [Commented] (KAFKA-2417) Ducktape tests for SSL/TLS

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979516#comment-14979516 ] Ismael Juma commented on KAFKA-2417: Maybe we should close this issue as it's not spec

[jira] [Commented] (KAFKA-2417) Ducktape tests for SSL/TLS

2015-10-28 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979506#comment-14979506 ] Jun Rao commented on KAFKA-2417: Some SSL tests have already been enabled in Ducktape in K

[jira] [Commented] (KAFKA-2644) Run relevant ducktape tests with SASL_PLAINTEXT and SASL_SSL

2015-10-28 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979481#comment-14979481 ] Jun Rao commented on KAFKA-2644: [~rsivaram], for benchmark tests for SASL, probably just

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

2015-10-28 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979461#comment-14979461 ] Grant Henke commented on KAFKA-2702: I can take this one if you are not planning to wo

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [junrao] MINOR: Add new build target for system test libs -- [...truncated 144 lines...]

[jira] [Commented] (KAFKA-2674) ConsumerRebalanceListener.onPartitionsRevoked() is not called on consumer close

2015-10-28 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979433#comment-14979433 ] Jay Kreps commented on KAFKA-2674: -- [~hachikuji] I don't have a ton to add. I think I add

[jira] [Commented] (KAFKA-2644) Run relevant ducktape tests with SASL_PLAINTEXT and SASL_SSL

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979408#comment-14979408 ] Ismael Juma commented on KAFKA-2644: Yes, I think it would make sense to restrict the

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Ismael Juma
On Wed, Oct 28, 2015 at 10:25 PM, Jason Gustafson wrote: > Hey Ashish, > > Yeah, that's fine with me too. I thought people kind of frowned upon the > use of an empty topic list to get all topics, but perhaps it's more of an > issue at the user API level. > Yes, empty list to represent "all" is q

[jira] [Commented] (KAFKA-2644) Run relevant ducktape tests with SASL_PLAINTEXT and SASL_SSL

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

[GitHub] kafka pull request: MINOR: Add new build target for system test li...

2015-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/361 --- 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-2502) Quotas documentation for 0.8.3

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979389#comment-14979389 ] Ismael Juma commented on KAFKA-2502: [~gwenshap], I assigned you as the reviewer as I

[jira] [Commented] (KAFKA-2688) Avoid forcing reload of `Configuration`

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979385#comment-14979385 ] Ismael Juma commented on KAFKA-2688: Flavio, assigning this to you as I have removed t

[jira] [Updated] (KAFKA-2502) Quotas documentation for 0.8.3

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2502: --- Reviewer: Gwen Shapira (was: Ismael Juma) > Quotas documentation for 0.8.3 >

[jira] [Updated] (KAFKA-2688) Avoid forcing reload of `Configuration`

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2688: --- Assignee: Flavio Junqueira > Avoid forcing reload of `Configuration` > ---

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Jason Gustafson
Hey Ashish, Yeah, that's fine with me too. I thought people kind of frowned upon the use of an empty topic list to get all topics, but perhaps it's more of an issue at the user API level. -Jason On Wed, Oct 28, 2015 at 2:58 PM, Ashish Singh wrote: > Jason, thanks for the great write up. I am o

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Jason Gustafson
Hey Neha, Thanks for the feedback. I don't have a strong position on either of the points you mentioned. If we're fine having an additional request type, then maybe we could do something like this: 1. GroupMetadata accepts an array of groupIds and just returns the coordinator for each group. An e

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-2648: enforce non-empty group-ids in join-group request -- [...truncated 1051 lines...] kafka.integration.PlaintextTopicMetadataTest > testAliveBrokersListWithNoTop

[jira] [Updated] (KAFKA-2545) SSLConsumerTest.testSeek fails with JDK8u60

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2545: --- Fix Version/s: (was: 0.9.0.0) > SSLConsumerTest.testSeek fails with JDK8u60 >

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

2015-10-28 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2017: --- Priority: Blocker (was: Major) > Persist Coordinator State for Coordinator Failover > ---

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Ashish Singh
Jason, thanks for the great write up. I am overall in favor of changes suggested. However, I too think that there is no specific need of *IncludeAllGroups* flag, but that could be due to me not being aware of why this pattern is frowned upon for TopicMetadataRequest. To me it simply eases the use.

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [cshapi] MINOR: KAFKA-2371 follow-up, DistributedHerder should wakeup [junrao] KAFKA-2640; Add tests for ZK authentication -- [...truncated 4858 lines...] kafka.coordinator.MemberMe

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

2015-10-28 Thread Gwen Shapira (JIRA)
Gwen Shapira created KAFKA-2702: --- Summary: ConfigDef toHtmlTable() sorts in a way that is a bit confusing Key: KAFKA-2702 URL: https://issues.apache.org/jira/browse/KAFKA-2702 Project: Kafka I

[jira] [Commented] (KAFKA-2648) Coordinator should not allow empty groupIds

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

[jira] [Resolved] (KAFKA-2648) Coordinator should not allow empty groupIds

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

[GitHub] kafka pull request: KAFKA-2648: group.id is required for new consu...

2015-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/362 --- 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] [Updated] (KAFKA-2687) Allow GroupMetadataRequest to return member metadata when received by group coordinator

2015-10-28 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-2687: Priority: Blocker (was: Major) > Allow GroupMetadataRequest to return member metadata when received

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

2015-10-28 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-2687: Fix Version/s: 0.9.0.0 > Allow GroupMetadataRequest to return member metadata when received by group

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Neha Narkhede
I slightly prefer one of the rejected alternatives over the currently suggested one - which is to add a separate DescribeGroupRequest that always returns the member metadata for the group and any other information useful for monitoring and tooling. It helps keep the abstractions clean and also redu

[jira] [Commented] (KAFKA-2640) Add tests for ZK authentication

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

[jira] [Resolved] (KAFKA-2640) Add tests for ZK authentication

2015-10-28 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-2640. Resolution: Fixed Fix Version/s: 0.9.0.0 Issue resolved by pull request 324 [https://github.com/apach

[GitHub] kafka pull request: KAFKA-2640: Add tests for ZK authentication

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

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

2015-10-28 Thread Apache Jenkins Server
See

[jira] [Commented] (KAFKA-2502) Quotas documentation for 0.8.3

2015-10-28 Thread Aditya Auradkar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979155#comment-14979155 ] Aditya Auradkar commented on KAFKA-2502: [~gwenshap][~ijuma] - Sorry for the delay

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

2015-10-28 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979146#comment-14979146 ] Guozhang Wang edited comment on KAFKA-2017 at 10/28/15 8:08 PM:

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

2015-10-28 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979146#comment-14979146 ] Guozhang Wang commented on KAFKA-2017: -- [~onurkaraman] [~becket_qin] [~jjkoshy] I hav

[jira] [Commented] (KAFKA-2502) Quotas documentation for 0.8.3

2015-10-28 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979144#comment-14979144 ] Gwen Shapira commented on KAFKA-2502: - Any updates, [~aauradkar]? Its a blocker and we

Re: [DISCUSS] KIP-40 - Extend GroupMetadata request to return group and member status

2015-10-28 Thread Gwen Shapira
Looks awesome to me :) This will allow to both list all groups and to retrieve offsets for specific groups. Since 3 days passed with no comments, would you like to start a vote? On Sun, Oct 25, 2015 at 6:29 PM, Jason Gustafson wrote: > Hi Kafka Devs, > > Currently, the new consumer provides no

[jira] [Commented] (KAFKA-2441) SSL/TLS in official docs

2015-10-28 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979124#comment-14979124 ] Gwen Shapira commented on KAFKA-2441: - [~harsha_ch] just a reminder that we are trying

[jira] [Commented] (KAFKA-2371) Add distributed coordinator implementation for Copycat

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

[GitHub] kafka pull request: MINOR: KAFKA-2371 follow-up, DistributedHerder...

2015-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/360 --- 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-jdk8 #67

2015-10-28 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-2675; SASL/Kerberos follow up -- [...truncated 363 lines...] :kafka-trunk-jdk8:log4j-appender:compileJava UP-TO-DATE :kafka-trunk-jdk8:log4j-appender:processResources U

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: Clean-up MemoryRecords variables and APIs -- [...truncated 4675 lines...] org.apache.kafka.copycat.json.JsonConverterTest > nullSchemaAndMapToJson PASSED org.apach

[jira] [Commented] (KAFKA-2644) Run relevant ducktape tests with SASL_PLAINTEXT and SASL_SSL

2015-10-28 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978916#comment-14978916 ] Rajini Sivaram commented on KAFKA-2644: --- [~ijuma] All the SASL tests are now passing

[jira] [Resolved] (KAFKA-2592) Stop Writing the Change-log in store.put() / delete() for Non-transactional Store

2015-10-28 Thread Yasuhiro Matsuda (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yasuhiro Matsuda resolved KAFKA-2592. - Resolution: Won't Fix > Stop Writing the Change-log in store.put() / delete() for Non-tran

[jira] [Resolved] (KAFKA-2675) SASL/Kerberos follow-up

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

[jira] [Commented] (KAFKA-2675) SASL/Kerberos follow-up

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

[GitHub] kafka pull request: KAFKA-2675; SASL/Kerberos follow up

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

2015-10-28 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: Clean-up MemoryRecords variables and APIs -- [...truncated 425 lines...] if (!Console.readLine().equalsIgnoreCase("y")) { ^

[jira] [Assigned] (KAFKA-2700) delete topic should remove the corresponding ACL and configs

2015-10-28 Thread Parth Brahmbhatt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Brahmbhatt reassigned KAFKA-2700: --- Assignee: Parth Brahmbhatt > delete topic should remove the corresponding ACL and con

[GitHub] kafka pull request: MINOR: Clean-up MemoryRecords variables and AP...

2015-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/348 --- 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-2688) Avoid forcing reload of `Configuration`

2015-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978648#comment-14978648 ] ASF GitHub Bot commented on KAFKA-2688: --- Github user ijuma closed the pull request a

[jira] [Commented] (KAFKA-1830) Closing socket connection to /10.118.192.104. (kafka.network.Processor)

2015-10-28 Thread Stephen Powis (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978663#comment-14978663 ] Stephen Powis commented on KAFKA-1830: -- Running 0.8.2.1 and this is still an INFO log

[jira] [Commented] (KAFKA-2688) Avoid forcing reload of `Configuration`

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978649#comment-14978649 ] Ismael Juma commented on KAFKA-2688: I removed the forced reload for the SASL code in

[GitHub] kafka pull request: KAFKA-2688; Avoid forcing reload of `Configura...

2015-10-28 Thread ijuma
Github user ijuma closed the pull request at: https://github.com/apache/kafka/pull/359 --- 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 enable

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

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978624#comment-14978624 ] Ismael Juma commented on KAFKA-2691: [~hachikuji], I think that's right, but we'll kno

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

2015-10-28 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978605#comment-14978605 ] Jason Gustafson commented on KAFKA-2691: [~ijuma] To clarify slightly, the indefin

[jira] [Updated] (KAFKA-2675) SASL/Kerberos follow-up

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2675: --- Description: This is a follow-up to KAFKA-1686. 1. Decide on `serviceName` configuration: do we want

[jira] [Commented] (KAFKA-2675) SASL/Kerberos follow-up

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978585#comment-14978585 ] Ismael Juma commented on KAFKA-2675: The PR fixes an issue with existing tests, but I

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

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978578#comment-14978578 ] Ismael Juma commented on KAFKA-2691: According to Jason, we don't need KAFKA-2391. Wil

[jira] [Commented] (KAFKA-2675) SASL/Kerberos follow-up

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

[GitHub] kafka pull request: KAFKA-2675; SASL/Kerberos follow up

2015-10-28 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/376 KAFKA-2675; SASL/Kerberos follow up You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka KAFKA-2675-sasl-kerberos-follow-up Alternatively y

[jira] [Resolved] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-2701. Resolution: Not A Problem OK, thanks for confirming. > Consumer that uses Zookeeper to connect to K

[jira] [Commented] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978486#comment-14978486 ] Ismael Juma commented on KAFKA-2701: That is correct, if you want a fully secure broke

[jira] [Commented] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Mohammad Abbasi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978494#comment-14978494 ] Mohammad Abbasi commented on KAFKA-2701: Yeah, it's correct, with disabling PLAINT

[jira] [Comment Edited] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978486#comment-14978486 ] Ismael Juma edited comment on KAFKA-2701 at 10/28/15 2:20 PM: --

[jira] [Commented] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Mohammad Abbasi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978477#comment-14978477 ] Mohammad Abbasi commented on KAFKA-2701: Hi [~ijuma], thanks for reply, No I didn'

[jira] [Commented] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978464#comment-14978464 ] Ismael Juma commented on KAFKA-2701: Hi @[~mabbasi90.class], did you disable the PLAIN

[jira] [Commented] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Mohammad Abbasi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978158#comment-14978158 ] Mohammad Abbasi commented on KAFKA-2701: I'm working on trunk branch. > Consumer

[jira] [Updated] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL+Authentication

2015-10-28 Thread Mohammad Abbasi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Abbasi updated KAFKA-2701: --- Summary: Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server

[jira] [Created] (KAFKA-2701) Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL

2015-10-28 Thread Mohammad Abbasi (JIRA)
Mohammad Abbasi created KAFKA-2701: -- Summary: Consumer that uses Zookeeper to connect to Kafka broker, receives messages of server that is secured with SSL Key: KAFKA-2701 URL: https://issues.apache.org/jira/brow

[jira] [Commented] (KAFKA-1641) Log cleaner exits if last cleaned offset is lower than earliest offset

2015-10-28 Thread Denis Zhdanov (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977958#comment-14977958 ] Denis Zhdanov commented on KAFKA-1641: -- Ah, according to Github and release plan 0.9.