lianetm opened a new pull request, #15738:
URL: https://github.com/apache/kafka/pull/15738

   Updating consumer system test that was failing with the new protocol, 
related to static membership behaviour. The behaviour regarding static 
consumers that join with conflicting group instance id is slightly different 
between the classic and new consumer protocol, so the expectations in the tests 
needed to be updated.  
   
   If static members join with same instance id:
   
   - Classic protocol: all members join the group with the same group instance 
id, and then the first one will eventually fail (receives a HB error with 
FencedInstanceIdException)
   
   - Consumer protocol: new member with an instance Id already in use is not 
able to join, and first member remains active (new member with same instance Id 
receives an UnreleasedInstanceIdException in the response to the HB to join the 
group)
   
   This PR is keeping the single parametrized test that existed before, given 
that what's being tested and part of the test itself apply to all protocols. 
This is just updating the expectations that are different, based on the 
protocol parameter.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to