Replies: 2 comments 9 replies
-
@tombentley @sknot-rh Any ideas? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Something that can be related to this discussion:
In my case the default ones should be following numPartitions=6, replicationFactor=1 TO
Logs from Kafka server
|
Beta Was this translation helpful? Give feedback.
4 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.
-
after the upgrade from 0.19.0 to 0.21.1 I noticed that there a lot of CREATE_TOPICS sends to Kafka Cluster. For every such request, the Kafka cluster responds with TOPIC_ALREADY_EXISTS.
I enabled Debug log level on Topic Operator and see that it definitely sends CREATE_TOPICS for every existing topic every reconciliation. Please find the attached log. What is also interesting that TO tries to create these topics with numPartitions=1, replicationFactor=1 regardless of the real values (in my case all topics have numPartitions=12, replicationFactor=3 )
TO1.txt
seems it doesn't cause any issues so far, but probably it makes sense to re-view this behavior to reduce the load on the cluster.
The attached log is for a brand new cluster and brand new topics
Beta Was this translation helpful? Give feedback.
All reactions