-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
False
-
False
-
Data exporter is restarted frequently on Prod (sometimes throws alerts).
My guess it liveness probe's kafka checking, where liveness messages are not distributed equally to the kafka partitions thus pods when there are 8 pods.
Possible solutions:
1) Modify the liveness probe check and increase the limit for /tmp file timestamp
2) Disable liveness probe's periodical kafka checking and keep db checking only