Replies: 1 comment 9 replies
-
Yes, you should check logs for why it's failed more info. When deduplication is enabled, it will perform a topic replay rather than simply setting the deduplication status to Enabled. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deduplication enabled at broker level using param brokerDeduplicationEnabled.
When checked for topic stats for 3 partitioned topic using
pulsar-admin topics stats persistent://{tenant}/{namespace}/topic-partition-{i}
2 partitions shows "deduplicationStatus" : "Enabled", while 1 partition shows "deduplicationStatus" : "Failed"
As a result backlogSize increased on one topic partition alone.
Logs got rolled over and I do not have have any failure traces.
Pulsar version is 2.10
Is it a known case where deDup fail for only one partition and no other topics under that broker gets impacted or faced any failures?
Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions