epugh opened a new issue, #33: URL: https://github.com/apache/solr-orbit/issues/33
### Describe the bug In https://apache.github.io/solr-orbit/quickstart.html we give advice to just start Solr: `docker run -d --name solr-orbit -p 8983:8983 solr:9 solr-demo` but that then fails when you run the suggested example: ``` solr-orbit run \ --pipeline=benchmark-only \ --target-hosts=localhost:8983 \ --workload=nyc_taxis \ --test-mode ``` with: ``` [ERROR] ❌ Cannot run. Benchmark operation failed: Worker ID: 0 Task: delete-collection Workload: nyc_taxis Test Procedure: append-no-conflicts Cause: Unknown Error: Cannot run task [delete-collection]: Solr delete collection 'nyc_taxis' failed (HTTP 500): Aliases don't exist in a non-cloud context, check isZookeeperAware() before calling this method. Cannot run task [delete-collection]: Solr delete collection 'nyc_taxis' failed (HTTP 500): Aliases don't exist in a non-cloud context, check isZookeeperAware() before calling this method. ``` To be fair, we do say "against a existing Solr cluster" ;-) ### To reproduce 1: `docker run -d --name solr-orbit -p 8983:8983 solr:9 solr-demo` 2: ``` solr-orbit run \ --pipeline=benchmark-only \ --target-hosts=localhost:8983 \ --workload=nyc_taxis \ --test-mode ``` ### 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]
