Skip to content

Easier way to configure a stripe of 2 servers, but not start them and only manually start 1 active #134

@mathieucarbou

Description

@mathieucarbou

I'd like to be able to configure a stripeSize of 2, with no server started automatically, and only manually do:

voltron.getClusterControl().startOneServer();
voltron.getClusterControl().waitForActive();

Currently, If I have a stripe size of 2, 2 servers starts and if I only want 1 active I must do something like:

voltron.getClusterControl().waitForActive();
voltron.getClusterControl().waitForRunningPassivesInStandby();
voltron.getClusterControl().terminateOnePassive();

@anthonydahanne : this is for our Failover tests

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions