[
https://issues.apache.org/jira/browse/KAFKA-20031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-20031.
------------------------------------
Fix Version/s: 4.3.0
Resolution: Fixed
> RPCProducerIdManager#sanityCheckResponse fails to detect overlapping producer
> id
> --------------------------------------------------------------------------------
>
> Key: KAFKA-20031
> URL: https://issues.apache.org/jira/browse/KAFKA-20031
> Project: Kafka
> Issue Type: Bug
> Reporter: Chia-Ping Tsai
> Assignee: Bolin Lin
> Priority: Minor
> Fix For: 4.3.0
>
>
> {code:java}
> data.producerIdStart() < currentProducerIdBlock.get().lastProducerId() {code}
> `<` should be changed to `<=`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)