You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/06/30 17:20:23 UTC

[GitHub] [kafka] mjsax commented on a change in pull request #10943: Fix verification of version probing

mjsax commented on a change in pull request #10943:
URL: https://github.com/apache/kafka/pull/10943#discussion_r661671707



##########
File path: tests/kafkatest/tests/streams/streams_upgrade_test.py
##########
@@ -474,7 +474,7 @@ def do_rolling_bounce(self, processor, counter, current_generation):
                     monitors[first_other_processor] = first_other_monitor
                     monitors[second_other_processor] = second_other_monitor
 
-                    version_probing_message = "Sent a version 10 subscription and got version 10 assignment back (successful version probing). Downgrade subscription metadata to commonly supported version 10 and trigger new rebalance.",
+                    version_probing_message = "Sent a version 11 subscription and got version 10 assignment back (successful version probing). Downgrade subscription metadata to commonly supported version 10 and trigger new rebalance.",

Review comment:
       When did we bump the number?




-- 
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-unsubscribe@kafka.apache.org

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