Re: Vote for KIP-393 (Fix time windowed serde to deserialize changelog topic)

2018-12-08 Thread Boyang Chen
Hey Shawn, thanks for the great writeup! The motivation is super clear and solution makes a lot of sense. +1 (non-binding) Boyang From: Liquan Pei Sent: Friday, December 7, 2018 5:22 AM To: dev@kafka.apache.org; shavvnnngu...@gmail.com Subject: Re: Vote for

Re: Kafka replication error

2018-12-08 Thread Tony Liu
you mentioned: 1. broker disconnection error, normally the case I have ever seen is when some broker is busy and can not response connection quickly to other replicas. 2. partitions under-replicated, normally pint to some broker may have a performance issue. 3. 90%

Re: Kafka replication error

2018-12-08 Thread Suman B N
Still hoping for some help here. On Fri, Dec 7, 2018 at 12:24 AM Suman B N wrote: > Guys, > Another observation is 90% of under-replicated partitions have the same > node as the follower. > > *Any help in here is very much appreciated. We have very less time to > stabilize kafka. Thanks a lot

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

2018-12-08 Thread Apache Jenkins Server
See Changes: [wangguoz] MINOR: fix checkpoint write failure warning log (#6008) -- [...truncated 2.24 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

Re: contributor list

2018-12-08 Thread Matthias J. Sax
What is your JIRA ID? -Matthias On 12/8/18 7:21 AM, david greenfield wrote: > Hi, > > I'd like to be added to the contributor list. I am interested in getting > started contributing. I thought I'd start with some of the "starter" jira > tickets. > > > Thanks! > signature.asc

Re: [DISCUSS] KIP-398: Support reading trust store from classpath

2018-12-08 Thread Harsha
Hi Noa, Based on KIP"s motivation section "If we had the ability to load a trust store from the classpath as well as from a file, the trust store could be shipped in a jar that could be declared as a dependency and piggyback on the distribution infrastructure already in place." It

Jenkins build is back to normal : kafka-trunk-jdk11 #145

2018-12-08 Thread Apache Jenkins Server
See

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

2018-12-08 Thread Apache Jenkins Server
See Changes: [ismael] MINOR: Fix failing [ismael] MINOR: Specify character encoding in NetworkTestUtils (#5965) [ismael] MINOR: Catch NoRecordsException in testCommaSeparatedRegex() test

contributor list

2018-12-08 Thread david greenfield
Hi, I'd like to be added to the contributor list. I am interested in getting started contributing. I thought I'd start with some of the "starter" jira tickets. Thanks!

Re: [DISCUSS] KIP-398: Support reading trust store from classpath

2018-12-08 Thread Noa Resare
> On 6 Dec 2018, at 20:16, Rajini Sivaram wrote: > > Hi Noa, > > Thanks for the KIP. A few comments/questions: > > 1. If we support filenames starting with `classpath:` by requiring > `file:`prefix, > then we are presumably not supporting files starting `file:`. Not > necessarily an issue,