Cathal Coffey
Cathal Coffey
My company ran into the exact same problem while using `gh-ost` to run migrations against our Aurora clusters. After a lot of deep diving, we finally put together [this PR](https://github.com/github/gh-ost/pull/921)...
I experienced the exact same problem. The line `DEBUG Estimated number of rows via STATUS: 0` comes from here: https://github.com/github/gh-ost/blob/8ae02ef69c0ec886e12e4361d136f1e5a88d7552/go/logic/inspect.go#L418-L420 So we know we exited the function `validateTable()` with a...
Thank you for the reply, this makes a lot of sense.