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

2022-05-27 Thread Apache Jenkins Server
See Changes: -- [...truncated 628301 lines...] [2022-05-27T22:52:29.249Z] [2022-05-27T22:52:29.249Z] Exception: java.lang.AssertionError thrown from the

Re: [DISCUSS] KIP-837 Allow MultiCasting a Result Record.

2022-05-27 Thread Sagar
Hi All, I’m thinking to move this KIP to vote section if there aren’t any objections. Plz let me know if I that’s ok. Thanks! Sagar. On Tue, 24 May 2022 at 10:32 PM, Sagar wrote: > Hi All, > > Bumping this discussion thread again to see if there are any > comments/concerns on this. > >

Re: [VOTE] KIP-843: Adding metricOrElseCreate method to Metrics

2022-05-27 Thread Sagar
Hi All, This KIP has received 3 binding votes from John, guozhang and Bruno. Marking the Kip as accepted. Thanks! Sagar. On Tue, 24 May 2022 at 10:29 PM, Bruno Cadonna wrote: > Hi Sagar, > > +1 (binding) > > Thanks, > Bruno > > On 24.05.22 18:22, Sagar wrote: > > Hi John, > > > > No worries.

[jira] [Resolved] (KAFKA-13941) Re-enable ARM builds following INFRA-23305

2022-05-27 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-13941. - Resolution: Fixed > Re-enable ARM builds following INFRA-23305 >

[jira] [Created] (KAFKA-13944) Shutting down broker can be elected as partition leader in KRaft

2022-05-27 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-13944: --- Summary: Shutting down broker can be elected as partition leader in KRaft Key: KAFKA-13944 URL: https://issues.apache.org/jira/browse/KAFKA-13944 Project:

[jira] [Created] (KAFKA-13943) Fix flaky test QuorumControllerTest.testMissingInMemorySnapshot()

2022-05-27 Thread Divij Vaidya (Jira)
Divij Vaidya created KAFKA-13943: Summary: Fix flaky test QuorumControllerTest.testMissingInMemorySnapshot() Key: KAFKA-13943 URL: https://issues.apache.org/jira/browse/KAFKA-13943 Project: Kafka

Re: Re: [DISCUSS] KIP-842: Add richer group offset reset mechanisms

2022-05-27 Thread hudeqi
Thank you for your attention and reply. Here are my reply to your questions: 1. If strategy=safe_latest and there is not committed offset, whether the group is newly started is determined in this way: when the group is started, a timestamp "createTimeStamp" will be passed as the start time of

Re: [DISCUSS] KIP-840: Config file option for MessageReader/MessageFormatter in ConsoleProducer/ConsoleConsumer

2022-05-27 Thread deng ziming
Thanks for the KIP, this is a good improvement. I only have one minor suggestion. Currently many command line tools supports config file argument, but their name style is not unified, for example, most newly added tools are using --command-config, but ConsoleConsumer use —consumer.config。 I

Re: [DISCUSS] KIP-842: Add richer group offset reset mechanisms

2022-05-27 Thread deng ziming
Thank you for this KIP, the motivation makes sense to me, left some questions: 1. If strategy=safe_latest and there is not committed offset, we have 2 choices based on whether the group is started newly, can you elaborate on how can we decide the group is started newly? It would be clear. 2.