You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/09 22:32:00 UTC

[jira] [Commented] (KAFKA-6789) Add retry logic in AdminClient requests

    [ https://issues.apache.org/jira/browse/KAFKA-6789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16836746#comment-16836746 ] 

ASF GitHub Bot commented on KAFKA-6789:
---------------------------------------

hachikuji commented on pull request #5578: KAFKA-6789: Handle COORDINATOR_LOAD_IN_PROGRESS, COORDINATOR_NOT_AVAILABLE retriable errors in AdminClient API
URL: https://github.com/apache/kafka/pull/5578
 
 
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add retry logic in AdminClient requests
> ---------------------------------------
>
>                 Key: KAFKA-6789
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6789
>             Project: Kafka
>          Issue Type: Improvement
>          Components: admin
>            Reporter: Guozhang Wang
>            Assignee: Manikumar
>            Priority: Major
>
> In KafkaAdminClient, today we treat all error codes as fatal and set the exception accordingly in the returned futures. But for some error codes they can be retried internally, for example, COORDINATOR_LOADING_IN_PROGRESS. We could consider adding the retry logic internally in the admin client so that users would not need to retry themselves.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)