Re: kafka-server log rename error

2021-06-04 Thread wenbing shen
Hi Peter You can take a look at this jira id https://issues.apache.org/jira/browse/KAFKA-10886 On 2021/06/04 01:35:53, Peter Lee wrote: > Whenever I run Kafka server in windows 10, it failed to rename > controller.log to controller.log.time > After several failed attempts, it stops running. >

Re: topics Replicas not equals Isr in zookeeper

2021-03-15 Thread wenbing shen
2.0.0 version, don't know whether the latest kafka versions will deal with this exception, or is it a optimization problem? wenbing shen 于2021年3月11日周四 下午11:07写道: > [image: image.png] > This is a screenshot of a problem occurred in our product at the customer > site. Does any

Re: topics Replicas not equals Isr in zookeeper

2021-03-11 Thread wenbing shen
[image: image.png] This is a screenshot of a problem occurred in our product at the customer site. Does anyone know the reason? wenbing shen 于2021年3月11日周四 下午7:17写道: > A large number of Replicas of the topic are inconsistent with isr, an > example of which is as follows: > Topi

topics Replicas not equals Isr in zookeeper

2021-03-11 Thread wenbing shen
A large number of Replicas of the topic are inconsistent with isr, an example of which is as follows: Topic: td_tip Partition: 0Leader: 1001Replicas: 1003,1005 Isr: 1001,1002 Topic: td_tip Partition: 1Leader: 1006Replicas: 1004,1007 Isr: 1006,1009 Topic

Kafka shuts down abnormally and restarts, always taking more than a few hours to load

2020-10-13 Thread wenbing shen
- Kafka shuts down abnormally and restarts, always taking more than a few hours to load. - We used Kafka-2.0.0,we tried to turn it up num.recovery.threads.per.data.dir,but the startup process is always limited by the slow loading of partitions.We observed a partition that too

Kafka shuts down abnormally and restarts, always taking more than a few hours to load

2020-10-13 Thread wenbing shen
- - - - - Kafka shuts down abnormally and restarts, always taking more than a few hours to load. - We used Kafka-2.0.0,we tried to turn it up num.recovery.threads.per.data.dir,but the startup p