ever-been / everBeen

EverBEEN is a generic benchmarking environment focused on platform-independent middleware benchmarking.
www.everbeen.cz
GNU Lesser General Public License v3.0
7 stars 3 forks source link

RuntimeInfo is not removed when node is force-terminated #99

Closed kubamracek closed 11 years ago

kubamracek commented 11 years ago

When incorrently terminating a node, it's RuntimeInfo entry in Hazelcast is not removed.

sixtam commented 11 years ago

This is known issue. Will get to it tomorrow.

By the way I incorrectly read the text of the issue as "RuntimeInfo is removed when gracefully terminating" (don't ask me why)... and went looking for it. Surprise, there really is such a bug ... the info can be re-inserted by the monitoring thread which is not terminated. So thanks for the report.