You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Xiangyuan LI <fl...@gmail.com> on 2023/07/27 09:40:46 UTC

plz help me code review

Hi kafka team:
  I raise a pr https://github.com/apache/kafka/pull/13965 to fix
https://issues.apache.org/jira/browse/KAFKA-15106,
  it mentions some serious bug and no one check it for a long time, plz
help me review if could. thx!

 these bugs are
in org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.ConstrainedAssignmentBuilder#ConstrainedAssignmentBuilder
and all of them could cause rebalance stuck for ever, and they could occur
in production environment, very, very, very easy.

Re: plz help me code review

Posted by Guozhang Wang <gu...@gmail.com>.
Hello Xiangyuan,

Thanks for your contributions and thanks for raising it to community's
attention. I will take a look at it sooner than later.

On Thu, Jul 27, 2023 at 2:41 AM Xiangyuan LI <fl...@gmail.com> wrote:
>
> Hi kafka team:
>   I raise a pr https://github.com/apache/kafka/pull/13965 to fix
> https://issues.apache.org/jira/browse/KAFKA-15106,
>   it mentions some serious bug and no one check it for a long time, plz
> help me review if could. thx!
>
>  these bugs are
> in org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.ConstrainedAssignmentBuilder#ConstrainedAssignmentBuilder
> and all of them could cause rebalance stuck for ever, and they could occur
> in production environment, very, very, very easy.