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

Zero RTT measurement errors on Windows #3789

Closed
slackpad opened this issue Jan 9, 2018 · 1 comment
Closed

Zero RTT measurement errors on Windows #3789

slackpad opened this issue Jan 9, 2018 · 1 comment
Assignees
Labels
type/bug Feature does not function as expected
Milestone

Comments

@slackpad
Copy link
Contributor

slackpad commented Jan 9, 2018

This captures the forward work from https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/consul-tool/mXjkW9vGLws/xKiLcbUjEQAJ, where a user running Consul 1.0.2 reported seeing:

2018/01/02 22:07:16 [ERR] serf: Rejected coordinate from host1: round trip time not in valid range, duration 0s is not a positive value less than 10s
2018/01/02 22:07:17 [ERR] serf: Rejected coordinate from host2: round trip time not in valid range, duration 0s is not a positive value less than 10s
2018/01/02 22:07:18 [ERR] serf: Rejected coordinate from host3: round trip time not in valid range, duration 0s is not a positive value less than 10s

This should have been fixed by #3704, though this user is on Windows. Maybe the monotonic time granularity is too high?

We should see if we can figure out the root cause, and reduce that ERR level to DEBUG (or even TRACE) since it's not ERR-worthy.

@slackpad slackpad added the type/bug Feature does not function as expected label Jan 9, 2018
@slackpad slackpad added this to the 1.0.3 milestone Jan 9, 2018
@bitmask777
Copy link

If you decide to change the log level of this message, then +1 for changing it to TRACE and not DEBUG. The sheer volume of output this message would generate in a DEBUG log would make it difficult to use the log for debugging without first filtering out these messages.

@calinah
Copy link

calinah commented Jan 17, 2018

Hi is there a fix for this in the meantime? right now I am getting flooded with these messages - I'm running consul on k8s on gke so it's not just windows related error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Feature does not function as expected
Projects
None yet
Development

No branches or pull requests

3 participants