chore(dsraft): correct comment spelling errors
This commit is contained in:
parent
205ad507ea
commit
70a760850f
|
@ -202,10 +202,10 @@ try_servers([], _Fun, _Args) ->
|
||||||
add_local_server(DB, Shard) ->
|
add_local_server(DB, Shard) ->
|
||||||
%% NOTE
|
%% NOTE
|
||||||
%% Adding local server as "promotable" member to the cluster, which means
|
%% Adding local server as "promotable" member to the cluster, which means
|
||||||
%% that it will affect quorum until it is promoted to a voter, which in
|
%% that it won't affect quorum until it is promoted to a voter, which in
|
||||||
%% turn happens when the server has caught up sufficiently with the log.
|
%% turn happens when the server has caught up sufficiently with the log.
|
||||||
%% We also rely on this "membership" to understand when the server's
|
%% We also rely on this "membership" to understand when the server's
|
||||||
%% readiness.
|
%% ready.
|
||||||
ShardServers = shard_servers(DB, Shard),
|
ShardServers = shard_servers(DB, Shard),
|
||||||
LocalServer = local_server(DB, Shard),
|
LocalServer = local_server(DB, Shard),
|
||||||
case server_info(uid, LocalServer) of
|
case server_info(uid, LocalServer) of
|
||||||
|
|
Loading…
Reference in New Issue