Troubleshooting interrupted data re-balance
I was running a data re-balance on a Vertica cluster using Admin Tools. Mid-operation, my SSH session was disconnected. I re-connected to the cluster and tried to run the re-balance operation again.
When I do that I see this:
How can I get past this?
When I do that I see this:
ERROR: Unable to generate re-balance script.I'm guessing that's because the first re-balance I kicked off is still running or didn't clean up properly.
Workspace rebalance_data already exists
How can I get past this?
0
Comments
To remove all previously run (and hung) processes, you can do this from the vsql prompt:
SELECT dbd_drop_all_workspaces();
Once complete, please reattempt to run the rebalance script.
Thanks,
Rory
Thx
A bug ticket is currently open to have this command added to our documentation. Hopefully it will be added in the near future.
Thanks,
Rory
Already wrote it down