vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.63k stars 2.1k forks source link

vttablet fails to start if `vt-gh-ost` is running #6924

Open shlomi-noach opened 4 years ago

shlomi-noach commented 4 years ago

Context: online DDL. This happens on development environments: if running a long gh-ost migration, and vttablet crashes (or is killed) while the migration is running, and restarted, then upon startup vttablet fails to recreate the gh-ost binary (/tmp/vt-go-host) because the executable file is busy. This fails the entire vttablet process.

Assigning myself.

shlomi-noach commented 4 years ago

Partially solved by #6928