-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc/man1/flux-kvs: Update language #1301
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1301 +/- ##
==========================================
+ Coverage 78.24% 78.28% +0.04%
==========================================
Files 154 154
Lines 27935 27935
==========================================
+ Hits 21857 21869 +12
+ Misses 6078 6066 -12
|
build hung after
restarting. |
I suggest you go with "leader" and "follower" (or maybe there's a better pair of terms?) instead of rank 0 and rank > 0 since I think the design will need to evolve away from rank 0 specialness. That was the reason for the original language. |
I like "follower" which works even if you keep "master". someone else on the wise internet has suggested primary/secondary or primary/replica, etc. |
Ok, lets go with leader & follower. B/c we hadn't established a nomenclature, I just went with "rank 0" and "rank > 0". |
c5c20af
to
dadb04c
Compare
dadb04c
to
380c052
Compare
updated, rebased, and re-pushed |
Update language to not use master/slave terminology. Use leader/follower terminology instead.
380c052
to
e7c32d8
Compare
rebased on master again |
Thanks @chu11! |
A number of open source projects have been removing the term "slave" from their lexicon. So to be up with the times, remove "slave" nomenclature that lingered in this manpage.