[
https://issues.apache.org/jira/browse/KAFKA-20777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-20777:
------------------------------------
Affects Version/s: 4.4.0
> StagedMergeIterator throws IllegalStateException instead of
> InvalidStateStoreException when used after store close
> ------------------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-20777
> URL: https://issues.apache.org/jira/browse/KAFKA-20777
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Affects Versions: 4.4.0
> Reporter: Alan Lau
> Assignee: Alan Lau
> Priority: Blocker
>
> When transactional state stores are enabled
> (enable.transactional.statestores=true), an open StagedMergeIterator that is
> used after the store is closed throws
> java.lang.IllegalStateException("Iterator has already been closed.") from
> StagedMergeIterator.hasNext(), for consistency with the other managed store
> iterators (e.g. RocksDbIterator), it should throw InvalidStateStoreException.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)