epugh commented on code in PR #4246: URL: https://github.com/apache/solr/pull/4246#discussion_r3073808255
########## solr/solr-ref-guide/modules/getting-started/pages/solr-glossary.adoc: ########## @@ -114,8 +132,8 @@ Since users search using terms they expect to be in documents, finding the term === L [[leader]]Leader:: -A single <<replica,Replica>> for each <<shard,Shard>> that takes charge of coordinating index updates (document additions or deletions) to other replicas in the same shard. -This is a transient responsibility assigned to a node via an election, if the current Shard Leader goes down, a new node will automatically be elected to take its place. +A single <<replica,Replica>> for each <<shard,Shard>> that serves as the source-of-truth and coordinates index updates (document additions or deletions) to the <<follower,follower>> replicas in the same shard. Review Comment: can you suggest something? my brain is broken. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
