Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #285

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10758: ProcessorTopology should only consider its own nodes when updating regex source topics (#9648) -- [...truncated 6.96 MB..

Jenkins build is back to normal : Kafka » kafka-trunk-jdk8 #239

2020-11-24 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #261

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10758: ProcessorTopology should only consider its own nodes when updating regex source topics (#9648) -- [...truncated 6.95 MB..

[jira] [Created] (KAFKA-10765) Task :stream:test-utils:test FAILED

2020-11-24 Thread PengLei (Jira)
PengLei created KAFKA-10765: --- Summary: Task :stream:test-utils:test FAILED Key: KAFKA-10765 URL: https://issues.apache.org/jira/browse/KAFKA-10765 Project: Kafka Issue Type: Sub-task Comp

Build failed in Jenkins: Kafka » kafka-2.7-jdk8 #60

2020-11-24 Thread Apache Jenkins Server
See Changes: [A. Sophie Blee-Goldman] KAFKA-10758: ProcessorTopology should only consider its own nodes when updating regex source topics (#9648) -- [...truncat

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

2020-11-24 Thread Sophie Blee-Goldman
The fix for KAFKA-10758 has been merged and cherrypicked back to the 2.6 branch, so the release should be unblocked now. Thanks Mickael! On Tue, Nov 24, 2020 at 12:20 PM Gary Russell wrote: > Sorry for the noise; I just built the clients from the 2.6 branch and it's > fixed. > > > _

Re: [VOTE] 2.7.0 RC2

2020-11-24 Thread Sophie Blee-Goldman
The fix has been merged and cherrypicked to the 2.7 branch Thanks Bill! -Sophie On Mon, Nov 23, 2020 at 4:13 PM Bill Bejeck wrote: > Hi Sophie, > > Since this is a regression introduced in 2.6 I agree this should go 2.7. > > Thanks, > Bill > > On Mon, Nov 23, 2020 at 7:03 PM Sophie Blee-Goldma

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #260

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10754: fix flaky tests by waiting kafka streams be in running state before assert (#9629) -- [...truncated 3.47 MB...] org.apach

Jenkins build is back to normal : Kafka » kafka-trunk-jdk15 #283

2020-11-24 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-660: Pluggable ReplicaAssignor

2020-11-24 Thread Gwen Shapira
Michael, I talked a bit to Colin and Ismael offline and got some clarity about KIP-500. Basically, replica placement requires an entire metadata map - all the placements of all replicas. Since one of the goals of KIP-500 is to go to 1M or even 10M partitions on the cluster, this will be a rather l

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #259

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] MINOR: Upgrade to Scala 2.13.4 (#9643) -- [...truncated 3.47 MB...] org.apache.kafka.streams.test.MockProcessorContextStateStoreTest >

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

2020-11-24 Thread Gary Russell
Sorry for the noise; I just built the clients from the 2.6 branch and it's fixed. From: Gary Russell Sent: Tuesday, November 24, 2020 3:00 PM To: dev@kafka.apache.org Subject: Re: [kafka-clients] [VOTE] 2.6.1 RC1 Oh; sorry; no, I didn't try the RC; there was n

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

2020-11-24 Thread Gary Russell
Oh; sorry; no, I didn't try the RC; there was no mention of the back-port on the JIRA so I didn't think to do that. I have tested with 2.7.0 and had no problems. From: Ismael Juma Sent: Tuesday, November 24, 2020 2:48 PM To: dev Subject: Re: [kafka-clients] [VOT

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

2020-11-24 Thread Ismael Juma
Hi Gary, We also fixed the issue in 2.6.1 by removing the code that required jackson-databind in that branch. Have you tried the RC and still ran into the same issue? Ismael On Tue, Nov 24, 2020 at 11:08 AM Gary Russell wrote: > I am not suggesting back-porting the fix, just removing the (curr

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

2020-11-24 Thread Gary Russell
I am not suggesting back-porting the fix, just removing the (currently) bogus "provided" from the pom. From: Matthias J. Sax Sent: Tuesday, November 24, 2020 2:04 PM To: dev@kafka.apache.org Subject: Re: [kafka-clients] [VOTE] 2.6.1 RC1 Does not seem to be a blo

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

2020-11-24 Thread Matthias J. Sax
Does not seem to be a blocker. If we keep canceling the vote based on non-blocker bugs (or delay a new RC until it's back ported), we will never ship a bug fix release. Thus, I think we should just move forward without backporting. -Matthias On 11/24/20 8:04 AM, Gary Russell wrote: > Is there a

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #258

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] MINOR: Update build and test dependencies (#9645) -- [...truncated 6.95 MB...] org.apache.kafka.streams.test.MockProcessorContextStateS

[jira] [Created] (KAFKA-10764) Add support for returning topic IDs on create, supplying topic IDs for delete

2020-11-24 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-10764: -- Summary: Add support for returning topic IDs on create, supplying topic IDs for delete Key: KAFKA-10764 URL: https://issues.apache.org/jira/browse/KAFKA-10764 Pro

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #282

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] MINOR: Update build and test dependencies (#9645) -- [...truncated 3.48 MB...] org.apache.kafka.streams.test.OutputVerifierTest > sho

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #237

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] MINOR: Update build and test dependencies (#9645) -- [...truncated 3.45 MB...] org.apache.kafka.streams.TopologyTestDriverTest > shoul

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

2020-11-24 Thread Gary Russell
Is there a possibility of removing the provided scope from the jackson databind dependency in 2.6.1? This is fixed in 2.7.0 [1], but it's a pain to have to add it manually for 2.6.0. [1]: https://issues.apache.org/jira/browse/KAFKA-10384?focusedCommentId=17238230&page=com.atlassian.jira.plugi

Jenkins build is back to normal : Kafka » kafka-trunk-jdk15 #281

2020-11-24 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #257

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] MINOR: Remove redundant argument from TaskMetricsGroup#recordCommit (#9642) -- [...truncated 6.94 MB...] org.apache.kafka.streams.test

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #236

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] MINOR: Remove redundant argument from TaskMetricsGroup#recordCommit (#9642) -- [...truncated 3.45 MB...] org.apache.kafka.streams.Topol

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

2020-11-24 Thread Mickael Maison
Hi Sophie, Yes this should go into 2.6.1, so let's cancel this vote. I'll roll a new RC once your PR has been merged. Thanks On Tue, Nov 24, 2020 at 12:04 AM Sophie Blee-Goldman wrote: > > Hey Mickael, > > We discovered another bug: https://issues.apache.org/jira/browse/KAFKA-10758 > It affects

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #235

2020-11-24 Thread Apache Jenkins Server
See Changes: [github] MINOR: Update snappy-java to 1.1.8.1 (#9646) -- [...truncated 6.89 MB...] org.apache.kafka.streams.TopologyTestDriverTest > shouldThro

[jira] [Created] (KAFKA-10763) Task already exists error on same worker due to skip removal of tasks

2020-11-24 Thread Shao Wang (Jira)
Shao Wang created KAFKA-10763: - Summary: Task already exists error on same worker due to skip removal of tasks Key: KAFKA-10763 URL: https://issues.apache.org/jira/browse/KAFKA-10763 Project: Kafka