Closed samira-t closed 11 years ago
Hi Samira, thank you very much for finding and reporting these bugs!
Fixed with https://github.com/uzh/signal-collect/commit/3b47048ceda6af9bf8f2a57a7d9136ea71a618f6 and https://github.com/uzh/signal-collect/commit/198505bf5bbcbdea5e412688430e1d89640cbf4c .
I am developing a testing framework for testing actor systems. I ran my tool on Signal Collect and I noticed there is a bug in
DefaultCoordinator
. In fact, when the workers are created, they may receive aTimeoutMessage
and callsendStatusToCoordinator
. Upon calling that, the coordinator sendHeartbeat
messages to workers. However, if the workers has not been initialized in coordinator, there would be a null pointer exception.