Skip to content

Commit

Permalink
Followup to PR #12450 for doc updates
Browse files Browse the repository at this point in the history
This is being used to resolve the unresolved items in #12450 since that PR is unwieldly at this point.
  • Loading branch information
BigLep committed Oct 14, 2024
1 parent fcb6012 commit 6dc518f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chain/index/chain-indexing-overview-for-rpc-providers.MD
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ The `lotus-shed chainindex validate-backfill` command is a tool for validating a

**Note: This command can only be run when the Lotus daemon is already running with the [`ChainIndexer` enabled](#enablement) as it depends on the `ChainValidateIndex` RPC API.**

TODO: from https://github.com/filecoin-project/lotus/pull/12450#discussion_r1771217907
Let us provide some basic on resource usage here, some potential questions from users I foresee is:
How long does it take to backfill XX epochs.
How much CPU / RAM does it require (i.e do we need to shift traffic to other nodes when running the backfill)


#### Usage:
```
lotus-shed chainindex validate-backfill --from <start_epoch> --to <end_epoch> [--backfill] [--log-good]
Expand Down

0 comments on commit 6dc518f

Please sign in to comment.