Re: [VOTE] KIP-944 Support async runtimes in consumer, votes needed!

2023-07-08 Thread Erik van Oosten
Hello Colin, >> In KIP-944, the callback thread can only delegate to another thread after reading from and writing to a threadlocal variable, providing the barriers right there. > I don't see any documentation that accessing thread local variables provides a total store or load barrier. Do

[jira] [Created] (KAFKA-15168) Handle overlapping remote log segments in RemoteLogMetadata cache

2023-07-08 Thread Kamal Chandraprakash (Jira)
Kamal Chandraprakash created KAFKA-15168: Summary: Handle overlapping remote log segments in RemoteLogMetadata cache Key: KAFKA-15168 URL: https://issues.apache.org/jira/browse/KAFKA-15168

[jira] [Created] (KAFKA-15167) Tiered Storage Test Harness Framework

2023-07-08 Thread Kamal Chandraprakash (Jira)
Kamal Chandraprakash created KAFKA-15167: Summary: Tiered Storage Test Harness Framework Key: KAFKA-15167 URL: https://issues.apache.org/jira/browse/KAFKA-15167 Project: Kafka Issue

[jira] [Created] (KAFKA-15166) Add deletePartition API to the RemoteStorageManager

2023-07-08 Thread Kamal Chandraprakash (Jira)
Kamal Chandraprakash created KAFKA-15166: Summary: Add deletePartition API to the RemoteStorageManager Key: KAFKA-15166 URL: https://issues.apache.org/jira/browse/KAFKA-15166 Project: Kafka

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

2023-07-08 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15165) Handle Kafka client certificate failures without impacting brokers

2023-07-08 Thread Sandeep (Jira)
Sandeep created KAFKA-15165: --- Summary: Handle Kafka client certificate failures without impacting brokers Key: KAFKA-15165 URL: https://issues.apache.org/jira/browse/KAFKA-15165 Project: Kafka

Re: [DISCUSS] KIP-928: Making Kafka resilient to log directories becoming full

2023-07-08 Thread Colin McCabe
On Wed, Jun 7, 2023, at 07:07, Christo Lolov wrote: > Hey Colin, > > I tried the following setup: > > * Create 3 EC2 machines. > * EC2 machine named A acts as a KRaft Controller. > * EC2 machine named B acts as a KRaft Broker. (The only configurations > different to the default values:

Re: [VOTE] KIP-944 Support async runtimes in consumer, votes needed!

2023-07-08 Thread Colin McCabe
On Sat, Jul 8, 2023, at 02:41, Erik van Oosten wrote: > Hi Colin, > > Thanks for your thoughts and taking the time to reply. > > Let me take away your concerns. None of your worries are an issue with > the algorithm described in KIP-944. Here it goes: > > > It's not clear ot me that it's safe to

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

2023-07-08 Thread Apache Jenkins Server
See

Re: Apache Kafka 3.6.0 release

2023-07-08 Thread Satish Duggana
Hi Yash, Thanks for the update. Added KIP-793 to the release plan. Please feel free to update the release wiki with any other updates on the KIP. ~Satish. On Fri, 7 Jul 2023 at 10:52, Yash Mayya wrote: > > Hi Satish, > > KIP-793 [1] just passed voting and we should be able to wrap up the >

[jira] [Resolved] (KAFKA-15157) Print startup time for RemoteIndexCache

2023-07-08 Thread Divij Vaidya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divij Vaidya resolved KAFKA-15157. -- Resolution: Fixed > Print startup time for RemoteIndexCache >

Re: [VOTE] KIP-944 Support async runtimes in consumer, votes needed!

2023-07-08 Thread Erik van Oosten
Hi Colin, Thanks for your thoughts and taking the time to reply. Let me take away your concerns. None of your worries are an issue with the algorithm described in KIP-944. Here it goes: > It's not clear ot me that it's safe to access the Kafka consumer or producer concurrently from