Shashank created KAFKA-19924:
--------------------------------
Summary: Ensure deterministic task order by using TreeSet in
TaskManager
Key: KAFKA-19924
URL: https://issues.apache.org/jira/browse/KAFKA-19924
Project: Kafka
Issue Type: Improvement
Components: streams
Reporter: Shashank
Assignee: Shashank
Fix For: 4.2.0
Identified here -
[https://github.com/apache/kafka/pull/20944#discussion_r2548625110]
TaskManager's StateUpdater path uses HashSet for Task collections, causing
non-deterministic processing order. Replace with TreeSet to ensure
deterministic task ordering.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)