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

Liveness Error information [gitlab] #34

Open
3 tasks
jmwample opened this issue May 27, 2020 · 1 comment
Open
3 tasks

Liveness Error information [gitlab] #34

jmwample opened this issue May 27, 2020 · 1 comment

Comments

@jmwample
Copy link
Member

When a phantom is identified as live by PhantomIsLive() we should gather more information about how long it took to make a decision so that we can track if we are getting close to the timeout in a significant portion of liveness tests for a specific subnet.

This could also be a place to prevent registrations from getting added to stations that won't be able to service them.

  • log time to decision for liveness tests
  • If we receive more than one registration only scan liveness once (or twice)
  • block registrations and liveness scans for subnets that can't be serviced from a given station.

original submission: 12/19/2019

@jmwample
Copy link
Member Author

Time to decision will only be interesting if the host is not live. (though I believe that we did add this). This also related to issue #31

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

No branches or pull requests

1 participant