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

2022-09-18 Thread Apache Jenkins Server
See Changes: -- [...truncated 504709 lines...] [2022-09-19T04:05:51.174Z] [2022-09-19T04:05:51.174Z] Gradle Test Run :streams:integrationTest > Gradle Test Executor 165

[jira] [Created] (KAFKA-14242) Hanging logManager in testReloadUpdatedFilesWithoutConfigChange test

2022-09-18 Thread Luke Chen (Jira)
Luke Chen created KAFKA-14242: - Summary: Hanging logManager in testReloadUpdatedFilesWithoutConfigChange test Key: KAFKA-14242 URL: https://issues.apache.org/jira/browse/KAFKA-14242 Project: Kafka

Re: KafkaConsumer refactor proposal

2022-09-18 Thread Philip Nee
On Sun, Sep 18, 2022 at 6:03 AM Luke Chen wrote: > Hi Philip, > > Thanks for the write-up. > Also thank you for taking the time to read the proposal. Very grateful. > Some questions: > > 1. You said: If we don't need a coordinator, the background thread will > stay in the *initialized* state.

Re: [DISCUSS] KIP-868 Metadata Transactions (new thread)

2022-09-18 Thread Luke Chen
Hi David, Thanks for the KIP! It's a light-weight transactional proposal for single producer, cool! +1 for it! Luke On Sat, Sep 10, 2022 at 1:14 AM David Arthur wrote: > Starting a new thread to avoid issues with mail client threading. > > Original thread follows: > > Hey folks, I'd like to

Re: KafkaConsumer refactor proposal

2022-09-18 Thread Luke Chen
Hi Philip, Thanks for the write-up. Some questions: 1. You said: If we don't need a coordinator, the background thread will stay in the *initialized* state. But in the definition of *initialized, *it said: *initialized*: The background thread completes initialization, and the loop has started.