Closed glassfishrobot closed 14 years ago
@glassfishrobot Commented Reported by @jfialli
@glassfishrobot Commented @jfialli said: Fixed.
this.healthMonitorThread = new Thread(this, "HealthMonitor for Group:" + manager.getGroupName());
@glassfishrobot Commented This issue was imported from java.net JIRA SHOAL-65
@glassfishrobot Commented Marked as fixed on Thursday, October 7th 2010, 3:36:53 am
For each cluster/group, the following 3 threads get created in HealthMonitor.java.
"HealthMonitor", "InDoubtPeerDetector Thread" and "FailureVerifier Thread"
It would assist investigating stack traces and logs with multiple clusters if the cluster/group name was integrated into these names.
For example if one has clusters cluster1, cluster2 and cluster3, these names would be appended to above thread descriptive names AND also be included in relevant log messages to provide more complete context.
Environment
Operating System: All Platform: All
Affected Versions
[current]