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
Root Cause:
TiDB Initializer watches all the jobs in the k8s cluster and tries to get the owners of the jobs from the TidbInitializer lister, however, for the jobs not created by TidbInitializer CR, the get will fail and the above logs will be printed.
Solution:
Update the handlers for job events, only to handle the jobs that are created by TidbInitializer CR.
Bug Report
What version of Kubernetes are you using?
1.12
What version of TiDB Operator are you using?
v3.0.5
What did you expect to see?
No such error log
What did you see instead?
The below logs are printed repeatedly:
The text was updated successfully, but these errors were encountered: