docs/storage-node-downtime-tracking: add open issue regarding satellite outages (#3370)

This commit is contained in:
Maximillian von Briesen 2019-10-25 11:39:11 -04:00 committed by GitHub
parent f0caa6ce5e
commit 472672d52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,7 @@ Data Science could use this approach to more nicely calculate statistics however
## Open issues
* The design needs to account for potential satellite or DNS outages to ensure that we do not unfairly disqualify nodes if the satellite cannot be contacted.
* The design indefinitely checks offline storage nodes until they are disqualified.
* The implementation requires coordination with the team working in [Kademlia removal blueprint](kademlia-removal.md) for the "ping" functionality.
* The implementation requires the [Kademlia removal network refreshing](https://github.com/storj/storj/blob/master/docs/design/kademlia-removal.md#network-refreshing) implemented and deployed before deploying the new chore. Use a feature flag for removing the constraint.