Pending mutations clickhouse

Find stuck ALTER/DELETE mutations with failure reason; blocks schema changes

clickhouse-client -q "SELECT database, table, mutation_id, latest_fail_reason FROM system.mutations WHERE is_done=0"
more clickhouse all 17 commands →