Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

getting following messages in the kafka logs, is this related to data loss org.apache.kafka.common.errors.NotEnoughReplicasException: Number of insync replicas for partition [__consumer_offsets,18] is [1], below required minimum [3]

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
Super Guru

@akshay singh

The error indicates that your replication is falling behind,this exception doesn't really imply that a broker is down, it can likewise mean that an excessive number of copies for that topic partition have fallen behind the leader with some reason.

View solution in original post

2 REPLIES 2

avatar
Super Guru

@akshay singh

The error indicates that your replication is falling behind,this exception doesn't really imply that a broker is down, it can likewise mean that an excessive number of copies for that topic partition have fallen behind the leader with some reason.

avatar
Master Guru