janhoy commented on PR #37: URL: https://github.com/apache/solr-orbit/pull/37#issuecomment-4561652462
Thanks for this. No question the port so far is SolrCloud focused. Before we commit a fix, perhaps we should have a discussion about whether and how to make sure all workloads can run on both cloud and user-managed. Some Solr features and APIs only work with cloud. Should each workload declare whether it is compatible with standalone? Or do we have auto fallback solutions for every mismatch? a workload may specify a collection with 2 shards and 2 replicas. What to do on standalone mode? Better to exit with an error? A workload may benchmark backup/restore, which have different apis… Another workload may benchmark splitshard… -- 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]
