Hi folks, i have an allin1-Ubuntu installation. Tw...
# questions-and-troubleshooting
j
Hi folks, i have an allin1-Ubuntu installation. Two days ago we had a power outage. Since then i can't query some tables. I get the following error message:
Copy code
wait_for_version failed version:50179 tablet:10445 #version:1 [50178.2 50178.2@0 50178.2] pending: rowsets:2[id/seg/row/del/byte/compaction]: [52321/1/3898/0/348.77 KB/255.66 MB],[52322/1/9317/0/770.66 KB/255.25 MB] backend [id=10001] .
I tried to fix it with ADMIN REPAIR TABLE table_name; But this also didn't work. Any ideas?
👀 1
k
The allin1-ubuntu docker container runs as single replica, if the only replica is corrupted, there is no way to repair, you have to drop the partition and re-import the data.
j
Hi Kevin, thanks for your reply. That's what I was afraid of.
k
allin1-ubuntu image is an easy-to-go env to explore SR capability, it is not recommended for production usage.
âž• 1