You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "loboxu (Jira)" <ji...@apache.org> on 2021/06/04 01:26:00 UTC

[jira] [Updated] (KAFKA-12885) Add the --timeout property to kafka-leader-election.sh

     [ https://issues.apache.org/jira/browse/KAFKA-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

loboxu updated KAFKA-12885:
---------------------------
    Description: 
https://issues.apache.org/jira/browse/KAFKA-9220 mentions kafka-preferred-replica-election.sh script hard-coded timeout problems. I see a similar problem with kafka-leader-election.sh.

I would like to add a --timeout parameter to kafka-leader-election.sh to control the request timeout. To solve similar problems.
||parameter||instructions||
|--timeout <String: timeout ms>|The configuration controls the maximum
 amount of time the client will wait 
 for the response of a request. If 
 the response is not received before 
 the timeout elapses the client will 
 resend the request if necessary or 
 fail the request if retries are 
 exhausted. (default: 30000)|

 

  was:
https://issues.apache.org/jira/browse/KAFKA-9220 mentions kafka-preferred-replica-election.sh script hard-coded timeout problems. I see a similar problem with kafka-leader-election.sh.

I would like to add a --timeout parameter to kafka-leader-election.sh to control the request timeout. To solve similar problems.


> Add the --timeout property to kafka-leader-election.sh
> ------------------------------------------------------
>
>                 Key: KAFKA-12885
>                 URL: https://issues.apache.org/jira/browse/KAFKA-12885
>             Project: Kafka
>          Issue Type: Improvement
>          Components: admin
>            Reporter: loboxu
>            Assignee: loboxu
>            Priority: Minor
>
> https://issues.apache.org/jira/browse/KAFKA-9220 mentions kafka-preferred-replica-election.sh script hard-coded timeout problems. I see a similar problem with kafka-leader-election.sh.
> I would like to add a --timeout parameter to kafka-leader-election.sh to control the request timeout. To solve similar problems.
> ||parameter||instructions||
> |--timeout <String: timeout ms>|The configuration controls the maximum
>  amount of time the client will wait 
>  for the response of a request. If 
>  the response is not received before 
>  the timeout elapses the client will 
>  resend the request if necessary or 
>  fail the request if retries are 
>  exhausted. (default: 30000)|
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)