kafka broker with inconsistent data - NotLeaderForPartitionError

2021-06-25 Thread Nishant Kumar
Hi, We have a 13 node Kafka cluster and each broker has multiple disks and all topics have replication factor 3. Broker 6 had a hardware issue and required a complete OS reload (Linux) and 2 disk replacements. Now I installed Kafka again on this node with the same broker id 6 but started to get

kafka Brokers Leader Skewed

2020-10-29 Thread Nishant Kumar
: Screenshot 2020-10-29 at 10.50.02 PM.png] stackoverflow link of question: https://stackoverflow.com/questions/64596259/kafka-brokers-leader-skewed -- Nishant Kumar Bangalore, India Mob: +91 80088 42030 Email: nishantkuma...@gmail.com

Re: Can we archive our kafka-requestlog in kafka0.8??

2013-12-19 Thread Nishant Kumar
log4j.appender.requestAppender.layout=org.apache.log4j.PatternLayout log4j.appender.requestAppender.layout.ConversionPattern=[%d] %p %m (%c)%n Is there anything which i am missing? Regards, Nishant Kumar On Wed, Dec 18, 2013 at 9:51 PM, Jun Rao jun...@gmail.com wrote: Take a look at http://logging.apache.org/log4j/2.x

Can we archive our kafka-requestlog in kafka0.8??

2013-12-18 Thread Nishant Kumar
Hello All, I am using kafka 0.8. I want to archive my kafka-request.log, server.log, controller.log, staet-change.log. Is there any property in log4j by which i can archive my logs in zip folders or files. Please suggest. Regards, Nishant Kumar

Data generator losses some data if kafka is restarted

2013-12-10 Thread Nishant Kumar
records. approximately 600 records are missing even if i am running kafaka in synchronized mode. I am not able to know why this data lose is happening. If you have any idea regarding this. Please help me to know what i am missing here in this case. Regards, Nishant Kumar