[
https://issues.apache.org/jira/browse/KAFKA-20052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chirag Wadhwa updated KAFKA-20052:
----------------------------------
Description:
This issue came up in the following scenario ->
* A share consumer consumed records from a topic partition.
* The corresponding topic is deleted.
* The acknowledgements are sent for the consumed records with commitSync()
The commitSync call times out with the following error ->
java.lang.NullPointerException: Cannot invoke "java.util.Map.remove(Object)"
because "this.renewingRecords" is null
was:
This issue came up in the following scenario ->
* A share consumer consumed records from a topic partition.
* The corresponding topic is deleted.
* The acknowledgements are sent for the consumed records with commitAsync()
The commitSync call times out with the following error ->
java.lang.NullPointerException: Cannot invoke "java.util.Map.remove(Object)"
because "this.renewingRecords" is null
> Client renew issue when acknowledgements sent for deleted topic partition
> -------------------------------------------------------------------------
>
> Key: KAFKA-20052
> URL: https://issues.apache.org/jira/browse/KAFKA-20052
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Chirag Wadhwa
> Assignee: Andrew Schofield
> Priority: Major
>
> This issue came up in the following scenario ->
> * A share consumer consumed records from a topic partition.
> * The corresponding topic is deleted.
> * The acknowledgements are sent for the consumed records with commitSync()
> The commitSync call times out with the following error ->
> java.lang.NullPointerException: Cannot invoke "java.util.Map.remove(Object)"
> because "this.renewingRecords" is null
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)