-
Notifications
You must be signed in to change notification settings - Fork 938
Removal of master-slave language #1220
base: master
Are you sure you want to change the base?
Conversation
Hi @bopopescu, thank you for the discussion and for this pull request. See some recent pull requests on the same topic: #1168, #1182, #1187, #1188, and search for some major overhaul in At this time, and to the best of my awareness, there is no use of
I believe they have all been eradicated.
Since BTW the common term used by the MySQL community to replace Regarding As this is relatively recent, I prefer to first await decision on the formal changes to terminology in MySQL. Once we do settle on new terminology, we will need to go through similar phases of migration. Again, I can't just accept the changes in this PR, because they will break each and every installment of Thank you kindly for this pull request, I hope the above explains why I cannot merge it as-is, and how this project works to change the terminology in an iterative manner. |
err = sqlutils.QueryRowsMap(db, "show slave status", func(m sqlutils.RowMap) error { | ||
ioThreadState := ReplicationThreadStateFromStatus(m.GetString("Slave_IO_Running")) | ||
sqlThreadState := ReplicationThreadStateFromStatus(m.GetString("Slave_SQL_Running")) | ||
err = sqlutils.QueryRowsMap(db, "show subordinate status", func(m sqlutils.RowMap) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this PR is machine generated and without context to the operation of orchestrator
nor mysql
. show subordinate status
is not a valid command. Subordinate_IO_Running
is not a value returned by this query. log_subordinate_updates
is not an actual MySQL variable. etc.
lol, the o.p. has about 4000 repos, most of which are forks and almost all have a branch named Basically, In bopopescu/zhuangzhuang131419.github.io@e9d270c lmfao, mastercard/maincard && webmaster/webmain: bopopescu/Cloud-User-Management@d8985f5#diff-8f80a2645e1615f9cfb7638de6a110d9164f09219fd9fafa83a2d1ca2a43c3e9 |
For diversity reasons, it would be nice to try to avoid 'master' and 'slave' terminology in this repository which can be associated to slavery. The master-slave terminology could be problematic for people in several countries which has the history of slavery like Romania, USA and many others. Thank you for considering the proposal. Let me know if any changes in the PR are needed, I would be happy to implement them.