Hi
Solr8.7.0
No numShards attribute exists in 'core.properties' with the newly added
replica. Causes numShards to be null using CloudDescriptor.
Since the ADDREPLICA command does not get numShards property, the
coreProps will not save numShards in the constructor that creates the
CoreDescriptor, so that the 'core.properties' file will be generated without
numShards.
Can the numShards attribute function be added to the process of adding
replica so that the 'core-properties' file of replica can contain numShards
attribute?