-
Hi. When i run gh-ost on the master without the --execute using the command below:
```
./gh-ost --host=192.168.24.22 --user=ghost --password=ghostPass --database=test --table=tb1 --alter="ADD COLU…
-
v1.0.36, this is repeatable. seemingly a successful test migration that just did ALTER TABLE x ROW_FORMAT=COMPACT. However the output has some troublesome messages:
```
2017-04-24 18:12:35 DEB…
-
When change a column data type, can finish the job but get error log.
Thanks for your help.
gh-ost version:1.1.5
mysql version:8.0.32
Error logs as following:
Copy: 1300000/1300000 …
-
跑gh-ost时候产生的sock文件看上去并没有实际的监听作用,这个和gh-ost设计不一样吗?
-
I have been running into this issue when running `gh-ost` inside of some of our docker containers. When the hostname of the docker container is at least 61 characters in length, I get the following er…
-
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 star…
-
**Is your feature request related to a problem? Please describe.**
As we all know, making schema changes for MySQL can be painful, so some big names made tools to ease the problem, such as github's g…
-
On a long running alter using the below setup after 20+ hours it get's an error with too many open files and if i try to query gh-ost via it's socket it will crash. Is this a known issue? I'm using th…
-
Hi,
I was having this discussion with someone from our SRE team who believe gh-ost should not be running on one of the replicas in our mysql cluster. But after searching around I couldn't find any …
-
there is no slave status on a secondary instance in a Mgr group ,so that gh-ost can't judge other instance delay,to handlle throttle .
instead of slave status . could gh-ost useing performance_schema…