Skip to content

Commit b661d58

Browse files
committed
Review feedback incorporated.
1 parent 4566810 commit b661d58

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/faq.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,18 @@ These are the current penalties that affect both DNS weight and earned FIL:
6060
- Fraudulent logging (e.g. self-dealing)
6161
- Multi-noding (Running multiple nodes on the same host)
6262

63-
These are visibile e.g. by hovering over the _Weight_ of a Node on https://dashboard.saturn.tech, or on the _Penalty_ graph of the [Moonlet](https://github.com/31z4/saturn-moonlet).
63+
These are visible e.g. by hovering over the _Weight_ of a Node on https://dashboard.saturn.tech.
6464

6565
Here are more details about each kind of penalty, with information what could cause it, and how to remedy if your Node encounters them:
6666

67-
- `error_ratio` is caused by errors as shown in the log of L1 Node container, scuh as:
67+
- Error ratio is caused by network errors connecting to the node and HTTP 5xx errors
6868
- Node refusing to connect with a client multiple times.
69-
- `dup_cache_miss_ratio` is caused if a computed error ratio for consecutive duplicate cache misses goes over a threshold.
70-
- `health_check_failures` are caused by an unexpectedly (not deregistered) unreachable node.
69+
- Duplicate Cache Miss Ratio is caused when the same CID & file path is cached missed to upstream providers. This shouldn't happen if the node has enough disk and the right file permissions.
70+
- Health Check Failures are caused by an unexpectedly (not deregistered) unreachable node. This isn't necessarily the node's fault, but could also be a connectivity issue anywhere in the internet path from the orchestrator to the node.
7171
- This penalty starts with each health check failure event, and then gradually decreases over ~6h.
7272
- Fix this by resolving the root cause of the node unavailability.
7373
- Note the [deregister my node](#how-can-i-manually-deregister-my-node) section.
7474

75-
None of these are "expected" under normal operation, and all are something that you want to keep down.
76-
77-
7875
## Registration
7976

8077
### My Node fails to register with error ETIMEDOUT/EHOSTUNREACH

0 commit comments

Comments
 (0)