Re: [VOTE] KIP-371: Add a configuration to build custom SSL principal name

2018-10-09 Thread Manikumar
Hi All, The vote has passed with 3 binding votes (Harsha, Rajini, Jun) and 2 non-binding votes (Priyank, Satish). Thanks everyone for the votes. Thanks, Manikumar On Wed, Oct 10, 2018 at 1:36 AM Jun Rao wrote: > Hi, Mani, > > Thanks for the KIP. +1 from me. > > Jun > > On Wed, Sep 19, 2018

Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-10-09 Thread Dong Lin
Hey Lucas, Thanks for the KIP. Looks good overall. +1 I have two trivial comments which may be a bit useful to reader. - Can we include the default value for the new config in Public Interface section? Typically the default value of the new config is an important part of public interface and we

Build failed in Jenkins: kafka-trunk-jdk10 #617

2018-10-09 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-4514; Add Codec for ZStandard Compression (#2267) -- [...truncated 2.35 MB...] org.apache.kafka.streams.TopologyTestDriverTest >

Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-10-09 Thread Joel Koshy
+1 Thanks for the updated KIP. On Tue, Oct 9, 2018 at 3:28 PM Lucas Wang wrote: > Thanks Jun, I've updated the KIP with the new names. > > Hi Joel, Becket, Dong, Ismael, > Since you've reviewed this KIP in the past, can you please review it again? > Thanks a lot! > > Lucas > > On Mon, Oct 8,

Jenkins build is back to normal : kafka-2.1-jdk8 #11

2018-10-09 Thread Apache Jenkins Server
See

Jenkins build is back to normal : kafka-trunk-jdk8 #3092

2018-10-09 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-4514) Add Codec for ZStandard Compression

2018-10-09 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-4514. Resolution: Fixed Fix Version/s: 2.1.0 > Add Codec for ZStandard Compression >

Build failed in Jenkins: kafka-trunk-jdk10 #615

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H31 (ubuntu xenial) in workspace

Re: [VOTE] KIP-358: Migrate Streams API to Duration instead of long ms times

2018-10-09 Thread Nikolay Izhikov
In process of implementation of this KIP we discussed with John Roesler and Matthias J. Sax two additional changes: 1. Changes in KafkaStream#close semantics [1] : * reject negative numbers * make 0 just signal and return immediately (after checking the state once) 2. Default

Re: [VOTE] KIP-291: Have separate queues for control requests and data requests

2018-10-09 Thread Lucas Wang
Thanks Jun, I've updated the KIP with the new names. Hi Joel, Becket, Dong, Ismael, Since you've reviewed this KIP in the past, can you please review it again? Thanks a lot! Lucas On Mon, Oct 8, 2018 at 6:10 PM Jun Rao wrote: > Hi, Lucas, > > Yes, the new names sound good to me. > > Thanks, >

Build failed in Jenkins: kafka-2.1-jdk8 #10

2018-10-09 Thread Apache Jenkins Server
See Changes: [matthias] KAFKA-7198: Enhance KafkaStreams start method javadoc. (#5763) -- [...truncated 2.70 MB...] > Task :streams:examples:compileJava

Build failed in Jenkins: kafka-trunk-jdk10 #613

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H30 (ubuntu xenial) in workspace

[jira] [Created] (KAFKA-7493) Rewrite test_broker_type_bounce_at_start

2018-10-09 Thread John Roesler (JIRA)
John Roesler created KAFKA-7493: --- Summary: Rewrite test_broker_type_bounce_at_start Key: KAFKA-7493 URL: https://issues.apache.org/jira/browse/KAFKA-7493 Project: Kafka Issue Type: Improvement

Build failed in Jenkins: kafka-trunk-jdk10 #612

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H30 (ubuntu xenial) in workspace

Build failed in Jenkins: kafka-2.0-jdk8 #165

2018-10-09 Thread Apache Jenkins Server
See Changes: [matthias] KAFKA-7198: Enhance KafkaStreams start method javadoc. (#5763) -- [...truncated 2.50 MB...] org.apache.kafka.streams.TopologyTest >

Re: [VOTE] KIP-371: Add a configuration to build custom SSL principal name

2018-10-09 Thread Jun Rao
Hi, Mani, Thanks for the KIP. +1 from me. Jun On Wed, Sep 19, 2018 at 5:19 AM, Manikumar wrote: > Hi All, > > I would like to start voting on KIP-371, which adds a configuration option > for building custom SSL principal names. > > KIP: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-

Jenkins build is back to normal : kafka-1.1-jdk7 #222

2018-10-09 Thread Apache Jenkins Server
See

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

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H32 (ubuntu xenial) in workspace

Build failed in Jenkins: kafka-trunk-jdk10 #611

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H30 (ubuntu xenial) in workspace

[jira] [Resolved] (KAFKA-3097) Acls for PrincipalType User are case sensitive

2018-10-09 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-3097. Resolution: Fixed Assignee: Manikumar (was: Ashish Singh) Fix Version/s: 2.1.0 Merged to

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

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Build failed in Jenkins: kafka-trunk-jdk10 #610

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Re: [VOTE] KIP-358: Migrate Streams API to Duration instead of long ms times

2018-10-09 Thread John Roesler
Hi Nikolay, I have a proposal to improve the compatibility around your KIP... Do you mind taking a look? https://github.com/apache/kafka/pull/5759#issuecomment-428242210 Thanks, -John On Mon, Sep 24, 2018 at 3:44 PM Nikolay Izhikov wrote: > Hello, John. > > Tests in my PR is green now. >

[jira] [Resolved] (KAFKA-7366) topic level segment.bytes and segment.ms not taking effect immediately

2018-10-09 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-7366. Resolution: Fixed Fix Version/s: 2.1.0 Merged to 2.1 and trunk. > topic level segment.bytes and

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

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Build failed in Jenkins: kafka-1.1-jdk7 #221

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H29 (ubuntu xenial) in workspace

Build failed in Jenkins: kafka-trunk-jdk10 #609

2018-10-09 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

[jira] [Resolved] (KAFKA-7198) Enhance KafkaStreams start method javadoc

2018-10-09 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-7198. Resolution: Fixed > Enhance KafkaStreams start method javadoc >

Re: [DISCUSS] KIP-377: TopicCommand to use AdminClient

2018-10-09 Thread Viktor Somogyi-Vass
Hi All, Would like to bump this as the conversation sank a little bit, but more importantly I'd like to validate my plans/ideas on extending the Metadata protocol. I was thinking about two other alternatives, namely: 1. Create a ListTopicUnderDeletion protocol. This however would be unnecessary:

Using Kafka/Queue for replacement of RPC, is it anti-pattern? Why?

2018-10-09 Thread Savankumar Gudaas
Hello Kafka Devs!! I have a strange question!! I wanna listen your opinion on replacement of HTTP/gRPC with bi-directional Kafka. With minimal changes to applications.(If possibilitie, hide from application developer by library) Is it anti pattern? Why? What are advantages? why? Anyone ever

Re: KIP-213 - Scalable/Usable Foreign-Key KTable joins - Rebooted.

2018-10-09 Thread Adam Bellemare
Hello Contributors I know that 2.1 is about to be released, but I do need to bump this to keep visibility up. I am still intending to push this through once contributor feedback is given. Main points that need addressing: 1) Any way (or benefit) in structuring the current singular graph node

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

2018-10-09 Thread Apache Jenkins Server
See Changes: [junrao] KAFKA-7215: Improve LogCleaner Error Handling (#5439) [lindong28] MINOR: Fix LogDirFailureTest flake [rajinisivaram] KAFKA-7478: Reduce default logging verbosity in

Jenkins build is back to normal : kafka-trunk-jdk10 #608

2018-10-09 Thread Apache Jenkins Server
See