[ https://issues.apache.org/jira/browse/KAFKA-19631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chang-Yu Huang reassigned KAFKA-19631: -------------------------------------- Assignee: Chang-Yu Huang (was: Chia-Ping Tsai) > Admin#describeReplicaLogDirs does not handle error correctly > ------------------------------------------------------------ > > Key: KAFKA-19631 > URL: https://issues.apache.org/jira/browse/KAFKA-19631 > Project: Kafka > Issue Type: Bug > Reporter: Chia-Ping Tsai > Assignee: Chang-Yu Huang > Priority: Minor > > Admin#describeReplicaLogDirs has following issues: > 1. Admin#describeReplicaLogDirs does not propagate the > CLUSTER_AUTHORIZATION_FAILED > 2. the single directory-level error is propagated to other directories result > {code:java} > if (logDirInfo.error() != null) > handleFailure(new IllegalStateException( > "The error " + > logDirInfo.error().getClass().getName() + " for log directory " + logDir + " > in the response from broker " + brokerId + " is illegal")); > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)