[ 
https://issues.apache.org/jira/browse/KAFKA-7064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514826#comment-16514826
 ] 

Ismael Juma commented on KAFKA-7064:
------------------------------------

We have a system test failure that may be related:

http://confluent-systest.s3-website-us-west-2.amazonaws.com/confluent-kafka-2-0-system-test-results/?prefix=2018-06-15--001.1529136488--apache--2.0--988ad7e

{code}
FAILED: Caught exception Expected describeAclsSupported to be supported, but it 
wasn't.

java.lang.RuntimeException: Expected describeAclsSupported to be supported, but 
it wasn't.
        at 
org.apache.kafka.tools.ClientCompatibilityTest.tryFeature(ClientCompatibilityTest.java:503)
        at 
org.apache.kafka.tools.ClientCompatibilityTest.tryFeature(ClientCompatibilityTest.java:488)
        at 
org.apache.kafka.tools.ClientCompatibilityTest.testAdminClient(ClientCompatibilityTest.java:306)
        at 
org.apache.kafka.tools.ClientCompatibilityTest.run(ClientCompatibilityTest.java:226)
        at 
org.apache.kafka.tools.ClientCompatibilityTest.main(ClientCompatibilityTest.java:179)
Caused by: org.apache.kafka.common.errors.UnsupportedVersionException: Version 
0 only supports literal resource pattern types
** Command failed!
**
{code}

> "Unexpected resource type GROUP" when describing broker configs using latest 
> admin client
> -----------------------------------------------------------------------------------------
>
>                 Key: KAFKA-7064
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7064
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Rohan Desai
>            Assignee: Andy Coates
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> I'm getting the following error when I try to describe broker configs using 
> the admin client:
> {code:java}
> org.apache.kafka.common.errors.InvalidRequestException: Unexpected resource 
> type GROUP for resource 0{code}
> I think its due to this commit: 
> [https://github.com/apache/kafka/commit/49db5a63c043b50c10c2dfd0648f8d74ee917b6a]
>  
> My guess at what's going on is that now that the client is using 
> ConfigResource instead of Resource it's sending a describe request for 
> resource type BROKER w/ id 3, while the broker associates id 3 w/ GROUP



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to