osrf / cloudsim-legacy

Apache License 2.0
1 stars 1 forks source link

Termination timeout #176

Open osrf-migration opened 10 years ago

osrf-migration commented 10 years ago

Original report (archived issue) by Hugo Boyer (Bitbucket: hugomatic, GitHub: hugomatic).


When terminating a [simulator] constellation, the operation times-out if the machine has been terminated previously in the AWS console.

This is because for the instance dissapears from AWS after 20 minutes or so, and the terminate operation expects it.

The termination should finish early if AWS reports that the machine(s) does not exist.