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

Fixed a potential bug in metrics-event-stream-jaxrs #1539

Merged
merged 1 commit into from
Apr 19, 2017

Conversation

justinjose28
Copy link

@justinjose28 justinjose28 commented Apr 14, 2017

I had defined currentConcurrentConnections as a static variable in abstract class by mistake which caused it to be shared between implementations which was wrong. Now, I have moved it to the implementation class. This was the reason tests where failing sometimes.

@mattrjacobs
Copy link
Contributor

Good catch - sorry I missed it when I reviewed. Thanks for the PR!

@mattrjacobs mattrjacobs merged commit df912b2 into Netflix:master Apr 19, 2017
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.

2 participants