kevin-wu24 commented on code in PR #22191:
URL: https://github.com/apache/kafka/pull/22191#discussion_r3683922375


##########
core/src/test/scala/unit/kafka/server/ControllerRegistrationManagerTest.scala:
##########
@@ -318,4 +340,86 @@ class ControllerRegistrationManagerTest {
       manager.close()
     }
   }
+
+  @Test
+  def testReRegistrationAfterUnregister(): Unit = {
+    val context = new RegistrationTestContext(configProperties)
+    val manager = newControllerRegistrationManager(context)
+    try {
+      context.controllerNodeProvider.node.set(controller1)
+      manager.start(context.mockChannelManager)
+
+      // initial state with controller registered in log
+      val image = doMetadataUpdate(MetadataImage.EMPTY,
+        manager,
+        MetadataVersion.IBP_3_7_IV0,

Review Comment:
   Thanks for catching this. Adding a MV check. The test below doesn't test 
unregistering, just re-registering when the existing registration has the wrong 
incarnation ID, so I will leave it as is, since that old MV supports 
registration.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to