Hi team, I have a dev cluster (4.0.9) with a broke...
# questions-and-troubleshooting
n
Hi team, I have a dev cluster (4.0.9) with a broken
_statistics_
database. In short, several tables have broken tablets and I can't repair them. Is it possible to
DROP DATABASE _statistics
and expect StarRocks to recreate it automatically? If not, what about tables, if I drop a table, would StarRocks recreate it automatically? I don't care about downtime, but I do want to restore the cluster to a fully healthy state without recreating it from scratch. For what it's worth, this cluster has been working totally fine for many months even with broken
_statistics
. These tablets didn't break because of a Starrocks bug, but rather a failed upgrade attempt many months ago
k
yes, drop it and let fe rebuild the db
n
Perfect, thanks!