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

2022-03-31 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13791) Fix FetchResponse#`fetchData` and `forgottenTopics`: Assignment of lazy-initialized members should be the last step with double-checked locking

2022-03-31 Thread YunKui Lu (Jira)
YunKui Lu created KAFKA-13791: - Summary: Fix FetchResponse#`fetchData` and `forgottenTopics`: Assignment of lazy-initialized members should be the last step with double-checked locking Key: KAFKA-13791 URL:

Re: [DISCUSS] KIP-813 Shared State Stores

2022-03-31 Thread John Roesler
Hi Daan, Thanks for the KIP! I just got caught up on the discussion. I just have a some small questions, and then I will be ready to vote. 1. Am I right I’m thinking that there’s no way to enforce the stores are actually read-only, right? It seems like the StoreBuilder interface is too

[jira] [Created] (KAFKA-13790) ReplicaManager should be robust to all partition updates from kraft metadata log

2022-03-31 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-13790: --- Summary: ReplicaManager should be robust to all partition updates from kraft metadata log Key: KAFKA-13790 URL: https://issues.apache.org/jira/browse/KAFKA-13790

Re: [DISCUSS] KIP-714: Client metrics and observability

2022-03-31 Thread Xavier Léauté
> > Are there cases where the metrics plugin developers would want to forward > the compressed payload without decompressing? The only interoperable use-case I can think of would be to forward the payloads directly to an OpenTelemetry collector backend. Today OTLP only mandates gzip/none

Re: [DISCUSS] KIP-714: Client metrics and observability

2022-03-31 Thread Xavier Léauté
> > 28. On the broker, we typically use Yammer metrics. Only for metrics that > depend on Kafka metric features (e.g., quota), we use the Kafka metric. > Yammer metrics have 4 types: gauge, meter, histogram and timer. meter > calculates a rate, but also exposes an accumulated value. > I don't see

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

2022-03-31 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13789) Fragile tag ordering in metric mbean names

2022-03-31 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-13789: --- Summary: Fragile tag ordering in metric mbean names Key: KAFKA-13789 URL: https://issues.apache.org/jira/browse/KAFKA-13789 Project: Kafka Issue Type:

Re: [DISCUSS] KIP-821: Connect Transforms support for nested structures

2022-03-31 Thread Jorge Esteban Quilcate Otoya
Thanks, Chris! Much appreciated all the feedback here. 1. You nailed it setting the design goal here: "it shouldn't be impossible to use this new feature for any field name, no matter how convoluted. It's fine if edge cases introduce difficulty (such as less-readable configurations), but it's not

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

2022-03-31 Thread Apache Jenkins Server
See

Re: newbie: PR 11955 review

2022-03-31 Thread Rajani Karuturi
Tests failed again. :( Is everyone facing this problem? I tried to look at the cause for the test failures but couldn’t find any. Is it possible to review and merge this? It’s a pretty small fix. Thanks, On Thu, 31 Mar 2022 at 8:24 PM, Adam Bellemare wrote: > Thanks Bruno :) > > On Thu,

[jira] [Resolved] (KAFKA-12875) Change Log layer segment map mutations to avoid absence of active segment

2022-03-31 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-12875. - Fix Version/s: 3.3.0 Assignee: Yu Yang Resolution: Fixed Merged to trunk. > Change Log

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.2 #19

2022-03-31 Thread Apache Jenkins Server
See

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

2022-03-31 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-826: Define platforms supported

2022-03-31 Thread Mickael Maison
Hi Ismael, Thanks for the feedback! 1. I agree we need to run system tests. As far as I can tell we don't currently run system tests for any platforms in the Apache CI, not even for x86_64. System tests require a lot of resources so I'm not sure we can run them daily on all platforms in the

Re: [DISCUSS] KIP-826: Define platforms supported

2022-03-31 Thread Mickael Maison
Hi Divij, Thanks for taking a look at the KIP! 1. I'm not sure we should include the kernel as part of the support statement. Kafka does not interact with the kernel directly and instead relies on the JVM to make the right system calls. So I think it's best to keep that out. 2. That's a good

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.2 #18

2022-03-31 Thread Apache Jenkins Server
See

Re: newbie: PR 11955 review

2022-03-31 Thread Adam Bellemare
Thanks Bruno :) On Thu, Mar 31, 2022 at 10:09 AM Bruno Cadonna wrote: > Hi Rajani and Adam, > > I do not think "retest this" or any other comment works for > non-committers anymore. > > Rajani, the failures seem to be flaky tests since they are unrelated to > your change. Could you please look

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

2022-03-31 Thread Apache Jenkins Server
See

Re: newbie: PR 11955 review

2022-03-31 Thread Bruno Cadonna
Hi Rajani and Adam, I do not think "retest this" or any other comment works for non-committers anymore. Rajani, the failures seem to be flaky tests since they are unrelated to your change. Could you please look into JIRA for the flaky tests? You should find tickets that start with "Flaky

Re: newbie: PR 11955 review

2022-03-31 Thread Adam Bellemare
It could be an intermittent error. I think there is a way to issue a retest via a comment in github ("retest this") but I am not sure if that's the precise command, nor if you will have the ability to kick it off. On Thu, Mar 31, 2022 at 9:12 AM Rajani Karuturi wrote: > Hi All, > I am new

newbie: PR 11955 review

2022-03-31 Thread Rajani Karuturi
Hi All, I am new here. To get started, I took one of the "newbie" issues and made changes for the same. Issue: https://issues.apache.org/jira/browse/KAFKA-12380 PR: https://github.com/apache/kafka/pull/11955 PR build shows some test failures but the same pass on my local. The change is very

Re: [DISCUSS] KIP-714: Client metrics and observability

2022-03-31 Thread Magnus Edenhill
Hey Ismael, > > The PushTelemetryRequest handler decompresses the payload before passing > it > > to the metrics plugin. > > This was done to avoid having to expose a public decompression interface > to > > metrics plugin developers. > > > > Are there cases where the metrics plugin developers

[jira] [Created] (KAFKA-13788) Creation of invalid dynamic config prevents further creation of valid configs

2022-03-31 Thread Prateek Agarwal (Jira)
Prateek Agarwal created KAFKA-13788: --- Summary: Creation of invalid dynamic config prevents further creation of valid configs Key: KAFKA-13788 URL: https://issues.apache.org/jira/browse/KAFKA-13788

[jira] [Resolved] (KAFKA-13783) Remove reason prefixing in JoinGroupRequest and LeaveGroupRequest

2022-03-31 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-13783. - Resolution: Fixed > Remove reason prefixing in JoinGroupRequest and LeaveGroupRequest >

[jira] [Created] (KAFKA-13787) Failed to delete state store directory for it is not empty

2022-03-31 Thread Nico Pommerening (Jira)
Nico Pommerening created KAFKA-13787: Summary: Failed to delete state store directory for it is not empty Key: KAFKA-13787 URL: https://issues.apache.org/jira/browse/KAFKA-13787 Project: Kafka

[jira] [Created] (KAFKA-13786) Optimized documentation for control.plane.listener.name parameter

2022-03-31 Thread RivenSun (Jira)
RivenSun created KAFKA-13786: Summary: Optimized documentation for control.plane.listener.name parameter Key: KAFKA-13786 URL: https://issues.apache.org/jira/browse/KAFKA-13786 Project: Kafka

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

2022-03-31 Thread Apache Jenkins Server
See