-
Notifications
You must be signed in to change notification settings - Fork 330
Add support for multi-cluster runners #1562
Copy link
Copy link
Closed
Labels
enhancementImproves the status quoImproves the status quohelp wantedWe'd be happy about a community contributionWe'd be happy about a community contribution
Description
Use cases involving multiple clusters like Cross Cluster Search (CCS) or Cross Cluster Replication (CCR) require various additional runners in order for tracks to properly set them up,
We should implement dedicated runners in Rally for;
- Configuring 'local' and 'remote' cluster (these terms are relative) seeds
- Add support for 'local' and 'remote' clusters to 'follow' indices
Additionally, all current runners are written only to execute in the context of a single Elasticsearch client for the first cluster passed in via target-hosts (i.e. default). This present a problem for when users would like operations to execute across multiple clusters. We should consider adding a new operation (e.g. all-clusters) that will run a given operation on all clusters without requiring us to modify each existing runner.
Relates;
#1563
elastic/rally-tracks#293
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImproves the status quoImproves the status quohelp wantedWe'd be happy about a community contributionWe'd be happy about a community contribution
Type
Fields
Give feedbackNo fields configured for issues without a type.