Commit c1cce03
Sameer Naik
disable
Triggering of a slave to stop replication and enable writing works.
However if a second slave (with data persistence) is reconfigured to
use the first slave (triggered) as the master, the second slave cannot
replicate the data.
At the moment the only way to convert a slave to a master is to stop it
and start it as a master in which case the above issue is not seen.
To avoid users from trying to trigger a slave, we removed the config
altogether until the issue can be resolved.trigger_file option from recovery.conf1 parent ba9d02e commit c1cce03
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments