-
Notifications
You must be signed in to change notification settings - Fork 744
Interrupt exporter retry backoff sleeps when shutdown is called. Update BatchSpan/LogRecordProcessor.shutdown to complete in 30 seconds #4638
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
Merged
Merged
Changes from 43 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
478d1f3
Initial commit to add timeout as a parm to export, make retries encom…
DylanRussell ccdd224
Fix lint issues
DylanRussell 5bc8894
Fix a bunch of failing style/lint/spellcheck checks
DylanRussell ba92c5a
Remove timeout param from the export calls.
DylanRussell 29144a1
Fix flaky windows test ?
DylanRussell 838d7d9
Merge branch 'main' into retry2
DylanRussell 66a4ebe
Merge branch 'main' into retry2
DylanRussell 95ccfea
Respond to review comments..
DylanRussell d5ca894
Merge branch 'main' of github.com:DylanRussell/opentelemetry-python i…
DylanRussell 8770e15
Delete exponential backoff code that is now unused
DylanRussell 4c74411
Merge remote-tracking branch 'origin/main' into retry2
DylanRussell f373caa
Add changelog and remove some unused imports..
DylanRussell d1e04e1
fix typo and unit test flaking on windows
DylanRussell f42ecd3
Refactor tests, HTTP exporters a bit
DylanRussell 096b9f8
Merge remote-tracking branch 'origin/main' into retry2
DylanRussell 8673b45
Merge remote-tracking branch 'origin/main' into retry2
DylanRussell 46e15f1
Remove unneeded test reqs
DylanRussell dcba91a
Remove gRPC retry config
DylanRussell d506d54
Merge remote-tracking branch 'origin' into retry2
DylanRussell 71b77e1
Tweak backoff calculation
DylanRussell 2ae79bb
Lint and precommit
DylanRussell 553ea3e
Empty commit
DylanRussell 28b9399
Another empty commit
DylanRussell b4df54a
Calculate backoff in 1 place instead of 2
DylanRussell 9e1ba28
Update changelog
DylanRussell 0b54090
Update changelog
DylanRussell bc3110a
Make new _common directory in the http exporter for shared code
DylanRussell 4bbecf8
precommit
DylanRussell 3076c0f
Make many changes
DylanRussell f2583e0
Reorder shutdown stuff
DylanRussell f503053
Merge remote-tracking branch 'origin/main' into shutdown_refactor
DylanRussell 5fa8c23
Fix merging
DylanRussell 62d3699
Don't join the thread in case we are stuck in an individual export call
DylanRussell eb59db3
Add tests, changelog entry
DylanRussell 61c28da
Update time assertions to satisfy windows.. Fix lint issues
DylanRussell 23cd24a
Skip test on windows
DylanRussell b81c619
Merge branch 'main' into shutdown_refactor
DylanRussell 33a860f
Use threading Event instead of sleep loop.
DylanRussell deec916
Merge remote-tracking branch 'origin' into shutdown_refactor
DylanRussell fb7f320
Respond to review comments..
DylanRussell 79946d8
Pass remaining timeout to shutdown
DylanRussell adbe4b0
Run precommit
DylanRussell f47c24d
Change variable names
DylanRussell 48309b6
Switch timeout back to timeout_millis
DylanRussell 5218399
Merge branch 'main' of github.com:DylanRussell/opentelemetry-python i…
DylanRussell 023f259
Update CHANGELOG.md
DylanRussell 768435b
Update CHANGELOG.md
DylanRussell 950f57a
Rename variable
DylanRussell eb17ec2
Merge branch 'shutdown_refactor' of github.com:DylanRussell/opentelem…
DylanRussell 235d22d
Fix variable name
DylanRussell dbfd27d
Merge branch 'main' into shutdown_refactor
DylanRussell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.