-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4
-
Component/s: Clustering
Heart-beat module is scheduling document update by using a java timer.
The timer is created when the management repository is initializing. Problems occurs once
the repository is closed because the timer is not stopped according to.
The timer thread get an error while is trying to update the heart-beat document and then die.
Heart-beat manager should take in account the error and stop.