You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as mentioned here in the fluentd discussion page.
To summarise: We have fluentd running in kubernetes sending logs to kafka (Amazon MSK). We're seeing errors intermittently mentioning "unknown partition"/Could not connect to leader for partition" where fluentd is trying to send to partition 14,15 or 16 for example when we only have 12 partitions on the topic. We've tried both kafka2 and rdkafka2 plugin as the type but get one of the error message mentioned above.
We have not been able to replicate this issue with a local setup so we're wondering if anyone has seen this issue at all?
To Reproduce
Use this plugin on fluentd running on kubernetes sending any logs to kafka on amazon MSK
Expected behavior
The plugin should fetch from AWS the partition numbers that exist on the topic
[error]: #0 Could not connect to leader for partition logging.kubernetes.events/19: no partition 19 in topic logging.kubernetes.events
OR
[warn]: #0 Send exception occurred: Local: Unknown partition (unknown_partition) at /fluentd/vendor/bundle/ruby/3.1.0/gems/rdkafka-0.18.0/lib/rdkafka/producer.rb:363:in `produce'
Additional context
We have seen the issue on older version of amazon msk too
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, as mentioned here in the fluentd discussion page.
To summarise: We have fluentd running in kubernetes sending logs to kafka (Amazon MSK). We're seeing errors intermittently mentioning "unknown partition"/Could not connect to leader for partition" where fluentd is trying to send to partition 14,15 or 16 for example when we only have 12 partitions on the topic. We've tried both kafka2 and rdkafka2 plugin as the type but get one of the error message mentioned above.
We have not been able to replicate this issue with a local setup so we're wondering if anyone has seen this issue at all?
To Reproduce
Use this plugin on fluentd running on kubernetes sending any logs to kafka on amazon MSK
Expected behavior
The plugin should fetch from AWS the partition numbers that exist on the topic
Your Environment
Your Configuration
Your Error Log
Additional context
We have seen the issue on older version of amazon msk too
The text was updated successfully, but these errors were encountered: