You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Edoardo Comar (Jira)" <ji...@apache.org> on 2023/01/04 22:13:00 UTC

[jira] [Commented] (KAFKA-14571) ZkMetadataCache.getClusterMetadata is missing rack information in aliveNodes

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

Edoardo Comar commented on KAFKA-14571:
---------------------------------------

classified as minor because the the Cluster object returned from MetadataCache.getClusterMetadata(...)
is passed to ClientQuotaCallback.updateClusterMetadata(...)
and not by the describeCluster client API

> ZkMetadataCache.getClusterMetadata is missing rack information in aliveNodes
> ----------------------------------------------------------------------------
>
>                 Key: KAFKA-14571
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14571
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.3
>            Reporter: Edoardo Comar
>            Assignee: Edoardo Comar
>            Priority: Minor
>             Fix For: 3.4.0, 3.3.3
>
>
> ZkMetadataCache.getClusterMetadata returns a Cluster object where the aliveNodes are missing their rack info.
> when ZkMetadataCache updates the metadataSnapshot, includes the rack in `aliveBrokers` but not in `aliveNodes` 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)