-
Hi Shlomi ,
We are using gh-ost version is v1.0.47.
We have faced the situation where we observed the lock on the master db table by gh-ost thread that was in sleep state and it pilled up the ot…
-
Gh-ost version : 1.0.30
`**gh-ost was designed with having multiple concurrent migration running in parallel** in triggerless-design.md`
BUT I fond gh-ost could not concurrent migration actually…
-
This comes out of an issue we kept running into causing great pain and outages
We would run with
```
gh-ost --allow-on-master -assume-rbr \
-critical-load Threads_running=700 \
-critical-load-…
-
I think this might be a little different than the other timeout, fail to cutover issues I'm seeing here.
I'm running gh-ost `1.0.47` on MySQL Aurora 1.16. Table I've been having problems with is ab…
-
Hi,
We're going to update our MariaDB servers up to v10.3 and probably play with 10.4 because of cool instant alter feature.
In the meantime, gh-ost is one of the most critical tools we rely (thank …
-
Context: 2nd scenario depicted in https://github.com/github/gh-ost/issues/784
In the 2nd scenario, what happened was that the inspected replica was rebooted. `gh-ost` kept hanging onto the end of t…
-
I noticed that gh-ost runtime is sensitive to its physical location. For example, if you use --test-on-replica, the gh-ost executable needs to be located on the slave for best performance. On a WAN, i…
-
When executing against a gcp 1st generation sql instance gh-ost fails with the following error:
```
[root@centos1 gh-ost]# ./bin/gh-ost --user="testuser" --ask-pass --table="test_table" --database…
-
We encountered a case where gh-ost caused the timestamp column to have an incorrect value. During the DDL execution on the table in mysql, the date value we inserted into the timestamp column is wrong…
-
Hello there! First off, thank you for this fantastic tool. My team chose gh-ost over percona specifically due to the rich featureset that gh-ost provides, including built-in throttling, live commands,…