Luke Chen created KAFKA-10118: --------------------------------- Summary: Improve stickiness verification for AbstractStickyAssignorTest Key: KAFKA-10118 URL: https://issues.apache.org/jira/browse/KAFKA-10118 Project: Kafka Issue Type: Test Reporter: Luke Chen
In KAFKA-9987 , we implemented an optimized sticky partition assignor algorithm (i.e. {{constrainedAssign}} mehtod), so the original *isSticky* validation is not suitable for all situations. In this PR: [https://github.com/apache/kafka/pull/8788,] we removed the unnecessary isSticky validation for {{constrainedAssign}} method testing. But we should have a replace validation method we removed with a better one. For more discussion, please see: [https://github.com/apache/kafka/pull/8788#pullrequestreview-425551903] We haven't got any better idea so far, so welcome to provide suggestion. Thanks. -- This message was sent by Atlassian Jira (v8.3.4#803005)