|
On the tip of master branch, I currently see this:
~/mongo/ git grep "quarterly"
|
src/mongo/db/repl/replication_coordinator_impl.cpp: // It is only necessary to check if an arbiter is running on a quarterly binary version when a
|
src/mongo/db/repl/replication_coordinator_impl.cpp: // Warn if an arbiter is running on a quarterly binary version.
|
src/mongo/db/repl/replication_coordinator_impl.cpp: "** WARNING: Arbiters are not supported in quarterly binary versions");
|
These should all be changed to "rapid release", as that is now the current naming for the type of release formerly known as "quarterly".
|