Build failed in Jenkins: Kafka » kafka-2.5-jdk8 #38

2021-02-09 Thread Apache Jenkins Server
See Changes: [Randall Hauch] KAFKA-10021: Changed Kafka backing stores to use shared admin client to get end offsets and create topics (#9780) -- [...truncated

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

2021-02-09 Thread Apache Jenkins Server
See Changes: [github] MINOR: Remove unused parameters in functions. (#10035) -- [...truncated 3.56 MB...] ZooKeeperClientTest >

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

2021-02-09 Thread Apache Jenkins Server
See Changes: [github] MINOR: Remove unused parameters in functions. (#10035) -- [...truncated 3.57 MB...] TransactionsTest >

Re: Re: [DISCUSS] KIP-706: Add method "Producer#produce" to return CompletionStage instead of Future

2021-02-09 Thread Chia-Ping Tsai
Ping for more discussion :) On 2021/01/31 05:39:17, Chia-Ping Tsai wrote: > It seems to me changing the input type might make complicate the migration > from deprecated send method to new API. > > Personally, I prefer to introduce a interface called “SendRecord” to replace > ProducerRecord.

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Luke Chen
I just saw the defect KAFKA-12312 , so I brought it to your attention. Do you think it's not a compatibility issue? If not, I think we don't need to cherry-pick the fix. Thanks. Luke On Wed, Feb 10, 2021 at 11:16 AM Ismael Juma wrote: > It's a

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Ismael Juma
It's a perf improvement, there was no regression. I think Luke needs to be clearer how this impacts users. Luke, are you referring to cases where someone runs the broker in an embedded scenario (eg tests)? Ismael On Tue, Feb 9, 2021, 6:50 PM Sophie Blee-Goldman wrote: > What do you think

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Sophie Blee-Goldman
What do you think Ismael? I agreed initially because I saw the commit message says it fixes a performance regression. But admittedly I don't have much context on this particular issue If it's low risk then I don't have a strong argument against including it. However I aim to cut the rc tomorrow

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

2021-02-09 Thread Apache Jenkins Server
See Changes: [Randall Hauch] KAFKA-10021: Changed Kafka backing stores to use shared admin client to get end offsets and create topics (#9780) --

Build failed in Jenkins: Kafka » kafka-2.6-jdk8 #89

2021-02-09 Thread Apache Jenkins Server
See Changes: [Randall Hauch] KAFKA-10021: Changed Kafka backing stores to use shared admin client to get end offsets and create topics (#9780) -- [...truncated

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Luke Chen
Hi Ismael, Yes, I agree it's like an improvement, not a bug. I don't insist on putting it into 2.6, just want to bring it to your attention. In my opinion, this issue will block users who adopt the scala 2.13.4 or later to use Kafka 2.6. So if we still have time, we can consider to cherry-pick the

[jira] [Created] (KAFKA-12319) Flaky test ConnectionQuotasTest.testListenerConnectionRateLimitWhenActualRateAboveLimit()

2021-02-09 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-12319: -- Summary: Flaky test ConnectionQuotasTest.testListenerConnectionRateLimitWhenActualRateAboveLimit() Key: KAFKA-12319 URL: https://issues.apache.org/jira/browse/KAFKA-12319

[jira] [Created] (KAFKA-12318) system tests need to fetch Topic IDs via Admin Client instead of via ZooKeeper

2021-02-09 Thread Ron Dagostino (Jira)
Ron Dagostino created KAFKA-12318: - Summary: system tests need to fetch Topic IDs via Admin Client instead of via ZooKeeper Key: KAFKA-12318 URL: https://issues.apache.org/jira/browse/KAFKA-12318

Build failed in Jenkins: Kafka » kafka-2.5-jdk8 #37

2021-02-09 Thread Apache Jenkins Server
See Changes: [github] Backport Jenkinsfile fix and remove Travis build for 2.5 (#10087) -- [...truncated 3.10 MB...]

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

2021-02-09 Thread Apache Jenkins Server
See

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

2021-02-09 Thread Apache Jenkins Server
See Changes: [github] JUnit extensions for integration tests (#9986) [github] KAFKA-10021: Changed Kafka backing stores to use shared admin client to get end offsets and create topics (#9780)

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

2021-02-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10021: Changed Kafka backing stores to use shared admin client to get end offsets and create topics (#9780) -- [...truncated

Jenkins build is back to normal : Kafka » kafka-2.7-jdk8 #116

2021-02-09 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Kafka » kafka-2.6-jdk8 #88

2021-02-09 Thread Apache Jenkins Server
See

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Ismael Juma
Can you elaborate why this needs to be in 2.6? Seems like an improvement versus a critical bug fix. Ismael On Mon, Feb 8, 2021 at 6:39 PM Luke Chen wrote: > Hi Sophie, > I found there is 1 issue that should be cherry-picked into 2.6 and 2.7 > branches: KAFKA-12312

[jira] [Created] (KAFKA-12317) Relax non-null key requirement for left KStream-KTable join

2021-02-09 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-12317: --- Summary: Relax non-null key requirement for left KStream-KTable join Key: KAFKA-12317 URL: https://issues.apache.org/jira/browse/KAFKA-12317 Project: Kafka

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Sophie Blee-Goldman
Sure, you can go ahead and merge that back to the 2.6 branch. I'll hold off on cutting the RC until then On Mon, Feb 8, 2021 at 6:39 PM Luke Chen wrote: > Hi Sophie, > I found there is 1 issue that should be cherry-picked into 2.6 and 2.7 > branches: KAFKA-12312

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

2021-02-09 Thread Apache Jenkins Server
See Changes: [github] JUnit extensions for integration tests (#9986) -- [...truncated 3.44 MB...] AuthorizerIntegrationTest >

Re: [DISCUSS] KIP-708: Rack aware Kafka Streams with pluggable StandbyTask assignor

2021-02-09 Thread Levani Kokhreidze
Hello all, I’ve updated KIP-708 [1] to reflect the latest discussion outcomes. I’m looking forward to your feedback. Regards, Levani [1] - https://cwiki.apache.org/confluence/display/KAFKA/KIP-708%3A+Rack+awarness+for+Kafka+Streams > On 2. Feb 2021, at 22:03, Levani Kokhreidze wrote: > >

[jira] [Created] (KAFKA-12316) Configuration is not defined: topic.creation.default.partitions

2021-02-09 Thread Goltseva Taisiia (Jira)
Goltseva Taisiia created KAFKA-12316: Summary: Configuration is not defined: topic.creation.default.partitions Key: KAFKA-12316 URL: https://issues.apache.org/jira/browse/KAFKA-12316 Project: