murblanc commented on code in PR #2207:
URL: https://github.com/apache/solr/pull/2207#discussion_r1494768851
##########
solr/solrj/src/java/org/apache/solr/common/cloud/Replica.java:
##########
@@ -120,9 +120,22 @@ public enum Type {
*/
PULL(false, false, true, CollectionAdminParams.PULL_REPLICAS);
+ /** Whether replicas of this type join the leader election and can be
elected. */
public final boolean leaderEligible;
+
+ /**
+ * Whether replicas of this type require a transaction log. A transaction
log will be created
+ * only if this is {@code true}.
+ */
public final boolean requireTransactionLog;
+
+ /**
+ * Whether replicas of this type continuously replica from the leader, if
they are not
Review Comment:
committed the change
--
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]