gaurav-narula commented on code in PR #15962:
URL: https://github.com/apache/kafka/pull/15962#discussion_r1601731929


##########
storage/src/test/java/org/apache/kafka/server/log/remote/metadata/storage/TopicBasedRemoteLogMetadataManagerHarness.java:
##########
@@ -119,9 +120,6 @@ public void 
onPartitionLeadershipChanges(Set<TopicIdPartition> leaderPartitions,
         log.debug("TopicBasedRemoteLogMetadataManager configs after adding 
overridden properties: {}", configs);
 
         topicBasedRemoteLogMetadataManager.configure(configs);
-        if (remoteLogMetadataTopicPartitioner != null) {
-            
topicBasedRemoteLogMetadataManager.setRlmTopicPartitioner(remoteLogMetadataTopicPartitioner);

Review Comment:
   Addressed in 
[6880e9f](https://github.com/apache/kafka/pull/15962/commits/6880e9fe7b8b84ed7ba5b3bd3db8adf4a4667fee)



-- 
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