[jira] [Updated] (KAFKA-2548) kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0

2015-09-21 Thread jin xing (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jin xing updated KAFKA-2548: Assignee: (was: jin xing) > kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0 >

[jira] [Commented] (KAFKA-2558) ServerShutdownTest is failing intermittently

2015-09-21 Thread Ben Stopford (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900403#comment-14900403 ] Ben Stopford commented on KAFKA-2558: - nice :) > ServerShutdownTest is failing interm

[jira] [Created] (KAFKA-2560) Fatal error during KafkaServer startup because of Map failed error.

2015-09-21 Thread Bo Wang (JIRA)
Bo Wang created KAFKA-2560: -- Summary: Fatal error during KafkaServer startup because of Map failed error. Key: KAFKA-2560 URL: https://issues.apache.org/jira/browse/KAFKA-2560 Project: Kafka Issue

[jira] [Commented] (KAFKA-2551) Unclean leader election docs outdated

2015-09-21 Thread jin xing (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900422#comment-14900422 ] jin xing commented on KAFKA-2551: - yes I agree with you; currently we can configure via un

[jira] [Comment Edited] (KAFKA-2551) Unclean leader election docs outdated

2015-09-21 Thread jin xing (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900422#comment-14900422 ] jin xing edited comment on KAFKA-2551 at 9/21/15 9:31 AM: -- yes I

[jira] [Commented] (KAFKA-1955) Explore disk-based buffering in new Kafka Producer

2015-09-21 Thread Rahul Amaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900525#comment-14900525 ] Rahul Amaram commented on KAFKA-1955: - I do not understand the implementation details

[jira] [Created] (KAFKA-2561) Optionally support OpenSSL for SSL/TLS

2015-09-21 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-2561: -- Summary: Optionally support OpenSSL for SSL/TLS Key: KAFKA-2561 URL: https://issues.apache.org/jira/browse/KAFKA-2561 Project: Kafka Issue Type: New Feature

[jira] [Updated] (KAFKA-2558) ServerShutdownTest is failing intermittently

2015-09-21 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Junqueira updated KAFKA-2558: Fix Version/s: 0.9.0.0 Status: Patch Available (was: Open) > ServerShutdownTest

[jira] [Updated] (KAFKA-2558) ServerShutdownTest is failing intermittently

2015-09-21 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Junqueira updated KAFKA-2558: Description: The test cases there fail because tests are leaking resources into others. For

[jira] [Commented] (KAFKA-2231) Deleting a topic fails

2015-09-21 Thread Andrew M (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900774#comment-14900774 ] Andrew M commented on KAFKA-2231: - Hit same bug with kafka 0.8.2.1 - not able to delete si

[jira] [Commented] (KAFKA-2296) Not able to delete topic on latest kafka

2015-09-21 Thread Andrew M (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900777#comment-14900777 ] Andrew M commented on KAFKA-2296: - Yes, looks like duplicate. > Not able to delete topic

Re: [Discussion] KIP-34 Add Partitioner Change Listener to Partitioner Interface

2015-09-21 Thread Bhavesh Mistry
HI Jiagjie, Thanks for valuable feedback. 1) Thread Coordination for Change of partitions could be issue. I do agree with you that coordination between the application thread and sender thread would be tough one. The only concern I had was to share the same logic you had described among all th

Re: Review Request 36858: Patch for KAFKA-2120

2015-09-21 Thread Mayuresh Gharat
> On Sept. 19, 2015, 11:22 a.m., Ismael Juma wrote: > > clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java, > > line 427 > > > > > > Can this TODO be removed? > > Mayuresh Gharat wrote: >

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

2015-09-21 Thread Jun Rao (JIRA)
Jun Rao created KAFKA-2562: -- Summary: check Kafka scripts for 0.9.0.0 Key: KAFKA-2562 URL: https://issues.apache.org/jira/browse/KAFKA-2562 Project: Kafka Issue Type: Improvement Reporte

Re: [Discussion] KIP-34 Add Partitioner Change Listener to Partitioner Interface

2015-09-21 Thread Jiangjie Qin
Hey Bhavesh, I kind of think this metadata change capture logic should be implemented by each user by themselves for the following reasons: 1. Most user do not really care about partition change. Adding the logic/interface to default partitioner means for users who don't care about the partition

Re: Review Request 36858: Patch for KAFKA-2120

2015-09-21 Thread Ismael Juma
> On Sept. 19, 2015, 11:22 a.m., Ismael Juma wrote: > > clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java, > > line 427 > > > > > > Can this TODO be removed? > > Mayuresh Gharat wrote: >

[jira] [Assigned] (KAFKA-1599) Change preferred replica election admin command to handle large clusters

2015-09-21 Thread Abhishek Nigam (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Nigam reassigned KAFKA-1599: - Assignee: Abhishek Nigam > Change preferred replica election admin command to handle larg

[jira] [Commented] (KAFKA-1599) Change preferred replica election admin command to handle large clusters

2015-09-21 Thread Aditya Auradkar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901142#comment-14901142 ] Aditya Auradkar commented on KAFKA-1599: [~anigam] - Perhaps you can write up your

[GitHub] kafka pull request: KAFKA-2300: Error in controller log when broke...

2015-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/212 --- 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-2300) Error in controller log when broker tries to rejoin cluster

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

[jira] [Resolved] (KAFKA-2300) Error in controller log when broker tries to rejoin cluster

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-2300. -- Resolution: Fixed > Error in controller log when broker tries to rejoin cluster > --

[jira] [Created] (KAFKA-2563) Problem resolving a re-opened ticket in kafka-merge-pr.py

2015-09-21 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-2563: Summary: Problem resolving a re-opened ticket in kafka-merge-pr.py Key: KAFKA-2563 URL: https://issues.apache.org/jira/browse/KAFKA-2563 Project: Kafka Issue

[GitHub] kafka pull request: KAFKA-2533: Create a member Metadata.Listener ...

2015-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/220 --- 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-2533) Create a member Metadata.Listener inside KafkaConsumer

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

[jira] [Resolved] (KAFKA-2533) Create a member Metadata.Listener inside KafkaConsumer

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-2533. -- Resolution: Fixed Fix Version/s: 0.9.0.0 > Create a member Metadata.Listener inside Kafka

[jira] [Updated] (KAFKA-2563) Version number major.major.minor.fix in kafka-merge-pr.py

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2563: - Summary: Version number major.major.minor.fix in kafka-merge-pr.py (was: Problem resolving a re-o

[jira] [Updated] (KAFKA-2563) Problem resolving a re-opened ticket in kafka-merge-pr.py

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2563: - Description: Saw the following error while using the script to resolve a re-opened ticket a coupl

[jira] [Updated] (KAFKA-2563) Version number major.major.minor.fix in kafka-merge-pr.py

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2563: - Description: Saw the following error while using the script to resolve a re-opened ticket a coupl

[jira] [Commented] (KAFKA-2563) Version number major.major.minor.fix in kafka-merge-pr.py

2015-09-21 Thread Edward Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901212#comment-14901212 ] Edward Ribeiro commented on KAFKA-2563: --- This is a duplicate of KAFKA-2548. ;) >

[jira] [Updated] (KAFKA-1978) Replication test_0131 system test has been failing.

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-1978: - Resolution: Won't Fix Status: Resolved (was: Patch Available) We will not fix this issue

[jira] [Updated] (KAFKA-2146) adding partition did not find the correct startIndex

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2146: - Fix Version/s: 0.9.0.0 > adding partition did not find the correct startIndex > -

[jira] [Commented] (KAFKA-2146) adding partition did not find the correct startIndex

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901243#comment-14901243 ] Guozhang Wang commented on KAFKA-2146: -- Yeah I agree, could you update the patch? >

[jira] [Updated] (KAFKA-2548) kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2548: - Assignee: Ismael Juma > kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0 > --

[jira] [Updated] (KAFKA-2548) kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2548: - Fix Version/s: 0.9.0.0 > kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0 > -

[jira] [Commented] (KAFKA-2563) Version number major.major.minor.fix in kafka-merge-pr.py

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901247#comment-14901247 ] Guozhang Wang commented on KAFKA-2563: -- You are right, closing now. > Version number

[jira] [Resolved] (KAFKA-2563) Version number major.major.minor.fix in kafka-merge-pr.py

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-2563. -- Resolution: Duplicate Assignee: (was: Ismael Juma) > Version number major.major.minor.

[jira] [Commented] (KAFKA-1599) Change preferred replica election admin command to handle large clusters

2015-09-21 Thread Abhishek Nigam (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901279#comment-14901279 ] Abhishek Nigam commented on KAFKA-1599: --- Copying this content verbatim from a newly

[GitHub] kafka pull request: KAFKA-2532; Remove Consumer reference from reb...

2015-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/203 --- 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-2532) Remove Consumer from rebalance callback arguments

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2532: - Resolution: Fixed Fix Version/s: (was: 0.10.0.0) 0.9.0.0 S

[jira] [Commented] (KAFKA-2532) Remove Consumer from rebalance callback arguments

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

[jira] [Created] (KAFKA-2564) SSL: Received fatal alert: handshake_failure occurs sporadically

2015-09-21 Thread Ben Stopford (JIRA)
Ben Stopford created KAFKA-2564: --- Summary: SSL: Received fatal alert: handshake_failure occurs sporadically Key: KAFKA-2564 URL: https://issues.apache.org/jira/browse/KAFKA-2564 Project: Kafka

Re: Kafka releases - can they be more often please?

2015-09-21 Thread Jaikiran Pai
Thanks Ewen. This helps partly but not fully since the Kafka runtime itself isn't published to Maven (unless I looked up at the wrong place) and thus we cannot boot up Kafka as a process, without the binaries available somewhere. -Jaikiran On Monday 21 September 2015 10:41 AM, Ewen Cheslack-

[GitHub] kafka pull request: KAFKA-1888 [WIP]: rolling upgrade test

2015-09-21 Thread granders
GitHub user granders opened a pull request: https://github.com/apache/kafka/pull/229 KAFKA-1888 [WIP]: rolling upgrade test @ewencp @gwenshap This needs some refactoring to avoid the duplicated code between replication test and upgrade test, but in shape for initial feedback.

[jira] [Commented] (KAFKA-1888) Add a "rolling upgrade" system test

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

[jira] [Assigned] (KAFKA-1888) Add a "rolling upgrade" system test

2015-09-21 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Anderson reassigned KAFKA-1888: - Assignee: Geoff Anderson > Add a "rolling upgrade" system test >

[jira] [Updated] (KAFKA-1888) Add a "rolling upgrade" system test

2015-09-21 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Anderson updated KAFKA-1888: -- Reviewer: Ewen Cheslack-Postava > Add a "rolling upgrade" system test >

[jira] [Updated] (KAFKA-1888) Add a "rolling upgrade" system test

2015-09-21 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Anderson updated KAFKA-1888: -- Fix Version/s: (was: 0.10.0.0) 0.9.0.0 > Add a "rolling upgrade" system t

[jira] [Commented] (KAFKA-2003) Add upgrade tests

2015-09-21 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901441#comment-14901441 ] Geoff Anderson commented on KAFKA-2003: --- [~anigam] [~singhashish] I am doing some wo

[jira] [Commented] (KAFKA-2559) Add ducktape task to gradle

2015-09-21 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901448#comment-14901448 ] Geoff Anderson commented on KAFKA-2559: --- [~gwenshap] interesting idea... so presumab

Re: Kafka releases - can they be more often please?

2015-09-21 Thread Jun Rao
0.8.2.2 is already in maven ( http://mvnrepository.com/artifact/org.apache.kafka/kafka_2.10/0.8.2.2) and the binary download can be found at https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz . Since we are moving the website to another repository, the website is curren

[jira] [Commented] (KAFKA-2559) Add ducktape task to gradle

2015-09-21 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901487#comment-14901487 ] Gwen Shapira commented on KAFKA-2559: - Your scenario is ideal. I'll be fine with a tas

[jira] [Updated] (KAFKA-2557) Separate RebalanceInProgress from IllegalGeneration Error Code

2015-09-21 Thread Jiangjie Qin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiangjie Qin updated KAFKA-2557: Fix Version/s: 0.9.0.0 > Separate RebalanceInProgress from IllegalGeneration Error Code > --

[jira] [Commented] (KAFKA-2558) ServerShutdownTest is failing intermittently

2015-09-21 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901527#comment-14901527 ] Flavio Junqueira commented on KAFKA-2558: - Extending the scope to also include the

Re: Kafka releases - can they be more often please?

2015-09-21 Thread Jaikiran Pai
Thanks Jun! That works for us. -Jaikiran On Tuesday 22 September 2015 03:03 AM, Jun Rao wrote: 0.8.2.2 is already in maven ( http://mvnrepository.com/artifact/org.apache.kafka/kafka_2.10/0.8.2.2) and the binary download can be found at https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/ka

[jira] [Commented] (KAFKA-2003) Add upgrade tests

2015-09-21 Thread Ashish K Singh (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901562#comment-14901562 ] Ashish K Singh commented on KAFKA-2003: --- [~granders] sure! > Add upgrade tests > --

[jira] [Assigned] (KAFKA-2003) Add upgrade tests

2015-09-21 Thread Geoff Anderson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Anderson reassigned KAFKA-2003: - Assignee: Geoff Anderson (was: Ashish K Singh) > Add upgrade tests > - >

Re: [DISCUSS] KIP-31 - Message format change proposal

2015-09-21 Thread Jun Rao
Jiangjie, Thanks for the writeup. A few comments below. 1. We will need to be a bit careful with fetch requests from the followers. Basically, as we are doing a rolling upgrade of the brokers, the follower can't start issuing V2 of the fetch request until the rest of the brokers are ready to proc

Kafka KIP meeting Sep. 22 at 11:00am PST

2015-09-21 Thread Jun Rao
Hi, Everyone, We will have a Kafka KIP meeting on tomorrow at 11:00am PST. If you plan to attend but haven't received an invite, please let me know. The following is the agenda. Agenda: 1. KIP-31: Move to relative offsets in compressed message sets 2. KIP-32: Add CreateTime and LogAppendTime to K

[GitHub] kafka pull request: KAFKA-2211: Adding simpleAclAuthorizer impleme...

2015-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/195 --- 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-2211) KafkaAuthorizer: Add simpleACLAuthorizer implementation.

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

[jira] [Updated] (KAFKA-2211) KafkaAuthorizer: Add simpleACLAuthorizer implementation.

2015-09-21 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2211: --- Resolution: Fixed Status: Resolved (was: Patch Available) > KafkaAuthorizer: Add simpleACLAuthorizer

Re: [DISCUSS] KIP-31 - Message format change proposal

2015-09-21 Thread Jay Kreps
For (3) I don't think we can change the offset in the outer message from what it is today as it is relied upon in the search done in the log layer. The reason it is the offset of the last message rather than the first is to make the offset a least upper bound (i.e. the smallest offset >= fetch_offs

[GitHub] kafka pull request: KAFKA-2558: ServerShutdownTest is failing inte...

2015-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/224 --- 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-2558) ServerShutdownTest is failing intermittently

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

[jira] [Updated] (KAFKA-2558) ServerShutdownTest is failing intermittently

2015-09-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2558: - Resolution: Fixed Status: Resolved (was: Patch Available) > ServerShutdownTest is failing

[VOTE] KIP-28 - Add a processor client for stream data processing

2015-09-21 Thread Guozhang Wang
Hello all, I would like to start the voting process on the following KIP: add a processor client . The design summary and the discussion threads can be found on the wiki. The vote will run for 72 hours. -- Guozh

Re: [VOTE] KIP-28 - Add a processor client for stream data processing

2015-09-21 Thread Joe Stein
+1 ~ Joestein On Sep 21, 2015 6:28 PM, "Guozhang Wang" wrote: > Hello all, > > I would like to start the voting process on the following KIP: add a > processor client > < > https://cwiki.apache.org/confluence/display/KAFKA/KIP-28+-+Add+a+processor+client > > > . > > The design summary and the di

Re: [VOTE] KIP-28 - Add a processor client for stream data processing

2015-09-21 Thread Gwen Shapira
+1 Super excited about the API and the possibilities it adds to Kafka. On Mon, Sep 21, 2015 at 6:28 PM, Guozhang Wang wrote: > Hello all, > > I would like to start the voting process on the following KIP: add a > processor client > < > https://cwiki.apache.org/confluence/display/KAFKA/KIP-28+-+

Re: [VOTE] KIP-28 - Add a processor client for stream data processing

2015-09-21 Thread Jay Kreps
+1 -Jay On Mon, Sep 21, 2015 at 6:28 PM, Guozhang Wang wrote: > Hello all, > > I would like to start the voting process on the following KIP: add a > processor client > < > https://cwiki.apache.org/confluence/display/KAFKA/KIP-28+-+Add+a+processor+client > > > . > > The design summary and the d

Build failed in Jenkins: Kafka-trunk #627

2015-09-21 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-2211: Adding simpleAclAuthorizer implementation and test cases. -- [...truncated 1664 lines...] kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas PASSED ka

Build failed in Jenkins: Kafka-trunk #628

2015-09-21 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-2558: ServerShutdownTest is failing intermittently -- [...truncated 1744 lines...] kafka.log.FileMessageSetTest > testRead PASSED kafka.log.FileMessageSetTest > testFile

[ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Jun Rao
I am pleased to announce that the Apache Kafka PMC has voted to invite Sriharsha Chintalapani as a committer and Sriharsha has accepted. Sriharsha has contributed numerous patches to Kafka. The most significant one is the SSL support. Please join me on welcoming and congratulating Sriharsha. I l

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Guozhang Wang
Congrats Sriharsha! Guozhang On Mon, Sep 21, 2015 at 9:10 PM, Jun Rao wrote: > I am pleased to announce that the Apache Kafka PMC has voted to > invite Sriharsha Chintalapani as a committer and Sriharsha has accepted. > > Sriharsha has contributed numerous patches to Kafka. The most significant

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Dong Lin
Congratulations Sriharsha! Dong On Tue, Sep 22, 2015 at 4:17 AM, Guozhang Wang wrote: > Congrats Sriharsha! > > Guozhang > > On Mon, Sep 21, 2015 at 9:10 PM, Jun Rao wrote: > > > I am pleased to announce that the Apache Kafka PMC has voted to > > invite Sriharsha Chintalapani as a committer an

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Manikumar Reddy
congrats harsha! On Tue, Sep 22, 2015 at 9:48 AM, Dong Lin wrote: > Congratulations Sriharsha! > > Dong > > On Tue, Sep 22, 2015 at 4:17 AM, Guozhang Wang wrote: > > > Congrats Sriharsha! > > > > Guozhang > > > > On Mon, Sep 21, 2015 at 9:10 PM, Jun Rao wrote: > > > > > I am pleased to announc

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Ashish Singh
Congrats Harsha! On Monday, September 21, 2015, Manikumar Reddy wrote: > congrats harsha! > > On Tue, Sep 22, 2015 at 9:48 AM, Dong Lin > wrote: > > > Congratulations Sriharsha! > > > > Dong > > > > On Tue, Sep 22, 2015 at 4:17 AM, Guozhang Wang > wrote: > > > > > Congrats Sriharsha! > > > > >

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Prabhjot Bharaj
Congratulations. It's inspiring for newbies like me Regards, Prabhjot On Sep 22, 2015 10:30 AM, "Ashish Singh" wrote: > Congrats Harsha! > > On Monday, September 21, 2015, Manikumar Reddy > wrote: > > > congrats harsha! > > > > On Tue, Sep 22, 2015 at 9:48 AM, Dong Lin > > wrote: > > > > > Con

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Aditya Auradkar
Congrats Sriharsha! Great work.. especially on SSL. On Mon, Sep 21, 2015 at 10:31 PM, Prabhjot Bharaj wrote: > Congratulations. It's inspiring for newbies like me > > Regards, > Prabhjot > On Sep 22, 2015 10:30 AM, "Ashish Singh" wrote: > > > Congrats Harsha! > > > > On Monday, September 21, 20

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Kartik Paramasivam
Congratulations Sriharsha !! Special thanks for all the awesome work on SSL. We are looking forward to rolling out this feature at LinkedIn in the coming weeks. cheers Kartik On Mon, Sep 21, 2015 at 9:10 PM, Jun Rao wrote: > I am pleased to announce that the Apache Kafka PMC has voted to > in

Re: [VOTE] KIP-28 - Add a processor client for stream data processing

2015-09-21 Thread Ewen Cheslack-Postava
+1 (non-binding) On Mon, Sep 21, 2015 at 6:57 PM, Jay Kreps wrote: > +1 > > -Jay > > On Mon, Sep 21, 2015 at 6:28 PM, Guozhang Wang wrote: > > > Hello all, > > > > I would like to start the voting process on the following KIP: add a > > processor client > > < > > > https://cwiki.apache.org/conf

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Jiangjie Qin
Congrats, Harsha! On Mon, Sep 21, 2015 at 10:31 PM, Prabhjot Bharaj wrote: > Congratulations. It's inspiring for newbies like me > > Regards, > Prabhjot > On Sep 22, 2015 10:30 AM, "Ashish Singh" wrote: > > > Congrats Harsha! > > > > On Monday, September 21, 2015, Manikumar Reddy > > wrote: >

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Ewen Cheslack-Postava
Congrats, Harsha! Glad to have another reviewer to target with review requests :P -Ewen On Mon, Sep 21, 2015 at 11:03 PM, Kartik Paramasivam < kparamasi...@linkedin.com.invalid> wrote: > Congratulations Sriharsha !! > > Special thanks for all the awesome work on SSL. We are looking forward to