Hello Solr experts,

Our team noticed the below behavior:

1. A collection is restored from a backup, and a replication factor is 
specified within the restore command:

/solr/admin/collections?action=RESTORE&name=backup_name&location=/backups/solr&collection=collection_name&collection.configName=config_name&replicationFactor=1&maxShardsPerNode=1

2. Collection restored successfully, but looking into cluster status we see 
several values are rendered as Long for this particular collection:

/solr/admin/collections?action=clusterstatus&wt=xml

<long name="pullReplicas">0</long>
<long name="replicationFactor">1</long>
<str name="maxShardsPerNode">1</str>
<str name="autoAddReplicas">false</str>
<long name="nrtReplicas">1</long>
<long name="tlogReplicas">0</long>
<int name="znodeVersion">138</int>

Whereas for all the other collections pullReplicas, replicationFactor, 
nrtReplicas and tlogReplicas are Strings.

Please advise whether it is known and expected or it needs to be fixed (if so, 
is there a Jira ticket already for this or should we create one)?

Best regards,
Aliaksandr Asiptsou

Reply via email to