Skip to content

Commit

Permalink
udpate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Xu <[email protected]>
  • Loading branch information
wenxu1024 committed Nov 28, 2023
1 parent 204c5ae commit a3e382e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/blocks-storage/compactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,8 @@ compactor:
# When enabled, index verification will ignore out of order label names.
# CLI flag: -compactor.accept-malformed-index
[accept_malformed_index: <boolean> | default = false]

# When enabled, will fetch the list of block ids using bucket index.
# CLI flag: -compactor.bucket-index-block-ids-fetcher-enabled
[bucket_index_block_ids_fetcher_enabled: <boolean> | default = false]
```
4 changes: 4 additions & 0 deletions docs/configuration/config-file-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,10 @@ sharding_ring:
# When enabled, index verification will ignore out of order label names.
# CLI flag: -compactor.accept-malformed-index
[accept_malformed_index: <boolean> | default = false]
# When enabled, will fetch the list of block ids using bucket index.
# CLI flag: -compactor.bucket-index-block-ids-fetcher-enabled
[bucket_index_block_ids_fetcher_enabled: <boolean> | default = false]
```

### `configs_config`
Expand Down

0 comments on commit a3e382e

Please sign in to comment.