Ritika Reddy created KAFKA-16864:
------------------------------------
Summary: Copy on write in the Optimized Uniform Assignor
Key: KAFKA-16864
URL: https://issues.apache.org/jira/browse/KAFKA-16864
Project: Kafka
Issue Type: Sub-task
Reporter: Ritika Reddy
Assignee: David Jacot
An optimization for the uniform (homogenous) assignor by avoiding creating a
copy of all the assignments. Instead, the assignor creates a copy only if the
assignment is updated. It is a sort of copy-on-write. This change reduces the
overhead of the TargetAssignmentBuilder when ran with the uniform (homogenous)
assignor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)