[
https://issues.apache.org/jira/browse/KAFKA-20052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Schofield resolved KAFKA-20052.
--------------------------------------
Resolution: Fixed
> 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
> Fix For: 4.3.0, 4.2.1
>
>
> 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)