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

Server.ReadTraceSocket: Remove incorrectly used reuseport option #136

Merged
merged 1 commit into from Mar 10, 2017
Merged

Server.ReadTraceSocket: Remove incorrectly used reuseport option #136

merged 1 commit into from Mar 10, 2017

Conversation

evanj
Copy link
Contributor

@evanj evanj commented Mar 10, 2017

Summary

The reuseport option was being controlled by s.numReaders, but that
only applies to the metric readers. Since there is currently one
trace reader, there is no reason to set this option.

Motivation

This actually doesn't cause any problems, but removing this should clarify this.

Test plan

I ran the tests!

The reuseport option was being controlled by s.numReaders, but that
only applies to the metric readers. Since there is currently one
trace reader, there is no reason to set this option.
@aditya-stripe
Copy link
Contributor

LGTM - thanks!

@aditya-stripe aditya-stripe merged commit fc3716b into stripe:master Mar 10, 2017
@ChimeraCoder ChimeraCoder deleted the trace-remove-reuseport branch March 10, 2017 22:12
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.

None yet

2 participants