Re: Action requested: Changes to CI for JDK 11 & 17 builds on Pull Requests

2024-05-27 Thread Ismael Juma
Hi Greg, Thanks for making this change. Note that compilation with Java 11/17 doesn't add any value over compiling with Java 21 with the appropriate --release config (which we set). So, this part of the build process is wasteful. Running the tests does add some value (and hence why we originally

[jira] [Resolved] (KAFKA-16709) alter logDir within broker might cause log cleanup hanging

2024-05-27 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16709. --- Resolution: Fixed > alter logDir within broker might cause log cleanup hanging >

Action requested: Changes to CI for JDK 11 & 17 builds on Pull Requests

2024-05-27 Thread Greg Harris
Hello Apache Kafka Developers, In order to better utilize scarce CI resources shared with other Apache projects, the Kafka project will no longer be running full test suites for the JDK 11 & 17 components of PR builds. *Action requested: If you have an active pull request, please merge or rebase

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

2024-05-27 Thread Apache Jenkins Server
See

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

2024-05-27 Thread Apache Jenkins Server
See Changes: -- [...truncated 3.46 MB...] org.apache.kafka.streams.TestTopicsTest > testStartTimestamp PASSED org.apache.kafka.streams.TestTopicsTest > testNegativeAdvance

[VOTE] KIP-1033: Add Kafka Streams exception handler for exceptions occurring during processing

2024-05-27 Thread Loic Greffier
Hi everyone, A first pull request has been opened: https://github.com/apache/kafka/pull/16090. As Bruno mentioned in the following discussion: https://github.com/apache/kafka/pull/16090#discussion_r1616264629, we bring a minor change to KIP-1033 by renaming both ProcessingExceptionHandler

[jira] [Resolved] (KAFKA-16418) Review/split long-running admin client integration tests

2024-05-27 Thread Lianet Magrans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lianet Magrans resolved KAFKA-16418. Resolution: Not A Problem > Review/split long-running admin client integration tests >

[jira] [Resolved] (KAFKA-16841) ZKMigrationIntegrationTests broken

2024-05-27 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-16841. Resolution: Fixed fixed by

[jira] [Resolved] (KAFKA-16371) Unstable committed offsets after triggering commits where metadata for some partitions are over the limit

2024-05-27 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-16371. - Fix Version/s: 3.8.0 3.7.1 Assignee: David Jacot Resolution:

Re: [DISCUSS] KIP-1044: A proposal to change idempotent producer -- server implementation

2024-05-27 Thread Claude Warren, Jr
Igor, Thanks for the well thought out comment. Do you have a suggestion for a fast way to write to disk? Since the design requires random access perhaps just a random access file? Claude On Thu, May 23, 2024 at 1:17 PM Igor Soarez wrote: > Hi Claude, > > Thanks for writing this KIP. This

[jira] [Created] (KAFKA-16846) Should TxnOffsetCommit API fail all the offsets if any fails the validation?

2024-05-27 Thread David Jacot (Jira)
David Jacot created KAFKA-16846: --- Summary: Should TxnOffsetCommit API fail all the offsets if any fails the validation? Key: KAFKA-16846 URL: https://issues.apache.org/jira/browse/KAFKA-16846 Project:

Re: [DISCUSS] KIP-1048 Improve kafka-consumer-perf-test to benchmark single partition

2024-05-27 Thread Harsh Panchal
Bumping up this thread since I can not find it in the mail archive. On Wed, 22 May 2024 at 18:09, Harsh Panchal wrote: > Hi, > > I would like to propose a change in the kafka-consumer-perf-test tool to > support perf testing specific partitions. > > kafka-consumer-perf-test is a great tool to

Re: [VOTE] KIP-1040: Improve handling of nullable values in InsertField, ExtractField, and other transformations

2024-05-27 Thread Mario Fiore Vitale
After 7 days I received only one vote. Should I suppose this will not be approved? On Mon, May 20, 2024 at 4:14 PM Chris Egerton wrote: > Thanks for the KIP! +1 (binding) > > On Mon, May 20, 2024 at 4:22 AM Mario Fiore Vitale > wrote: > > > Hi everyone, > > > > I'd like to call a vote on

[jira] [Created] (KAFKA-16845) Migrate ReplicationQuotasTestRig to new test infra

2024-05-27 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-16845: -- Summary: Migrate ReplicationQuotasTestRig to new test infra Key: KAFKA-16845 URL: https://issues.apache.org/jira/browse/KAFKA-16845 Project: Kafka Issue

[jira] [Created] (KAFKA-16844) ByteArrayConverter can't convert ByteBuffer

2024-05-27 Thread Fan Yang (Jira)
Fan Yang created KAFKA-16844: Summary: ByteArrayConverter can't convert ByteBuffer Key: KAFKA-16844 URL: https://issues.apache.org/jira/browse/KAFKA-16844 Project: Kafka Issue Type: Improvement