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
It can occasionally happen, that if we create a topic and immediately after we start producing to that topic the producer can fail with an "unknown topic or partition" message. That problem occurs regardless of topic.metadata.propagation.max.ms.
How to reproduce
When I'm running tests from the tests directory, a few of them fail with unknown topic or partition error, e.g.:
Description
It can occasionally happen, that if we create a topic and immediately after we start producing to that topic the producer can fail with an "unknown topic or partition" message. That problem occurs regardless of
topic.metadata.propagation.max.ms
.How to reproduce
tests
directory, a few of them fail withunknown topic or partition
error, e.g.:logs:
We can observe, that the state of topic
my-topic-1067
changed fromunknown
toexists
and after a second it changed fromexists
tonotexists
.Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
2.6.0
3.8.0
debug=..
as necessary) from librdkafkaubuntu:22.04(x64)
The text was updated successfully, but these errors were encountered: