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

Makes it an error to store during assembly of a call #2580

Merged
merged 3 commits into from
May 11, 2019

Conversation

codefromthecrypt
Copy link
Member

Before this, there was some extra code in the throttle package handling
a bug in our in memory storage. This fixes that and removes the extra
code.

See #2502


public ThrottledCall(ExecutorService executor, Limiter<Void> limiter,
Supplier<? extends Call<V>> supplier) {
final Call<V> delegate;
Copy link
Member Author

Choose a reason for hiding this comment

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

look ma. no volatiles :)

Copy link
Contributor

Choose a reason for hiding this comment

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

:D

Before this, there was some extra code in the throttle package handling
a bug in our in memory storage. This fixes that and removes the extra
code.

See #2502
@codefromthecrypt
Copy link
Member Author

finally Jenkins is green

@codefromthecrypt codefromthecrypt merged commit 862e3f3 into master May 11, 2019
@codefromthecrypt codefromthecrypt deleted the error-io-on-assembly branch May 11, 2019 02:25
abesto pushed a commit to abesto/zipkin that referenced this pull request Sep 10, 2019
Before this, there was some extra code in the throttle package handling
a bug in our in memory storage. This fixes that and removes the extra
code.

See openzipkin#2502
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants