[jira] [Created] (KAFKA-9702) Suspected memory leak

2020-03-11 Thread Nishant Ranjan (Jira)
Nishant Ranjan created KAFKA-9702: - Summary: Suspected memory leak Key: KAFKA-9702 URL: https://issues.apache.org/jira/browse/KAFKA-9702 Project: Kafka Issue Type: Bug Components:

Build failed in Jenkins: kafka-2.5-jdk8 #61

2020-03-11 Thread Apache Jenkins Server
See Changes: [matthias] MINOR: Update Streams IQ JavaDocs to not point to a deprecated method -- [...truncated 2.89 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

回复:回复:回复:[Vote] KIP-571: Add option to force remove members in StreamsResetter

2020-03-11 Thread feyman2009
Hi, Sophie For 1) Sorry, I found that my expression is kind of misleading, what I actually mean is: "if --force not specified, an exception saying there are still active members on broker side will be thrown and suggesting using StreamsResetter with --force", I just updated the KIP page.

Re: Feature request for 'prefixless' topic mirroring

2020-03-11 Thread Ryanne Dolan
Hello Marcin, actually KIP-382 includes LegacyReplicationPolicy (not yet released) which is similar to your PrefixlessReplicationPolicy and the MigrationReplicationPolicy mentioned. I don't think these are hacky, though maybe the documentation could better address what to do when a method doesn't

Re: [DISCUSS] KIP-519: Make SSL context/engine configuration extensible

2020-03-11 Thread Rajini Sivaram
Hi Maulin, I have reviewed the PR and left some comments, can you turn it into a PR for https://github.com/apache/kafka? It looks good overall. We pass all configs to other plugins, so we can do the same here. That would be safer than assuming that all custom SSL-related configs start with

[RESULTS] [VOTE] Release Kafka version 2.4.1 UPDATE

2020-03-11 Thread Bill Bejeck
Previously I erroneously reported the vote with 4 PMC +1s. I thought one of the voters was also a PMC member. But since there are still 3 PMC + 1s, the passing vote for this release is still valid. This vote passes with 10 +1 votes (3 bindings) and no 0 or -1 votes. +1 votes PMC Members (in

RE: Re: [DISCUSS] KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum

2020-03-11 Thread vijay gupta
Hi, What’s the latest status on this JIRA? Regards, Vijay On 2019/11/06 15:07:03 Viktor Somogyi-Vass wrote: > Hi Elmahdi, > > I've added the JIRA to the KIP (and also below) where you can track the > progress (but more subtask will come as the current ones don't represent > the full work to be

Re: [DISCUSS] KIP-552: Add interface to handle unused config

2020-03-11 Thread Artur Burtsev
Long time no see, was on holiday . Thread got an interesting twist into reporting and fixing every single warning individually, which is outside of my capacity. As I mentioned in the KIP and also as highlighted by Patric - you don't have to do anything extraordinary to get these warnings, you

[jira] [Created] (KAFKA-9703) ProducerBatch.split takes up too many resources if the bigBatch is huge

2020-03-11 Thread jiamei xie (Jira)
jiamei xie created KAFKA-9703: - Summary: ProducerBatch.split takes up too many resources if the bigBatch is huge Key: KAFKA-9703 URL: https://issues.apache.org/jira/browse/KAFKA-9703 Project: Kafka

[jira] [Created] (KAFKA-9704) z/OS won't let us resize file when mmap

2020-03-11 Thread Shuo Zhang (Jira)
Shuo Zhang created KAFKA-9704: - Summary: z/OS won't let us resize file when mmap Key: KAFKA-9704 URL: https://issues.apache.org/jira/browse/KAFKA-9704 Project: Kafka Issue Type: Task

Feature request for 'prefixless' topic mirroring

2020-03-11 Thread Marcin Wieloch
Dear All, I would like to raise a feature request for ‘prefixless’ topic mirroring with MirrorMaker2 (see detailed description below). As after quite a few tries I am not 100% sure, could you please confirm that by now the ‘prefixless’ mirroring is not supported and that my feature request is

Has restarted broker caught up?

2020-03-11 Thread Gokul Ramanan Subramanian
Hi. What is the idiomatic / correct way to know that a restarted broker in an existing Kafka cluster has caught up to all the leaders for the partitions it hosts? Is there a specific JMX metric published either by the leader / follower that we can monitor? Ideally, the metric would have the

[jira] [Resolved] (KAFKA-5972) Flatten SMT does not work with null values

2020-03-11 Thread Greg Harris (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Harris resolved KAFKA-5972. Resolution: Fixed > Flatten SMT does not work with null values >

[jira] [Created] (KAFKA-9706) Flatten transformation fails when encountering tombstone event

2020-03-11 Thread Greg Harris (Jira)
Greg Harris created KAFKA-9706: -- Summary: Flatten transformation fails when encountering tombstone event Key: KAFKA-9706 URL: https://issues.apache.org/jira/browse/KAFKA-9706 Project: Kafka

Re: Add a customized logo for Kafka Streams

2020-03-11 Thread Sophie Blee-Goldman
Just to throw another proposal out there and inspire some debate, here's a similar-but-different idea (inspired by John + some sketches I found on google): *~~ See attachment, inlined image is too large for the mailing list ~~* This one's definitely more fun, my only concern is that it doesn't

[jira] [Resolved] (KAFKA-1292) Command-line tools should print what they do as part of their usage command

2020-03-11 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sönke Liebau resolved KAFKA-1292. - Resolution: Fixed This has been implemented by now, I do believe within the linked ticket. >

Jira Cleanup

2020-03-11 Thread Sönke Liebau
All, I left a few comments on some old but still open jiras in an attempt to clean up a little bit. Since probably no one would notice these comments I thought I'd quickly list them here to give people a chance to check on them: KAFKA-1265 -

[jira] [Created] (KAFKA-9705) (Incremental)AlterConfig should be propagated from Controller in bridge release

2020-03-11 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-9705: -- Summary: (Incremental)AlterConfig should be propagated from Controller in bridge release Key: KAFKA-9705 URL: https://issues.apache.org/jira/browse/KAFKA-9705 Project:

Re: [DISCUSS] KIP-519: Make SSL context/engine configuration extensible

2020-03-11 Thread Maulin Vasavada
Thanks Rajini. Sounds good. I'll make changes and update this thread. On Wed, Mar 11, 2020 at 6:41 AM Rajini Sivaram wrote: > Hi Maulin, > > I have reviewed the PR and left some comments, can you turn it into a PR > for https://github.com/apache/kafka? It looks good overall. > > We pass all

Re: Re: [DISCUSS] KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum

2020-03-11 Thread Guozhang Wang
Hi Vijay, The current progress is tracked under the ticket https://issues.apache.org/jira/browse/KAFKA-9119 as sub-tasks. The first milestone would be moving off all admin request handling out of ZK and let them to talk to brokers. Guozhang On Wed, Mar 11, 2020 at 8:23 AM vijay gupta wrote:

[jira] [Created] (KAFKA-9707) InsertField.Key transformation does not apply to tombstone records

2020-03-11 Thread Greg Harris (Jira)
Greg Harris created KAFKA-9707: -- Summary: InsertField.Key transformation does not apply to tombstone records Key: KAFKA-9707 URL: https://issues.apache.org/jira/browse/KAFKA-9707 Project: Kafka

[jira] [Resolved] (KAFKA-9605) EOS Producer could throw illegal state if trying to complete a failed batch after fatal error

2020-03-11 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9605. Resolution: Fixed > EOS Producer could throw illegal state if trying to complete a failed

[jira] [Created] (KAFKA-9708) Connector does not prefer to use packaged classes during configuration

2020-03-11 Thread Greg Harris (Jira)
Greg Harris created KAFKA-9708: -- Summary: Connector does not prefer to use packaged classes during configuration Key: KAFKA-9708 URL: https://issues.apache.org/jira/browse/KAFKA-9708 Project: Kafka

[jira] [Created] (KAFKA-9709) add a confirm when kafka-server-stop.sh find multiple kafka instances to kill

2020-03-11 Thread qiang Liu (Jira)
qiang Liu created KAFKA-9709: Summary: add a confirm when kafka-server-stop.sh find multiple kafka instances to kill Key: KAFKA-9709 URL: https://issues.apache.org/jira/browse/KAFKA-9709 Project: Kafka