You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been testing gh-ost and notice it may make several different types of connections to different servers. That may lead to confusion if you have a lot. Therefore I think it would be good to identify: the "writer" connection, the "reader" (when you're running against a replica) and even the "monitoring" connections.
e.g.
2017-07-26 11:02:40 INFO connection validated on myreplica.example.com:3306
maybe could be:
2017-07-26 11:02:40 INFO inspector connection validated on myreplica.example.com:3306
(or similar)
and similarly adjust the entries for the connections used for writing and any other read handles you make.
The text was updated successfully, but these errors were encountered:
I have been testing gh-ost and notice it may make several different types of connections to different servers. That may lead to confusion if you have a lot. Therefore I think it would be good to identify: the "writer" connection, the "reader" (when you're running against a replica) and even the "monitoring" connections.
e.g.
maybe could be:
(or similar)
and similarly adjust the entries for the connections used for writing and any other read handles you make.
The text was updated successfully, but these errors were encountered: