Hi, I am using kafka manager to increase the partion of a topic. After increasing the number of partitions I am seeing following error for one partition and writes to this partition hangs.
Logs in leader of partition 3: While recording the replica LEO, the partition testtopic-2 hasn't been created. (kafka.server.ReplicaManager) Logs in follower of partition 3: ERROR [ReplicaFetcherThread-0-45], Error for partition [testtopic,2] to broker 45:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition. (kafka.server.ReplicaFetcherThread) Thanks