epugh opened a new issue, #38:
URL: https://github.com/apache/solr-orbit/issues/38

   ### Describe the bug
   
   Passing in workload params to have more then 1 shard, and jsut getting 1.
   
   ### To reproduce
   
   After starting up a three node solr:
   
   ```
   docker network create solrcloud-test
   
    docker run --name solr-node1 -d \
       --network solrcloud-test \
       --publish 8983:8983 \
       --memory 8g \
       "apache/solr-nightly:10.0.0-SNAPSHOT-slim" solr start -f -m 2g --host 
solr-node1 -p 8983    
   
    docker run --name solr-node2 -d \
       --network solrcloud-test \
       --publish 8984:8984 \
       --memory 8g \
       "apache/solr-nightly:10.0.0-SNAPSHOT-slim" solr start -f -m 2g --host 
solr-node2 -z solr-node1:9983 -p 8984        
   
    docker run --name solr-node3 -d \
       --network solrcloud-test \
       --publish 8985:8985 \
       --memory 8g \
       "apache/solr-nightly:10.0.0-SNAPSHOT-slim" solr start -f -m 2g --host 
solr-node3 -z solr-node1:9983 -p 8985 
   ```
   
   I then start the workload via:
   
   ```
   solr-orbit run   --pipeline=benchmark-only   --target-hosts=localhost:8983   
--workload=nyc_taxis  --workload-params="bulk_indexing_clients:4,num_shards:2" 
--kill-running-processes
   ```
   
   I see the collection `nyc_taxies` get deleted and then created, but only 
with one shard:
   
   <img width="1255" height="358" alt="Image" 
src="https://github.com/user-attachments/assets/be8bfef4-063e-447d-9ec5-c2520010039a";
 />
   
   
   ### Expected behavior
   
   _No response_
   
   ### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   ### Host / Environment
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Relevant log output
   
   ```shell
   
   ```


-- 
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]

Reply via email to