osrf / cloudsim-legacy

Apache License 2.0
1 stars 1 forks source link

Score doesn't show up in CloudSim #121

Closed osrf-migration closed 11 years ago

osrf-migration commented 11 years ago

Original report (archived issue) by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


This is with non-zero uplink/downlink caps. Guess that the monitoring thread got stuck somewhere.

osrf-migration commented 11 years ago

Original comment by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


This happened reliably on constellation 31 yesterday. Need to dump the /tmp/cloudsimd.log, look for evidence of stalled monitoring.

osrf-migration commented 11 years ago

Original comment by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


pull request #78

osrf-migration commented 11 years ago

Original comment by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


Underlying cause was latency between router, where the rostopic call was being executed, and the simulator, where the publisher of score resides. Solution was to increase the timeout on the rostopic call.