Module admin

Source
Expand description

CLI introspection tools for persist

Structsยง

AdminArgs
Commands for read-write administration of persist state
FinalizeArgs ๐Ÿ”’
Manually finalizes a shard.
ForceCompactionArgs ๐Ÿ”’
Manually completes all fueled compactions in a shard.
ForceGcArgs ๐Ÿ”’
Manually completes all fueled compactions in a shard.
RestoreBlobArgs ๐Ÿ”’
Attempt to restore all the blobs that are referenced by the current state of consensus.

Enumsยง

Command ๐Ÿ”’
Individual subcommands of admin

Constantsยง

CATALOG_FORCE_COMPACTION_FUEL
Exposed for mz-catalog.
CATALOG_FORCE_COMPACTION_WAIT
Exposed for mz-catalog.
EXPRESSION_CACHE_FORCE_COMPACTION_FUEL
Exposed for mz-catalog.
EXPRESSION_CACHE_FORCE_COMPACTION_WAIT
Exposed for mz-catalog.

Functionsยง

dangerous_force_compaction_and_break_pushdown
Attempts to compact all batches in a shard into a minimal number.
force_compaction
Manually completes all fueled compactions in a shard.
force_gc ๐Ÿ”’
info_log_non_zero_metrics ๐Ÿ”’
make_machine ๐Ÿ”’
make_typed_machine ๐Ÿ”’
run
Runs the given read-write admin command.