Re: Ci stability

2022-11-24 Thread John Roesler
Hi Dan, I’m not sure if there’s a consistently used tag, but I’ve gotten good mileage out of just searching for “flaky” or “flaky test” in Jira. If you’re thinking about filing a ticket for a specific test failure you’ve seen, I’ve also usually been able to find out whether there’s already a

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #1375

2022-11-24 Thread Apache Jenkins Server
See Changes: -- [...truncated 513405 lines...] [2022-11-24T17:30:34.799Z] [2022-11-24T17:30:34.799Z] Gradle Test Run :streams:integrationTest > Gradle Test Executor 172

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.3 #125

2022-11-24 Thread Apache Jenkins Server
See Changes: -- [...truncated 336046 lines...] [2022-11-24T17:05:41.232Z]

Re: Ci stability

2022-11-24 Thread Dan S
Thanks for the reply John! Is there a jira tag or view or something that can be used to find all the failing tests and maybe even try to fix them (even if fix just means extending a timeout)? On Thu, Nov 24, 2022, 16:03 John Roesler wrote: > Hi Dan, > > Thanks for pointing this out. Flaky

Re: Ci stability

2022-11-24 Thread John Roesler
Hi Dan, Thanks for pointing this out. Flaky tests are a perennial problem. We knock them out every now and then, but eventually more spring up. I’ve had some luck in the past filing Jira tickets for the failing tests as they pop up in my PRs. Another thing that seems to motivate people is to

subscribe kafka issues

2022-11-24 Thread ChunYa Sun
subscribe Kafka issues

Re: [DISCUSS] KIP-866 ZooKeeper to KRaft Migration

2022-11-24 Thread Igor Soarez
Hi David, Zookeeper mode writes meta.properties with version=0. KRaft mode requires version=1 in meta.properties. Will a manual step be required to update meta.properties or will brokers somehow update meta.properties files to version 1? Thanks, -- Igor

[jira] [Resolved] (KAFKA-14009) Rebalance timeout should be updated when static member rejoins

2022-11-24 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-14009. - Fix Version/s: 3.4.0 3.3.2 Resolution: Fixed > Rebalance timeout

[jira] [Resolved] (KAFKA-14372) RackAwareReplicaSelector should choose a replica from the isr

2022-11-24 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-14372. - Fix Version/s: 3.4.0 3.3.2 Resolution: Fixed >

Re: [DISCUSS] KIP-864: Add End-To-End Latency Metrics to Connectors

2022-11-24 Thread Jorge Esteban Quilcate Otoya
Thanks Chris! I have updated the KIP with "transform" instead of "alias". Agree it's clearer. Cheers, Jorge. On Mon, 21 Nov 2022 at 21:36, Chris Egerton wrote: > Hi Jorge, > > Thanks for the updates, and apologies for the delay. The new diagram > directly under the "Proposed Changes" section

[jira] [Created] (KAFKA-14419) Same message consumed again by the same stream task after partition is lost and reassigned

2022-11-24 Thread Mikael (Jira)
Mikael created KAFKA-14419: -- Summary: Same message consumed again by the same stream task after partition is lost and reassigned Key: KAFKA-14419 URL: https://issues.apache.org/jira/browse/KAFKA-14419

[jira] [Created] (KAFKA-14418) Add safety checks for modifying partitions of __consumer_offsets

2022-11-24 Thread Divij Vaidya (Jira)
Divij Vaidya created KAFKA-14418: Summary: Add safety checks for modifying partitions of __consumer_offsets Key: KAFKA-14418 URL: https://issues.apache.org/jira/browse/KAFKA-14418 Project: Kafka

Ci stability

2022-11-24 Thread Dan S
Hello all, I've had a pr that has been open for a little over a month (several feedback cycles happened), and I've never seen a fully passing build (tests in completely different parts of the codebase seemed to fail, often timeouts). A cursory look at open PRs seems to indicate that mine is not