-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable retries for broken pipes & connection rests during Flush() calls #1421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rgettys-tesla thanks for identifying this issue and providing a fix! LGTM
@rgettys-tesla, Unfortunately, test messes with a container used in other tests. I dunno why as we don't really parallelize tests, however, it would be safe to use a dedicated container for this specific test case. Please take a look on my branch: main...rgettys-tesla/main |
Yeah, that's strange! I rebuild the container env for this reason. Will take a look. |
Hi Kuba, Your branch LGTM. We can continue from your branch if you like! |
Thanks @rgettys-tesla. Let's continue in a new PR then! |
* Release connections on error during Flush() * Add test to illustrate broken batch flushes * Use a dedicated test environment for broken connection test recover #1421 --------- Co-authored-by: Robert Gettys <rgettys@tesla.com>
Summary
Fixes #1420 : Enable retries for broken pipes & connection resets Flush() calls
Checklist
Delete items not relevant to your PR: