wzyghb / cloudsim

Automatically exported from code.google.com/p/cloudsim
0 stars 0 forks source link

Inconsistencies on the return of Cloudlet.isCloudletFinished() and the Cloudlet status #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Because of some rounding problems, some situations may arise that make the 
return of Cloudlet.isCloudletFinished() and the Cloudlet.getCloudletStatus() to 
be inconsistent.

Original issue reported on code.google.com by rodrigo.calheiros on 10 Oct 2012 at 5:46

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r173.

Original comment by rodrigo.calheiros on 10 Oct 2012 at 5:50

GoogleCodeExporter commented 8 years ago
Fixed on Rev. 173: the method ResCloudlet.finalizeCloudlet() was modified to 
guarantee that the return of both methods are consistent.

Original comment by rodrigo.calheiros on 10 Oct 2012 at 5:51