Skip to content
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

prepare 6.9.4 release #127

Merged
merged 168 commits into from
Aug 20, 2019
Merged

prepare 6.9.4 release #127

merged 168 commits into from
Aug 20, 2019

Conversation

LaunchDarklyCI
Copy link
Contributor

[6.9.4] - 2019-08-19

Fixed:

  • Under conditions where analytics events are being generated at an extremely high rate (for instance, if an application is evaluating a flag repeatedly in a tight loop on many threads), a thread could be blocked indefinitely within variation while waiting for the internal event processing logic to catch up with the backlog. The logic has been changed to drop events if necessary so threads will not be blocked (similar to how the SDK already drops events if the size of the event buffer is exceeded). If that happens, this warning message will be logged once: "Events are being produced faster than they can be processed; some events will be dropped". Under normal conditions this should never happen; this change is meant to avoid a concurrency bottleneck in applications that are already so busy that thread starvation is likely.

eli-darkly and others added 30 commits October 4, 2018 19:17
add option to reduce front-end metadata for untracked flags
fix logic for whether a flag is tracked in all_flags_state
LaunchDarklyCI and others added 25 commits April 10, 2019 00:10
allow unit tests to be run without databases
use log.warning(), not log.warn() or warnings.warn()
@eli-darkly eli-darkly requested a review from bwoskow-ld August 20, 2019 00:39
@LaunchDarklyCI LaunchDarklyCI merged commit fa5f399 into master Aug 20, 2019
@LaunchDarklyCI LaunchDarklyCI deleted the 6.9.4 branch August 20, 2019 00:55
LaunchDarklyCI pushed a commit that referenced this pull request Feb 11, 2020
copyedit to diagnostic event config property comment
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.

4 participants