RE: [DISCUSS] KIP-939: Support Participation in 2PC

2023-10-04 Thread Raman Verma
Hello Artem, Now that `InitProducerIdRequest` will have an extra parameter (enable2PC), can the client change the value of this parameter during an ongoing transaction. Here is how the transaction coordinator responds to InitProducerId requests according to the current transaction's state. - Emp

[DISCUSS] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2023-11-07 Thread Raman Verma
I would like to start a discussion on KIP-994 https://cwiki.apache.org/confluence/display/KAFKA/KIP-994%3A+Minor+Enhancements+to+ListTransactions+and+DescribeTransactions+APIs

Re: [DISCUSS] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2023-11-20 Thread Raman Verma
Thanks Artem, I have made changes to the `Public Interfaces` and `Compatibility...` sections to incorporate your comment. On Mon, Nov 6, 2023 at 3:44 PM Raman Verma wrote: > I would like to start a discussion on KIP-994 > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-

Re: [DISCUSS] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2023-12-01 Thread Raman Verma
Thanks Artem, I have made the changes to the KIP as specified. I think I will start a Vote on the KIP tomorrow.

Re: [DISCUSS] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2023-12-01 Thread Raman Verma
Thanks Kirk, I have made the changes you mentioned. Regarding these questions 3. Is the TransactionStartTimeMs return value in the DescribeTransactionsResponse nullable? Broker can send a value less than zero but not null. 5. What happens when a user runs the updated kafka-transactions.sh script

Re: [DISCUSS] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2023-12-26 Thread Raman Verma
Thanks Jun, Justine, Jason, Kirk, I have addressed your comments.

[VOTE] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2023-12-26 Thread Raman Verma
I would like to start a Vote on KIP-994 https://cwiki.apache.org/confluence/display/KAFKA/KIP-994%3A+Minor+Enhancements+to+ListTransactions+and+DescribeTransactions+APIs

Re: [DISCUSS] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2023-12-26 Thread Raman Verma
I have started a Vote on this KIP https://lists.apache.org/thread/yknx3bc4mk17bz2cpfr789lh8sx2lc39

Re: [VOTE] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2024-01-17 Thread Raman Verma
gt; Thanks Raman. > > > > +1 (binding) from me as well. > > > > Justine > > > > On Tue, Jan 9, 2024 at 10:12 AM Jun Rao wrote: > > > > > Hi, Raman, > > > > > > Thanks for the KIP. +1 from me. > > > > &

Re: [VOTE] KIP-994: Minor Enhancements to ListTransactions and DescribeTransactions APIs

2024-01-17 Thread Raman Verma
The KIP is accepted with 3 binding votes (Jun, Justine and Jason). Thank you all ! On Wed, Jan 17, 2024 at 1:49 PM Raman Verma wrote: > > Thanks Jason, > I have added a public constructor to TransactionDescription class and > updated the KIP. > > On Thu, Jan 11, 2024 at 9:33 

Re: [DISCUSS] KIP-704: Send a hint to broker if it is an unclean leader

2022-01-19 Thread Raman Verma
ions=11 > > Some of the highlights are: > 1. Changed the field from IsUnclean to IsLeaderRecovering > 2. Added a few more sentences explaining why this KIP is backward > compatible and the interaction between the controller and the > partition leaders when they are in different sof

Re: [DISCUSS] KIP-704: Send a hint to broker if it is an unclean leader

2022-01-20 Thread Raman Verma
rIsrRequest` to controller, with "isUnclean" flag reset 3. Controller will reset the flag at `ZK` if the `AlterIsrRequest` goes through. Shouldn't the partition level error code at `AlterIsrResponse` be enough for the leader to know of a successful update. On Wed, Jan 19, 2022

Re: [DISCUSS] KIP-704: Send a hint to broker if it is an unclean leader

2022-02-07 Thread Raman Verma
WER error if the > leader is RECOVERING from an unclean leader election. > > Thanks, > -- > -José -- Best Regards, Raman Verma

Re: [DISCUSS] KIP-704: Send a hint to broker if it is an unclean leader

2022-02-07 Thread Raman Verma
dle LEADER_AND_ISR request. In other > words, the follower will return a NOT_LEADER_OR_FOLLOWER error if the > leader is RECOVERING from an unclean leader election. > > Thanks, > -- > -José -- Best Regards, Raman Verma

Re: [VOTE] KIP-704: Send a hint to partition leader to recover the partition

2022-02-07 Thread Raman Verma
; > > -- > > -José > > -- Best Regards, Raman Verma

Re: [VOTE] KIP-831: Add metric for log recovery progress

2022-05-19 Thread Raman Verma
KA/KIP-831%3A+Add+metric+for+log+recovery+progress > > > > Any feedback is appreciated. > > > > Thank you. > > Luke -- Best Regards, Raman Verma

Re: [DISCUSS] KIP-831: Add metric for log recovery progress

2022-05-19 Thread Raman Verma
Hi Luke, The change is useful and simple. Thanks. Please update the links to JIRA and the discussion thread. Best Regards, Raman Verma On Thu, May 19, 2022 at 8:57 AM Tom Bentley wrote: > > Hi Luke, > > Thanks for the KIP. I think the idea makes sense and would provide useful >

Re: [VOTE] KIP-831: Add metric for log recovery progress

2022-05-19 Thread Raman Verma
^^ (non binding) On Thu, May 19, 2022 at 5:40 PM Raman Verma wrote: > > Hello Luke, > > The proposal looks good to me. Thanks. +1 > > > On Tue, May 17, 2022 at 9:26 PM James Cheng wrote: > > > > +1 (non-binding) > > > > -James > > > > S

Re: [DISCUSS] KIP-827: Expose logdirs total and usable space via Kafka API

2022-05-19 Thread Raman Verma
t; > > > I wrote a small KIP to expose the total and usable space of logdirs > > via the DescribeLogDirs API: > > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-827%3A+Expose+logdirs+total+and+usable+space+via+Kafka+API > > > > Please take a look and let me know if you have any feedback. > > > > Thanks, > > Mickael > > -- Best Regards, Raman Verma

[jira] [Created] (KAFKA-10312) MetadataCache.getPartitionMetadata may return incorrect error code when partition's leader is not present at the MetadataCache

2020-07-26 Thread Raman Verma (Jira)
Raman Verma created KAFKA-10312: --- Summary: MetadataCache.getPartitionMetadata may return incorrect error code when partition's leader is not present at the MetadataCache Key: KAFKA-10312 URL:

[jira] [Created] (KAFKA-15923) Implement changes proposed in KIP-994

2023-11-29 Thread Raman Verma (Jira)
Raman Verma created KAFKA-15923: --- Summary: Implement changes proposed in KIP-994 Key: KAFKA-15923 URL: https://issues.apache.org/jira/browse/KAFKA-15923 Project: Kafka Issue Type: Task