jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
583 stars 313 forks source link

InvalidInstanceID #582

Open golharam opened 8 years ago

golharam commented 8 years ago

Sometimes when creating large (200 node) clusters, while waiting for nodes to be in a running state, AWS reports an instance id is not found, probably because it hasn't propogated through their system. If I check the AWS Web console, the instance is there. However, StarCluster fails. StarCluster should wait for 5 seconds or so and re-poll for the instance. Perhaps doing this a few times before hard-failing would be sufficient.

machbio commented 8 years ago

581 Duplicate