Owen-CH-Leung commented on PR #14136: URL: https://github.com/apache/kafka/pull/14136#issuecomment-1787367129
I've just rebased trunk and resolved conflict. However when I run the test locally, I find that there're 2 failing tests at `kafka.admin.RemoteTopicCrudTest` on `testTopicDeletion`. I tried to debug further and find that when switch to metadatacache & when `stopPartitions` is called, `metadataCache.contains(tp)` is evaluated to `False` and thus the rest of the deletion logic is not processed. I believe this shouldn't be the case as the controller should update the metadataCache accordingly. Am I missing something that need to be changed ? -- 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]
