ConfD job `infra_instances_start` now waits for the instance to finish booting

Details

Detail name Value
Changelog Number 17968
Type Improvement
Status Resolved
Fix Versions Exasol 8.23.0
Resolution Date 2023-11-06

Background

The ConfD job infra_instances_start previously returned as soon as the startup call was sent. It did not wait for the instance to finish booting.

Improvement

The job now waits until the instance has finished booting and is ready to be used before returning a result. This makes the job easier to use and is also consistent with the behavior of infra_instances_stop, which has always been waiting for the instance to shut down.

Changed behavior

The job infra_instances_start now waits until the instance has finished booting and is accessible before returning a result.