You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Luke Chen (Jira)" <ji...@apache.org> on 2020/06/08 03:04:00 UTC

[jira] [Created] (KAFKA-10118) Improve stickiness verification for AbstractStickyAssignorTest

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)