[jira] [Created] (KAFKA-14910) Consider cancelling ongoing alter connector offsets requests when the connector is resumed

2023-04-14 Thread Yash Mayya (Jira)
Yash Mayya created KAFKA-14910: -- Summary: Consider cancelling ongoing alter connector offsets requests when the connector is resumed Key: KAFKA-14910 URL: https://issues.apache.org/jira/browse/KAFKA-14910

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.5 #3

2023-04-14 Thread Apache Jenkins Server
See

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1768

2023-04-14 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-14790) Add more AddPartitionsToTxn tests in KafkaApis and Authorizer tests

2023-04-14 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-14790. Resolution: Fixed > Add more AddPartitionsToTxn tests in KafkaApis and Authorizer tests >

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.5 #2

2023-04-14 Thread Apache Jenkins Server
See Changes: -- [...truncated 561651 lines...] [2023-04-14T22:50:01.827Z] at java.lang.reflect.Method.invoke(Method.java:498) [2023-04-14T22:50:01.827Z] at

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #1767

2023-04-14 Thread Apache Jenkins Server
See

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.4 #109

2023-04-14 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14909) KRaft Controllers not setting ZkMigrationReady tagged field

2023-04-14 Thread David Arthur (Jira)
David Arthur created KAFKA-14909: Summary: KRaft Controllers not setting ZkMigrationReady tagged field Key: KAFKA-14909 URL: https://issues.apache.org/jira/browse/KAFKA-14909 Project: Kafka

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

2023-04-14 Thread Apache Jenkins Server
See Changes: -- [...truncated 463986 lines...] [2023-04-14T18:56:50.786Z] at org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:165)

Re: Test failures

2023-04-14 Thread Ismael Juma
Thanks Greg! I really appreciate the help. Ismael On Fri, Apr 14, 2023 at 12:08 PM Greg Harris wrote: > Hey Ismael, > > We're working to stabilize the Connect/MM2 tests with the following issues: > > * https://issues.apache.org/jira/browse/KAFKA-14905 to address >

Re: Test failures

2023-04-14 Thread Greg Harris
Hey Ismael, We're working to stabilize the Connect/MM2 tests with the following issues: * https://issues.apache.org/jira/browse/KAFKA-14905 to address MirrorConectorsWithCustomForwardingAdminIntegrationTest with tentative open PR * https://issues.apache.org/jira/browse/KAFKA-14901 to address

Re: [VOTE] KIP-902: Upgrade Zookeeper to 3.8.1

2023-04-14 Thread Colin McCabe
On Sun, Apr 9, 2023, at 19:17, Ismael Juma wrote: > > On Sun, Apr 9, 2023 at 4:53 PM Colin McCabe wrote: > >> We are going to deprecate ZK mode soon. So if this is indeed a requirement >> (no deprecated software in prod), perhaps those users will have to move to >> KRaft mode. (Independently of

Re: Test failures

2023-04-14 Thread Ismael Juma
Thanks Justine! Ismael On Fri, Apr 14, 2023 at 9:53 AM Justine Olshan wrote: > Hey Ismael -- thanks for bringing this up. > I've filed https://issues.apache.org/jira/browse/KAFKA-14904 and am > working > on it now. > > I hope the other tests get fixed soon. > > On Fri, Apr 14, 2023 at 6:47 AM

Re: Test failures

2023-04-14 Thread Justine Olshan
Hey Ismael -- thanks for bringing this up. I've filed https://issues.apache.org/jira/browse/KAFKA-14904 and am working on it now. I hope the other tests get fixed soon. On Fri, Apr 14, 2023 at 6:47 AM Ismael Juma wrote: > Hi team, > > It looks like there are a lot of test failures in the

Re: [DISCUSS] Apache Kafka 3.5.0 release

2023-04-14 Thread Matthias J. Sax
Thanks a lot! On 4/14/23 5:32 AM, Mickael Maison wrote: Hi Matthias, I merged the PR before cutting the 3.5 branch. Thanks, Mickael On Fri, Apr 14, 2023 at 2:31 PM Mickael Maison wrote: Hi David, I've created the 3.5 branch. Feel free to cherry pick these 2 commits when they are ready.

Test failures

2023-04-14 Thread Ismael Juma
Hi team, It looks like there are a lot of test failures in the master branch. I don't know which commits introduced them, but can you please check if commit(s) you merged or contributed are the reason and fix it asap? If it's easy to fix the tests, let's do that - otherwise we should revert the

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.5 #1

2023-04-14 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-910: Update Source offsets for Source Connectors without producing records

2023-04-14 Thread Sagar
One thing I forgot to mention in my previous email was that the reason I chose to include the opt-in behaviour via configs was that the users of the connector know their workload patterns. If the workload is such that the connector would receive regular valid updates then there’s ideally no need

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

2023-04-14 Thread Apache Jenkins Server
See Changes: -- [...truncated 465425 lines...] [2023-04-14T13:08:22.187Z] > Task :metadata:testClasses UP-TO-DATE [2023-04-14T13:08:22.187Z] > Task :connect:json:testJar

Re: [DISCUSS] Apache Kafka 3.5.0 release

2023-04-14 Thread Mickael Maison
Hi Satish, Thanks for the update! If the changes are complex and not enough to have the feature in early access, let's defer them to the next release. I've updated the JIRA and moved the KIP to the postponed section for 3.5. Thanks, Mickael On Fri, Apr 14, 2023 at 2:32 PM Mickael Maison wrote:

Re: [DISCUSS] Apache Kafka 3.5.0 release

2023-04-14 Thread Mickael Maison
Hi Matthias, I merged the PR before cutting the 3.5 branch. Thanks, Mickael On Fri, Apr 14, 2023 at 2:31 PM Mickael Maison wrote: > > Hi David, > > I've created the 3.5 branch. Feel free to cherry pick these 2 commits > when they are ready. > > Thanks, > Mickael > > On Fri, Apr 14, 2023 at

Re: [DISCUSS] Apache Kafka 3.5.0 release

2023-04-14 Thread Mickael Maison
Hi David, I've created the 3.5 branch. Feel free to cherry pick these 2 commits when they are ready. Thanks, Mickael On Fri, Apr 14, 2023 at 11:23 AM Satish Duggana wrote: > > Thanks Luke for helping with the reviews and adding a few tests in a > couple of PRs. > > Hi Mickael, > I raised 3 PRs

New release branch 3.5

2023-04-14 Thread Mickael Maison
Hello Kafka developers and friends, We now have a release branch for the 3.5.0 release. The branch is "3.5": https://github.com/apache/kafka/tree/3.5 Trunk has been bumped to 3.6.0-SNAPSHOT. I'll be going over the JIRAs to move every non-blocker from this release to the next release. >From

Re: [DISCUSS] KIP-910: Update Source offsets for Source Connectors without producing records

2023-04-14 Thread Sagar
Hi Chris, Thanks for following up on the response. Sharing my thoughts further: If we want to add support for connectors to emit offsets without > accompanying source records, we could (and IMO should) do that without > requiring users to manually enable that feature by adjusting worker or >

[jira] [Created] (KAFKA-14908) Sporadic "Address already in use" when starting kafka cluster embedded within tests

2023-04-14 Thread Keith Wall (Jira)
Keith Wall created KAFKA-14908: -- Summary: Sporadic "Address already in use" when starting kafka cluster embedded within tests Key: KAFKA-14908 URL: https://issues.apache.org/jira/browse/KAFKA-14908

[jira] [Reopened] (KAFKA-14906) Extract the coordinator service log from server log

2023-04-14 Thread hudeqi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hudeqi reopened KAFKA-14906: > Extract the coordinator service log from server log > --- >

[jira] [Resolved] (KAFKA-14906) Extract the coordinator service log from server log

2023-04-14 Thread hudeqi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hudeqi resolved KAFKA-14906. Fix Version/s: 4.0.0 Resolution: Later This change will be reintroduced in version 4.x. > Extract

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

2023-04-14 Thread Apache Jenkins Server
See Changes: -- [...truncated 557308 lines...] [2023-04-14T10:15:56.595Z] Gradle Test Run :streams:integrationTest > Gradle Test Executor 181 > StoreQueryIntegrationTest

Re: [DISCUSS] Apache Kafka 3.5.0 release

2023-04-14 Thread Satish Duggana
Thanks Luke for helping with the reviews and adding a few tests in a couple of PRs. Hi Mickael, I raised 3 PRs recently for tiered storage, one is merged. The other 2 PRs are in the critical path of non-tiered storage changes also. Especially, in consumer fetch and retention cleanup paths. These

Re: [DISCUSS] Apache Kafka 3.5.0 release

2023-04-14 Thread Matthias J. Sax
Hey Mickael, we have one open PR for KIP-914 left. Would be great if you could merge it before cutting the 3.5 branch. If you don't want to merge it and prefer that I cherry-pick it to 3.5 branch later, also works for me. I did close the ticket already as resolved. It's just a minor change

[jira] [Resolved] (KAFKA-7499) Extend ProductionExceptionHandler to cover serialization exceptions

2023-04-14 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-7499. Fix Version/s: 3.5.0 Resolution: Fixed > Extend ProductionExceptionHandler to cover

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1763

2023-04-14 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14907) Add the traffic metric of the partition dimension in BrokerTopicStats

2023-04-14 Thread hudeqi (Jira)
hudeqi created KAFKA-14907: -- Summary: Add the traffic metric of the partition dimension in BrokerTopicStats Key: KAFKA-14907 URL: https://issues.apache.org/jira/browse/KAFKA-14907 Project: Kafka

[jira] [Resolved] (KAFKA-14834) Improved processor semantics for versioned stores

2023-04-14 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-14834. - Fix Version/s: 3.5.0 Resolution: Fixed > Improved processor semantics for