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
--ingester.deadlockInterval duration Interval to check for deadlocks. If no messages gets processed in given time, ingester app will exit. Value of 0 disables deadlock check. (default 1m0s)
@yurishkuro why the default is 1 minute? Could it be changed to 0? The problem is that people usually deploy Jaeger and do not immediately start sending data. With the current default value the ingester dies and it is restarted with exponential backoff (in k8s) which is not ideal.
The text was updated successfully, but these errors were encountered:
#1134 introduced
@yurishkuro why the default is 1 minute? Could it be changed to
0
? The problem is that people usually deploy Jaeger and do not immediately start sending data. With the current default value the ingester dies and it is restarted with exponential backoff (in k8s) which is not ideal.The text was updated successfully, but these errors were encountered: