Topic: testkafka Partition: 0 Leader: 5 Replicas: 5,10,1,9,2,7,3,8 Isr: 5,10,1,9,7,3,8 Topic: testkafka Partition: 1 Leader: 10 Replicas: 10,1,6,9,2,3,8,4 Isr: 10,6,9,3,8,4 Topic: testkafka Partition: 2 Leader: 4 Replicas: 5,10,1,9,2,7,3,4 Isr: 10,4 Topic: testkafka Partition: 3 Leader: 5 Replicas: 5,10,1,6,2,3,8,4 Isr: 5,1 Topic: testkafka Partition: 4 Leader: 5 Replicas: 5,1,6,9,2,7,3,4 Isr: 5,1,6,9,7,3,4 Topic: testkafka Partition: 5 Leader: 7 Replicas: 5,10,6,2,7,3,8,4 Isr: 7,3,4 Topic: testkafka Partition: 6 Leader: 8 Replicas: 5,1,6,9,7,3,8,4 Isr: 8,4 Topic: testkafka Partition: 7 Leader: 9 Replicas: 5,10,6,9,2,7,8,4 Isr: 9,6 Topic: testkafka Partition: 8 Leader: 10 Replicas: 5,10,1,6,9,7,3,8 Isr: 10,7 Topic: testkafka Partition: 9 Leader: 7 Replicas: 10,1,6,9,2,7,8,4 Isr: 8,7
On Mon, Nov 23, 2015 at 2:23 PM, Raju Bairishetti <r...@apache.org> wrote: > Hello Sunil, > Are you able to see 8 replicas(i.e. in ISR) for all the partitions? > > Can you paste the output of *--describe *topic command? > kafka-topics --zookeeper <zk-string> *-describe* <topic name> > > On Mon, Nov 23, 2015 at 4:29 PM, sunil kalva <kalva.ka...@gmail.com> > wrote: > > > Hi > > We have a 10 node kafka cluster, and we have created a topic with > > replication factor "3" . It was running fine for 10 days, after that the > > replication factor is increased to "8" with out running any command to > > increase the replication. We have verified in server logs and also > > confirmed with the team that we haven't ran the command to increase. Once > > the replication factor is increased to "8", topic also stopped taking > > traffic. > > Did someone faced similar issue, or its known issue ? > > > > t > > SunilKalva > > >