dongjinleekr commented on a change in pull request #9459: URL: https://github.com/apache/kafka/pull/9459#discussion_r510012458
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/Admin.java ########## @@ -519,7 +519,6 @@ AlterConfigsResult incrementalAlterConfigs(Map<ConfigResource, * * @param replicaAssignment The replicas with their log directory absolute path * @return The AlterReplicaLogDirsResult - * @throws InterruptedException Interrupted while joining I/O thread Review comment: @chia7712 `InterruptedException` is not thrown anymore; This method does not call `KafkaFutureImpl#get` method anymore. It's safe to remove it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org