[jira] [Updated] (KAFKA-6276) AdminClient may leave some futures hanging after shutdown

2018-10-02 Thread Dong Lin (JIRA)


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

Dong Lin updated KAFKA-6276:

Fix Version/s: (was: 2.1.0)
   2.2.0

> AdminClient may leave some futures hanging after shutdown
> -
>
> Key: KAFKA-6276
> URL: https://issues.apache.org/jira/browse/KAFKA-6276
> Project: Kafka
>  Issue Type: Bug
>  Components: admin
>Reporter: Jason Gustafson
>Assignee: Colin P. McCabe
>Priority: Major
> Fix For: 2.2.0
>
>
> When the admin client closes, it should ensure that any pending futures get 
> cancelled. For the most part it does so, but from glancing at the code, it 
> seems possible that some calls which haven't been sent may be left hanging 
> after shutdown. In particular, this collection is not cleaned on shutdown: 
> https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java#L961.



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


[jira] [Updated] (KAFKA-6276) AdminClient may leave some futures hanging after shutdown

2018-06-06 Thread Rajini Sivaram (JIRA)


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

Rajini Sivaram updated KAFKA-6276:
--
Fix Version/s: (was: 2.0.0)
   2.1.0

> AdminClient may leave some futures hanging after shutdown
> -
>
> Key: KAFKA-6276
> URL: https://issues.apache.org/jira/browse/KAFKA-6276
> Project: Kafka
>  Issue Type: Bug
>  Components: admin
>Reporter: Jason Gustafson
>Assignee: Colin P. McCabe
>Priority: Major
> Fix For: 2.1.0
>
>
> When the admin client closes, it should ensure that any pending futures get 
> cancelled. For the most part it does so, but from glancing at the code, it 
> seems possible that some calls which haven't been sent may be left hanging 
> after shutdown. In particular, this collection is not cleaned on shutdown: 
> https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java#L961.



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


[jira] [Updated] (KAFKA-6276) AdminClient may leave some futures hanging after shutdown

2018-02-01 Thread Damian Guy (JIRA)

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

Damian Guy updated KAFKA-6276:
--
Fix Version/s: (was: 1.1.0)
   1.2.0

> AdminClient may leave some futures hanging after shutdown
> -
>
> Key: KAFKA-6276
> URL: https://issues.apache.org/jira/browse/KAFKA-6276
> Project: Kafka
>  Issue Type: Bug
>  Components: admin
>Reporter: Jason Gustafson
>Assignee: Colin P. McCabe
>Priority: Major
> Fix For: 1.2.0
>
>
> When the admin client closes, it should ensure that any pending futures get 
> cancelled. For the most part it does so, but from glancing at the code, it 
> seems possible that some calls which haven't been sent may be left hanging 
> after shutdown. In particular, this collection is not cleaned on shutdown: 
> https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java#L961.



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