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 ElasticsearchFlowStage handleFailure method usage of shouldRetry return value is inverted:
RetryNever retries indefinitely
RetryAtFixedRate fails immediately for any maxRetries values > 0
Currently ElasticsearchFlowStage handleFailure method usage of shouldRetry return value is inverted:
RetryNever retries indefinitely
RetryAtFixedRate fails immediately for any maxRetries values > 0
this line should say
if (!settings.retryLogic.shouldRetry(retryCount, List(exception.toString))) {
The text was updated successfully, but these errors were encountered: