Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

prepare 4.6.6 release #165

Merged
merged 244 commits into from
Jul 10, 2019
Merged

prepare 4.6.6 release #165

merged 244 commits into from
Jul 10, 2019

Conversation

eli-darkly
Copy link
Contributor

[4.6.6] - 2019-07-10

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 the Variation methods 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 June 28, 2018 15:01
don't give up permanently after a 400 error
add brief Java compatibility note to readme
evaluate with an explanation - initial implementation
stop using deprecated TestFeatureStore in tests
avoid unnecessary retry after Redis update
…vents

include explanations, if requested, in full feature request events
eli-darkly and others added 24 commits March 20, 2019 18:49
bump eventsource version so we're no longer getting JSR305 annotations
…s-clarification

extract gradle properties clarification to separate PR
Removed .fossa.yml, removed fossa job from circleci, removed fossa ba…
* artifact/repository rename + doc update

* cleaning up markdown files

* cleaning up markdown files

* cleaning up markdown files

* cleaning up markdown files

* absolute contributing url

* adding "server-side" to the title

* adding "server-side" to the title

* relative link

* add a note to the changelog about the artifact name change
…per build (#126)

* re-introduce ossrh properties which were removed a while back

* adding a comment

* bump felix versions
@eli-darkly eli-darkly requested a review from bwoskow-ld July 10, 2019 17:06
@eli-darkly eli-darkly merged commit fc1c001 into master Jul 10, 2019
@eli-darkly eli-darkly deleted the 4.6.6 branch July 10, 2019 18:19
LaunchDarklyCI pushed a commit that referenced this pull request Jan 16, 2020
…kage

(4.x - #2) move Redis and FileData stuff into new integrations subpackage
LaunchDarklyCI pushed a commit that referenced this pull request Jan 17, 2020
…ions-package"

This reverts commit 9cd5228, reversing
changes made to c273a05.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants