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

2021-05-31 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-373: Allow users to create delegation tokens for other users

2021-05-31 Thread Viktor Somogyi-Vass
The code is ready for review now: https://github.com/apache/kafka/pull/10738 Thanks, Viktor On Thu, May 20, 2021 at 9:58 AM Viktor Somogyi-Vass wrote: > Hi Matthew, > > I saw your email the other day. Unfortunately this has been deprioritized > in our team back then but now I started to rebase

Re: [VOTE] KIP-373: Allow users to create delegation tokens for other users

2021-05-31 Thread Matthew de Detrich
Perfect, thank you very much! On Mon, May 31, 2021 at 5:00 PM Viktor Somogyi-Vass wrote: > The code is ready for review now: > https://github.com/apache/kafka/pull/10738 > > Thanks, > Viktor > > On Thu, May 20, 2021 at 9:58 AM Viktor Somogyi-Vass < > viktorsomo...@gmail.com> > wrote: > > > Hi

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

2021-05-31 Thread Apache Jenkins Server
See Changes: -- [...truncated 406415 lines...] [2021-05-31T21:13:42.950Z] KafkaZkClientTest > testChroot(boolean) > kafka.zk.KafkaZkClientTest.testChroot(boolean)[1]

[jira] [Created] (KAFKA-12869) Update vulnerable dependencies

2021-05-31 Thread Pavel Kuznetsov (Jira)
Pavel Kuznetsov created KAFKA-12869: --- Summary: Update vulnerable dependencies Key: KAFKA-12869 URL: https://issues.apache.org/jira/browse/KAFKA-12869 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-12867) Trogdor ConsumeBenchWorker quits prematurely with maxMessages config

2021-05-31 Thread Kowshik Prakasam (Jira)
Kowshik Prakasam created KAFKA-12867: Summary: Trogdor ConsumeBenchWorker quits prematurely with maxMessages config Key: KAFKA-12867 URL: https://issues.apache.org/jira/browse/KAFKA-12867

[jira] [Created] (KAFKA-12868) log cleaner failed with java.lang.ArrayIndexOutOfBoundsException: -2147483648

2021-05-31 Thread Yuneng Xie (Jira)
Yuneng Xie created KAFKA-12868: -- Summary: log cleaner failed with java.lang.ArrayIndexOutOfBoundsException: -2147483648 Key: KAFKA-12868 URL: https://issues.apache.org/jira/browse/KAFKA-12868 Project:

Re: [DISCUSS] KIP-744: Migrate TaskMetadata to interface with internal implementation

2021-05-31 Thread Josep Prat
Hi there, While looking closely at the classes affected by this change, I realized that ThreadMetadata has a reference in its public API to the soon to be deprecated TaskMetadata. For this reason, I updated the KIP to reflect that 2 more changes are needed for this KIP: ThreadMetadata: - Deprecate

Re: [DISCUSS] KIP-744: Migrate TaskMetadata to interface with internal implementation

2021-05-31 Thread Josep Prat
I'm starting to wonder if we should make ThreadMetadata follow the same path as TaskMetadata and be converted to an interface + internal implementation. What are your thoughts? Thanks in advance, Josep On Mon, May 31, 2021 at 12:10 PM Josep Prat wrote: > Hi there, > While looking closely at