Hi,
We are using master slave replication we have 1 master instance and 2 slave instances.
The application is currently configured to use master only for writing operations and configured slaves for reading operation.
the problem is both the slaves are unresponsive due to migration on master server. It appeared that the statistical data was not correct in the slave
after running ALTER query on master to change a couple of columns from VARCHAR(255) to TEXT.
To recover the application we have changed the configuration to use the master server for both read and write operation.
I am wondering how this problem occurred and how to avoid such problem in future.
What was the root cause of this problem
We are using master slave replication we have 1 master instance and 2 slave instances.
The application is currently configured to use master only for writing operations and configured slaves for reading operation.
the problem is both the slaves are unresponsive due to migration on master server. It appeared that the statistical data was not correct in the slave
after running ALTER query on master to change a couple of columns from VARCHAR(255) to TEXT.
To recover the application we have changed the configuration to use the master server for both read and write operation.
I am wondering how this problem occurred and how to avoid such problem in future.
What was the root cause of this problem