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
Currently Store[H].flushLoop will not retry a failed batch, will only increase metric and log the error. Backoff with retries should be much better in this case.
Also, should we do log.Fatal/os.Exit when retries is still unsuccessful?
Currently
Store[H].flushLoop
will not retry a failed batch, will only increase metric and log the error. Backoff with retries should be much better in this case.Also, should we do
log.Fatal
/os.Exit
when retries is still unsuccessful?Based on comment #207 (comment)
The text was updated successfully, but these errors were encountered: