Skip to content

Add --allow-user-managed (modeled on bin/solr start --user-managed) param#49

Open
epugh wants to merge 1 commit into
apache:mainfrom
epugh:allow_standalone_option
Open

Add --allow-user-managed (modeled on bin/solr start --user-managed) param#49
epugh wants to merge 1 commit into
apache:mainfrom
epugh:allow_standalone_option

Conversation

@epugh

@epugh epugh commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Description

Turns out you can use solr-orbit with non cloud:

solr-orbit run \
  --pipeline=benchmark-only \
  --target-host=localhost:8983 \
  --kill-running-processes \
  --workload=nyc_taxis \
  --test-mode \
  --include-tasks="check-cluster-health,index"

This introduces a switch that, when you combine it with smart use of --include-tasks allows you to use it with standalone, but with caveats.

Testing

  • New functionality includes testing
    unit test, and then manually.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@epugh epugh requested a review from janhoy June 11, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant