Skip to content
Discussion options

You must be logged in to vote

Every Strimzi custom resource you create is reconciled periodically (every 2 minutes by default) or when it is updated. For each resource, only one reconciliation can run at a time - if more of them would be running, they might fight with each other etc. So there is a lock which make sure only one of the is running. When a new reconciliation should be started, it tries to get the lock and if it is not available in just ends with this log message instead of waiting longer because it knows that in any case soon another reconciliation will try it again. The lock is per custom resource, so you can see a connector reconcile fine while Kafka reconciliation does not get the lock. So this message…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chgl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants