In `trunk`/`2.0`, we rewrote the code and added `private final Set<TopicPartition> completedRestorers = new HashSet<>();` and thus, it's fine to call `remove()` because it does not affect `completedRestorers` that is used in `StoreChangelogReader#completed()` there
[ Full content available at: https://github.com/apache/kafka/pull/5657 ] This message was relayed via gitbox.apache.org for [email protected]
