sjhajharia commented on code in PR #18571:
URL: https://github.com/apache/kafka/pull/18571#discussion_r1917783980


##########
share/src/main/java/org/apache/kafka/server/share/persister/PersisterStateManager.java:
##########
@@ -704,14 +708,14 @@ protected void handleRequestResponse(ClientResponse 
response) {
 
         protected void readStateErrorReponse(Errors error, Exception 
exception) {
             this.result.complete(new ReadShareGroupStateResponse(
-                
ReadShareGroupStateResponse.toErrorResponseData(partitionKey().topicId(), 
partitionKey().partition(), error, "Error in find coordinator. " +
+                
ReadShareGroupStateResponse.toErrorResponseData(partitionKey().topicId(), 
partitionKey().partition(), error, "Error in read state RPC. " +

Review Comment:
   This change was made intentionally to align the function name with the 
actual error msg.



-- 
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

Reply via email to