Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

vlastahajek
Copy link
Contributor

Closes #362

Proposed Changes

Checking calculated numbers to avoid passing a negative number to the random generator.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • Tests pass
  • Commit messages are in semantic format

@vlastahajek vlastahajek requested a review from bednar November 15, 2022 13:05
@vlastahajek vlastahajek changed the title Fix/retry attempts limit fix: retry delay calculation check Nov 15, 2022
Copy link
Contributor

@bednar bednar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@vlastahajek vlastahajek merged commit 5971a9a into influxdata:master Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when influxdb server shutdown, client still send metric, the background goroutine "w.writeProc()" will crash at rand.Intn() after try 52 times
2 participants