|
Quick Lists
|
|
Bug ID:
|
6446434
|
|
Votes
|
0
|
|
Synopsis
|
MBeans tab: Not possible to view MBean content before all MBeans have been initially loaded
|
|
Category
|
java:jconsole
|
|
Reported Against
|
|
|
Release Fixed
|
7(b25),
6u10(b10) (Bug ID:2157008)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
6297762
,
6439590
|
|
Submit Date
|
05-JUL-2006
|
|
Description
|
When jconsole has started, selecting the Mbeans tab, it is not possible to view the content (attributes) of any MBean, until all MBeans have been loaded and are displayed in the left-hand side. This delay can be very long (I've seen 30 minutes) for a remote connection with many MBeans.
When the interesting MBean appears quickly in the list, it is a frustrating experience to have to wait 30 minutes to see its content.
I'm opening this as a bug as opposed to an RFE, because I can't understand why the behavior in the initial Mbean loading phase should be different from the normal jconsole lifecycle.
Posted Date : 2006-07-05 11:56:10.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The algorithm that adds the MBeans to the MBean tree needs to be reviewed and its
performance improved. Another solution to think about would be to create the MBean
tree in a lazy way, i.e. do not create anything until the given node is expanded.
Posted Date : 2006-07-10 08:49:09.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |