Re: [Confluence] Request for an account

2024-04-24 Thread Arpit Goyal
Hi All, Is this issue resolved ? Thanks and Regards Arpit Goyal 8861094754 On Tue, Mar 26, 2024 at 9:11 AM Luke Chen wrote: > Hi Johnny, > > Currently, there is an infra issue about this: > https://issues.apache.org/jira/browse/INFRA-25451 , and unfortunately it's > not fixed,

Re: [DISCUSS] Transition Required from RemoteLogSegment to LocalLogSegment during Fetch Request

2024-04-12 Thread Arpit Goyal
@Divij Vaidya Satish @Kamal Chandraprakash ,Luke As you are more aware of the code flow path , Your suggestion would help me to advance further on this. On Thu, Apr 11, 2024, 21:20 Arpit Goyal wrote: > Hi All, > When tackling the issue outlined in > https://issues.apache.org/ji

[DISCUSS] Transition Required from RemoteLogSegment to LocalLogSegment during Fetch Request

2024-04-11 Thread Arpit Goyal
let me know if the community has any suggestions or directions to offer. Thanks and Regards Arpit Goyal 8861094754

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-04-03 Thread Arpit Goyal
of the behaviour mentioned above. Thanks and Regards Arpit Goyal 8861094754 On Tue, Mar 26, 2024 at 4:04 PM Kamal Chandraprakash < kamal.chandraprak...@gmail.com> wrote: > Hi, > > Sorry for the late reply. Greg has raised some good points: > > > Does an empty producer snapsho

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-23 Thread Arpit Goyal
DYT ? Arpit Goyal 8861094754 On Sat, Mar 23, 2024 at 3:05 PM Luke Chen wrote: > Hi Arpit, > > I'm in favor of creating an empty producer snapshot since it's only for > topics <= v2.8. > About the metric, I don't know what we expect users to know. > I think we can implement

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-22 Thread Arpit Goyal
Hi Team, Any further comments or suggestions on the possible approaches discussed above. On Tue, Mar 19, 2024, 09:55 Arpit Goyal wrote: > @Luke Chen @Kamal Chandraprakash @Greg > Harris Any suggestion on the above two possible approaches. > On Sun, Mar 17, 2024, 13:36 Arpit Goy

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-18 Thread Arpit Goyal
@Luke Chen @Kamal Chandraprakash @Greg Harris Any suggestion on the above two possible approaches. On Sun, Mar 17, 2024, 13:36 Arpit Goyal wrote: > >>> In summary , There are two possible solution to handle the above > scenario when producer snapshot file found to be null &

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-17 Thread Arpit Goyal
> > >> In summary , There are two possible solution to handle the above scenario when producer snapshot file found to be null 1. *Generate empty producer snapshot file at run time when copying LogSegment* - This will not require any backward compatibility dependencies with the plugin.

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-15 Thread Arpit Goyal
rmance. Thanks and Regards Arpit Goyal 8861094754 On Fri, Mar 15, 2024 at 2:23 PM Kamal Chandraprakash < kamal.chandraprak...@gmail.com> wrote: > Hi Arpit, > > Thanks for the KIP! > > There is an open ticket [1] to generate the empty producer snapshot for > segments whi

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-14 Thread Arpit Goyal
. */ public Path producerSnapshotIndex() { return producerSnapshotIndex; } Proposed /** * @return Producer snapshot file until this segment. */ public Optional producerSnapshotIndex() { return producerSnapshotIndex; } Thanks and Regards Arpit Goyal 8861094754 On Wed, Mar 13, 2024 at 9:25

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-13 Thread Arpit Goyal
led with NullPointerException. I am waiting for this KIP to get approved and then start working on it. On Mon, Mar 11, 2024, 14:26 Arpit Goyal wrote: > Hi All, > Just a Reminder, KIP-1026 is open for discussion. > Thanks and Regards > Arpit Goyal > 8861094754 > > > On Sat, M

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-11 Thread Arpit Goyal
Hi All, Just a Reminder, KIP-1026 is open for discussion. Thanks and Regards Arpit Goyal 8861094754 On Sat, Mar 9, 2024 at 9:27 AM Arpit Goyal wrote: > Hi All, > > I have created KIP-1026 for handling producerSnapshot empty scenarios > when the topic is upgraded from the kafka &

[DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-08 Thread Arpit Goyal
ack and suggestions are welcome. Thanks and Regards Arpit Goyal 8861094754

Re: KIP process

2024-03-07 Thread Arpit Goyal
e > on your behalf and copy/paste the content that you send to me. > > -- > Divij Vaidya > > > > On Thu, Mar 7, 2024 at 5:15 PM Arpit Goyal > wrote: > >> + @Kamal Chandraprakash @Vaidya, Divij >> Can you help me setting up the wiki id for the >> conf

Re: KIP process

2024-03-07 Thread Arpit Goyal
+ @Kamal Chandraprakash @Vaidya, Divij Can you help me setting up the wiki id for the confluence. Thanks and Regards Arpit Goyal 8861094754 On Thu, Mar 7, 2024 at 9:27 PM Arpit Goyal wrote: > Hi Team, > I want to start contributing to KIP but I am unable to login with th

KIP process

2024-03-07 Thread Arpit Goyal
Hi Team, I want to start contributing to KIP but I am unable to login with the jira credentials. Can somebody help with the process? Jira userid is : goyarpit. [image: Screenshot 2024-03-07 at 9.27.03 PM.png] Thanks and Regards Arpit Goyal 8861094754

[jira] [Created] (KAFKA-16088) Not reading active segments when RemoteFetch return Empty Records.

2024-01-06 Thread Arpit Goyal (Jira)
Arpit Goyal created KAFKA-16088: --- Summary: Not reading active segments when RemoteFetch return Empty Records. Key: KAFKA-16088 URL: https://issues.apache.org/jira/browse/KAFKA-16088 Project: Kafka

Re: [ANNOUNCE] New Kafka PMC Member: Divij Vaidya

2023-12-28 Thread Arpit Goyal
Congrats Divij :) On Thu, Dec 28, 2023, 12:45 David Jacot wrote: > Congrats! > > Le jeu. 28 déc. 2023 à 05:13, Ismael Juma a écrit : > > > Congratulations Divij! > > > > Ismael > > > > On Wed, Dec 27, 2023 at 3:46 AM Luke Chen wrote: > > > > > Hi, Everyone, > > > > > > Divij has been a Kafka

Re: Understanding FetchOffSet mechanism from log segment

2023-11-09 Thread Arpit Goyal
Can anybody help in understanding the above scenario or any related KIP link would be helpful. Thanks and Regards Arpit Goyal 8861094754 On Fri, Nov 10, 2023 at 12:46 AM Arpit Goyal wrote: > Please let me know if anyone can help me understanding the above > behaviour. > > On Fri,

Re: Understanding FetchOffSet mechanism from log segment

2023-11-09 Thread Arpit Goyal
Please let me know if anyone can help me understanding the above behaviour. On Fri, Nov 10, 2023, 00:08 Arpit Goyal wrote: > Recently I am trying to understand the fetch offset mechanism of kafka > through code but I have certain doubts which I am still not able to > understand. &g

Understanding FetchOffSet mechanism from log segment

2023-11-09 Thread Arpit Goyal
osition instead of 60th offset position. Is it not breaching the contract where we want to send log data >= target Offset Can anyone help me identify the gap in understanding of what I am missing here. Thanks and Regards Arpit Goyal 8861094754

Re: ACCESS to Apache Pony Mail

2023-11-01 Thread Arpit Goyal
B > > > > Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen > > > > m: +491715557497 > > > > w: aiven.io > > > > e: josep.p...@aiven.io > > > > On Wed, Nov 1, 2023, 16:42 Arpit Goyal wrote: > > > > > Thanks Joseph for p

Re: ACCESS to Apache Pony Mail

2023-11-01 Thread Arpit Goyal
ri Saarenmaa & Hannu Valtonen > > m: +491715557497 > > w: aiven.io > > e: josep.p...@aiven.io > > On Wed, Nov 1, 2023, 04:02 Arpit Goyal wrote: > > > I am already a committer of Apache Kafka. > > On Wed, Nov 1, 2023, 05:18 Matthias J. Sax wrote: > &

Re: ACCESS to Apache Pony Mail

2023-10-31 Thread Arpit Goyal
I am already a committer of Apache Kafka. On Wed, Nov 1, 2023, 05:18 Matthias J. Sax wrote: > Only committers can login using their ASF account. > > -Matthias > > On 10/30/23 10:19 PM, Arpit Goyal wrote: > > Hi > > Can anyone help me provide access to Apache Pony

ACCESS to Apache Pony Mail

2023-10-30 Thread Arpit Goyal
Hi Can anyone help me provide access to Apache Pony Mail. I tried login using the jira credential but it didn't work. Thanks and Regards Arpit Goyal 8861094754

CodeStyle Configuration

2023-10-08 Thread Arpit Goyal
Can anyone share the configuration they are using in intellij editor which automatically formats the code based on defined rules and standards and adheres to the guidelines provided by the kafka community. Thanks and Regards Arpit Goyal 8861094754

[jira] [Created] (KAFKA-15511) Exception not handled correctly if indexFile is corrupted.

2023-09-27 Thread Arpit Goyal (Jira)
Arpit Goyal created KAFKA-15511: --- Summary: Exception not handled correctly if indexFile is corrupted. Key: KAFKA-15511 URL: https://issues.apache.org/jira/browse/KAFKA-15511 Project: Kafka

Re: What are the biggest issues with Apache Kafka?

2023-08-25 Thread Arpit Goyal
Thanks Philip Thanks and Regards Arpit Goyal 8861094754 On Sat, Aug 26, 2023 at 12:03 AM Philip Nee wrote: > Hi Arpit: Here's a good starting point for Kraft-related issues: > > https://issues.apache.org/jira/browse/KAFKA-15401?jql=project%20%3D%20KAFKA%20AND%20component%20in%2

Re: What are the biggest issues with Apache Kafka?

2023-08-25 Thread Arpit Goyal
Hi Colin, Is there a ticket open for the same ? On Fri, Aug 25, 2023, 22:21 Colin McCabe wrote: > If you want to get more familiar with the code base, one great way is to > convert more integration tests to KRaft mode. > > :) > > best, > Colin > > On Thu, Aug 10, 2023, at 17:16, Liam Hodges

Re: Please provide permission to add reviewer in github PR

2023-08-25 Thread Arpit Goyal
Instead, you should @-mention potential > reviewers in a github comment. > > Hope this helps! > Greg > > On Fri, Aug 25, 2023 at 9:15 AM Arpit Goyal > wrote: > > > > Hi All, > > I just generated a patch for one of the tasks. Can someone please help me &

Please provide permission to add reviewer in github PR

2023-08-25 Thread Arpit Goyal
Hi All, I just generated a patch for one of the tasks. Can someone please help me provide permission to add reviewer in PR. PR : https://github.com/apache/kafka/pull/14288 jira : https://issues.apache.org/jira/browse/KAFKA-15256 Thanks and Regards Arpit Goyal 8861094754