apoorvmittal10 opened a new pull request, #20028: URL: https://github.com/apache/kafka/pull/20028
The PR cherrypicks below commit: ``` commit 1ca8779bee9cdbd53b0cb4536270461a6ed0b6d2 Author: Apoorv Mittal <apoorvmitta...@gmail.com> Date: Tue Jun 24 09:46:14 2025 +0100 MINOR: Correcting client error for fenced share partition (#20023) Correct the error when SharePartition is fenced. Reviewers: Abhinav Dixit <adi...@confluent.io>, Sushant Mahajan <smaha...@confluent.io>, Andrew Schofield <aschofi...@confluent.io> ``` And selective changes from following commit, which are critical: ``` commit 3d4407ff9daeb3586b049bfd4a70bd374130616d Author: Sushant Mahajan <smaha...@confluent.io> Date: Mon Jun 23 23:57:15 2025 +0530 MINOR: Change exceptions for few error codes in SharePartition. (#20020) * The `SharePartition` class wraps the errors received from `PersisterStateManager` to be sent to the client. * In this PR, we are categorizing the errors a bit better. * Some exception messages in `PersisterStateManager` have been updated to show the share partition key. * Tests have been updated wherever needed. Reviewers: Andrew Schofield <aschofi...@confluent.io>, Apoorv Mittal <apoorvmitta...@gmail.com> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org