[
https://issues.apache.org/jira/browse/KAFKA-6074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216171#comment-16216171
]
Ted Yu commented on KAFKA-6074:
-------------------------------
In ReplicationUtils#propagateIsrChanges() (called by
ReplicaManager#maybePropagateIsrChanges()) :
{code}
val isrChangeNotificationPath: String =
zkUtils.createSequentialPersistentPath(
{code}
Does this mean that createSequentialPersistentPath() should be added to
KafkaControllerZkUtils ?
> Use ZookeeperClient in ReplicaManager and Partition
> ---------------------------------------------------
>
> Key: KAFKA-6074
> URL: https://issues.apache.org/jira/browse/KAFKA-6074
> Project: Kafka
> Issue Type: Sub-task
> Components: core
> Affects Versions: 1.1.0
> Reporter: Jun Rao
> Fix For: 1.1.0
>
>
> We want to replace the usage of ZkUtils with ZookeeperClient in
> ReplicaManager and Partition.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)