Admin Repair Table

Manually repair a corrupted table. Returns information about affected tables.

Input Parameter Description

NameTypeDescription
table_namesarray of stringsList of tables to query. An asterisk returns all tables.
optionsmap of string to strings

Optional parameters. The default value is an empty map ( {} ).

Supported Parameters (keys)Parameter Description
repair_policy

Corrective action to take

Supported ValuesDescription
delete_chunksDeletes any corrupted chunks
shrink_columnsShrinks corrupted chunks to the shortest column
replay_walManually invokes wal replay on the table

Output Parameter Description

NameTypeDescription
table_namesarray of stringsList of repaired tables.
repair_statusarray of stringsList of repair status by table.
infomap of string to stringsAdditional information.