-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix to CanReplicateFrom(): can now replicate from master even if it does not have log_slave_updates (this is expected behavior) web: - similar to the above, cluster.js supports dropping over a master without log_slave_updates instance_topology: - better mutex release on MoveUpSlaves() - better safety in RepointTo() (reemoving target slave from list) - more audit, debug in RegroupSlaves() binlog servers: - instance_topology: - sortedSlaves() supports includeBinlogServerSubSlaves - added GetCandidateSlaveOfBinlogServerTopology() - getMostUpToDateActiveBinlogServer() returns also list of binlog servers - thorough rewrite of RegroupSlavesIncludingSubSlavesOfBinlogServers(): previous algorithm was incorrect - safer RegroupSlavesBinlogServers() - recovery: - added recoverDeadMasterInBinlogServerTopology(), binlgo server topologies now covered and working purge-binary-logs: - added PurgeBinaryLogsTo(), PurgeBinaryLogsToCurrent() in instance_dao - added CLI command flush-binary-logs: - returns updated instance instance_dao: - added SkipToNextBinaryLog() web: - hiding detach-slave, reattach-slave on master node modal
- Loading branch information
1 parent
06dea78
commit 215c242
Showing
9 changed files
with
294 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.