[
https://issues.apache.org/jira/browse/KAFKA-20031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bolin Lin reassigned KAFKA-20031:
---------------------------------
Assignee: Bolin Lin (was: Chia-Ping Tsai)
> 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
>
> {code:java}
> data.producerIdStart() < currentProducerIdBlock.get().lastProducerId() {code}
> `<` should be changed to `<=`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)