Re: [kafka-clients] Re: [VOTE] 2.5.0 RC1

2020-03-16 Thread Gwen Shapira
Oh wow, I love this checklist. I don't think we'll have time to create one for this release, but will be great to track this via JIRA and see if we can get all those contributed before 2.6... Gwen Shapira Engineering Manager | Confluent 650.450.2760 | @gwenshap Follow us: Twitter | blog On

Jenkins build is back to normal : kafka-2.5-jdk8 #64

2020-03-16 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-9728) kafka-dump-log.sh to support dumping only head or tail part

2020-03-16 Thread Weichu Liu (Jira)
Weichu Liu created KAFKA-9728: - Summary: kafka-dump-log.sh to support dumping only head or tail part Key: KAFKA-9728 URL: https://issues.apache.org/jira/browse/KAFKA-9728 Project: Kafka Issue

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

2020-03-16 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk11 #1248

2020-03-16 Thread Apache Jenkins Server
See Changes: [github] MINOR: Fix kafka.server.RequestQuotaTest missing new ApiKeys. (#8302) -- [...truncated 2.92 MB...]

Build failed in Jenkins: kafka-trunk-jdk11 #1247

2020-03-16 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9712: Catch and handle exception thrown by reflections scanner -- [...truncated 2.93 MB...]

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

2020-03-16 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9712: Catch and handle exception thrown by reflections scanner -- [...truncated 2.91 MB...] org.apache.kafka.streams.TopologyTestDriverTest

Request Permission to Create Kafka Improvement Proposal

2020-03-16 Thread Zihan Li
Hi, I’m writing to request permission to create KIP. My proposal: Currently there are two error handling options in Kafka connect, “none” and “all”. Option “none” will config the connector to fail fast, and option “all” will ignore broken records. I'm proposing a third option, which should

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC1

2020-03-16 Thread Konstantine Karantasis
Thank you David. The fix for https://issues.apache.org/jira/browse/KAFKA-9712 has now been merged to trunk and cherry-picked on the 2.5 branch. I hope this helps to unblock the next release candidate. Best, Konstantine On Mon, Mar 16, 2020 at 8:06 AM David Arthur wrote: > Thanks, Konstantine.

[jira] [Resolved] (KAFKA-9712) Reflections library 0.9.12 introduced in 2.5 causes regression scanning for plugins on plugin_path

2020-03-16 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis resolved KAFKA-9712. --- Resolution: Fixed This fix has now been merged to {{trunk}} and backported

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC1

2020-03-16 Thread Israel Ekpo
- Download artifacts successfully - Verified signatures successfully - All tests have passed so far for Scala 2.12. Have not run it on 2.13 yet +1 (non-binding) for the release I do have some feedback so I think we should include in the RC announcement a link for how the community

[jira] [Created] (KAFKA-9727) Flaky system test StreamsEOSTest.test_failure_and_recovery

2020-03-16 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-9727: -- Summary: Flaky system test StreamsEOSTest.test_failure_and_recovery Key: KAFKA-9727 URL: https://issues.apache.org/jira/browse/KAFKA-9727 Project: Kafka Issue

Build failed in Jenkins: kafka-trunk-jdk11 #1246

2020-03-16 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9670; Reduce allocations in Metadata Response preparation (#8236) -- [...truncated 2.92 MB...]

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

2020-03-16 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9670; Reduce allocations in Metadata Response preparation (#8236) -- [...truncated 2.91 MB...]

Connect - Membership Protocol

2020-03-16 Thread mandeep gandhi
Hi, (PS - I did not use users list as this concerns some internals) I was trying to deploy the following config on a K8s cluster - Namespace - X1 Connect group id - G1Bootstrap servers - B1, B2 Namespace - X2 Connect group id - G1 Bootstrap servers - B3, B4 With this configuration, I

Re: Feature request for 'prefixless' topic mirroring

2020-03-16 Thread Ryanne Dolan
Or perhaps we could provide a more general ReplicationPolicy that renames according to a pattern string, and the Legacy and Prefixless use-cases could just use that. On Mon, Mar 16, 2020 at 12:32 PM Andrew Otto wrote: > +1 to this general idea. If Wikimedia ever gets around to switching to >

Re: Feature request for 'prefixless' topic mirroring

2020-03-16 Thread Andrew Otto
+1 to this general idea. If Wikimedia ever gets around to switching to MM2, we'll need something like this as our apps manually do the topic prefixing for active <-> active replication. Perhaps 'Legacy' isn't a good name for this type of replication? There may be more uses cases like Marcin's

Re: Feature request for 'prefixless' topic mirroring

2020-03-16 Thread Ryanne Dolan
Marcin, I just created this jira per your suggestion: https://issues.apache.org/jira/browse/KAFKA-9726 I've assigned it to myself but I'm happy to give it up. Ryanne On Mon, Mar 16, 2020 at 2:37 AM Marcin Wieloch wrote: > Hello Ryanne, > > Thank you for these clarifications. I am glad that

[jira] [Created] (KAFKA-9726) LegacyReplicationPolicy for MM2 to mimic MM1

2020-03-16 Thread Ryanne Dolan (Jira)
Ryanne Dolan created KAFKA-9726: --- Summary: LegacyReplicationPolicy for MM2 to mimic MM1 Key: KAFKA-9726 URL: https://issues.apache.org/jira/browse/KAFKA-9726 Project: Kafka Issue Type:

[jira] [Resolved] (KAFKA-8001) AlterLogDirs: Fetch from future replica stalls when local replica becomes a leader

2020-03-16 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-8001. Resolution: Duplicate This issue is being addressed in the patch for KAFKA-9654, so I will

[jira] [Resolved] (KAFKA-9670) Benchmark and optimize MetadataResponse preparation

2020-03-16 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9670. Resolution: Fixed > Benchmark and optimize MetadataResponse preparation >

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC1

2020-03-16 Thread David Arthur
Thanks, Konstantine. After reviewing the Jira, It does seem like we should include a fix for this in 2.5. -David On Fri, Mar 13, 2020 at 12:55 AM Konstantine Karantasis < konstant...@confluent.io> wrote: > Hi David, > > after some broader testing with Kafka Connect, we've discovered >

[VOTE] KIP-574: CLI Dynamic Configuration with file input

2020-03-16 Thread Aneel Nazareth
Hello all, Thanks to the folks who have given feedback. I've incorporated the suggestions, and think that this is now ready for a vote: https://cwiki.apache.org/confluence/display/KAFKA/KIP-574%3A+CLI+Dynamic+Configuration+with+file+input Thank you, Aneel

[jira] [Created] (KAFKA-9725) Block the business thread when the zookeeper is unavailable

2020-03-16 Thread hanmingze (Jira)
hanmingze created KAFKA-9725: Summary: Block the business thread when the zookeeper is unavailable Key: KAFKA-9725 URL: https://issues.apache.org/jira/browse/KAFKA-9725 Project: Kafka Issue

Re: [DISCUSS] KIP-574: CLI Dynamic Configuration with file input

2020-03-16 Thread David Jacot
Hi Aneel, Thanks for the updated KIP. I have made a second pass over it and the KIP looks good to me. Best, David On Tue, Mar 10, 2020 at 9:39 PM Aneel Nazareth wrote: > After reading a bit more about it in the Kubernetes case, I think it's > reasonable to do this and be explicit that we're

Re: [VOTE] KIP-518: Allow listing consumer groups per state

2020-03-16 Thread Mickael Maison
Hi all, The vote has passed with 3 binding votes (Gwen, Colin and Rajini) and 5 non-binding votes (Kevin, Ryanne, Dongjin, Tom and David). Thanks everybody On Fri, Mar 13, 2020 at 11:09 AM Rajini Sivaram wrote: > > +1 (binding) > > Thanks for the KIP, Mickael! > > Regards, > > Rajini > > > On

Re: Feature request for 'prefixless' topic mirroring

2020-03-16 Thread Marcin Wieloch
Hello Ryanne, Thank you for these clarifications. I am glad that the use case of “prefixless” replication is in-line with your vision for further development of MirrorMaker2; I forgot indeed that already KIP-382 mentioned that LegacyReplicationPolicy. I have not found however any JIRA issue