Tom Krouper

Results 10 comments of Tom Krouper
trafficstars

Off issue, you were mentioning gh-ost was having checksum issues with resurrections. When you mentioned that I was thinking, could it be related to the fact that we have two...

> bumping this feature request to check on if there were any changes to make this feature available? This code is fairly old and there are a bunch of conflicting...

@babinomec, would you be willing to create a PR adding this to the docs?

> We have slaves that have discrepancies (missing rows, rows with some different values) as highlighted by a very long run of pt-table-checksum. We tried fixing these tables with pt-table-sync...

Do you have monitoring on `Threads_running` on the hosts in question? The only thing that I can think of off the top of my head is a sudden jump of...

@Xopherus another thing we plan on looking at in the next quarter is https://github.com/skeema/skeema to see if we can use it as part of our schema management and changes.

Looking at the [ubuntu-2404, smoke80](https://github.com/sous-chefs/mysql/actions/runs/12149701809/job/33880983673?pr=718) failure, I wonder if the 8.035 [deprecation](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html#mysqld-8-0-35-deprecation-removal) that says \`%\` no longer includes \`localhost\` is to blame. I'll dig further tomorrow.

> Looking at the [ubuntu-2404, smoke80](https://github.com/sous-chefs/mysql/actions/runs/12149701809/job/33880983673?pr=718) failure, I wonder if the 8.035 [deprecation](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html#mysqld-8-0-35-deprecation-removal) that says `%` no longer includes `localhost` is to blame. I'll dig further tomorrow. From local testing...

It appears that `port` is **not** being honored by the mysql_service library. - https://github.com/sous-chefs/mysql/actions/runs/12241159404/job/34145661927?pr=718#step:5:341 When you look at the above line, the port is set to 3306 but in https://github.com/sous-chefs/mysql/blob/350d6a26c71e7f749abce7b71c24689c6b533e66/test/cookbooks/test/recipes/smoke.rb#L40-L41...

I think I'm running into this: - https://github.com/sous-chefs/mysql/issues/715 The port issue may not be an issue. What I pointed out [previously](https://github.com/sous-chefs/mysql/pull/718/#issuecomment-2529150944) seems to continue at the top of the next...