• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • ehcache
  • hsingh
  • Reporter: amiller
  • November 06, 2009
  • 0
  • Watchers: 0
  • January 17, 2013
  • December 01, 2009

Description

Currently just probe names but should have both probe/cache mgr name

Comments

Mike Allen 2009-11-25

Thus in cache managers tab nothing needs to change, but in other tabs where the cache managers available (actually currently the probes) are listed the drop down, this should be fully qualified by adding the cacheManagerName to the string.

In my example I have 2 probes 129.168.1.1:3456 129.168.1.1:3457

The cache managers are called CM1 CM2

Thus for example in the pull down on the stats page I currently see All 129.168.1.1:3456 129.168.1.1:3457

The desired visualization is All
129.168.1.1:3456:CM1 129.168.1.1:3457:CM2

This should appear in all tabs where a cache manager drop down is available. Also in the config tab when all is selected, the cachemanager name should be shown in the exploded lists

Note: If the cachemanager is unnamed, you will see an object ID for the name. net.sf.ehcache.CacheManager@125124 In this case the package name should be truncated and CacheManager@125124 used

Geert Bevin 2009-12-01

I’ve got a version of this locally, but I’m not convinced that the second colon separator for the cache manager name is such a good idea.

Maybe it’s better to put it in between brackets to make it easier to identify visually: 129.168.1.1:3456 (CM1)

as opposed to 129.168.1.1:3456:CM1

Also keep in mind that probes might be named, resulting into: This is my probe:CM1

or: This is my probe (CM1)

Geert Bevin 2009-12-01

Committed with the colon separator, adapting for brackets isn’t much work at all, if needed.

Himadri Singh 2009-12-05

Verified in rev 5534, the dropdowns show probeName:cacheManagerName. Probe names can be the name given in the probe or :