EHC ❯ Incorrect/Unhelpful debug LOG message, doesn't provide actual rmiUrl in MulticastRMICacheManagerPeerProvider
-
Bug
-
Status: Open
-
2 Major
-
Resolution:
-
ehcache-core
-
-
-
Reporter: jchristi
-
April 07, 2010
-
0
-
Watchers: 0
-
October 11, 2011
-
Attachments
Description
Eclipse Workspace Patch 1.0
#P ehcache-core-trunk-pristine Index: src/main/java/net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.java =================================================================== — src/main/java/net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.java (revision 2192) +++ src/main/java/net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.java (working copy) @@ -159,9 +159,8 @@ remoteCachePeers.add(cachePeer); } else {
- LOG.debug(“rmiUrl is stale. Either the remote peer is shutdown or the “ +
- “network connectivity has been interrupted. Will be removed from list of remote cache peers”,
- rmiUrl);
- LOG.debug(rmiUrl, “ is stale. Either the remote peer is shutdown or the “ +
- “network connectivity has been interrupted. Will be removed from list of remote cache peers”); staleList.add(rmiUrl); } } catch (Exception exception) {
Comments
Jon Christiansen 2010-04-13
Jon Christiansen 2010-04-13
Corrected patch file for proposed change.
Proposed Change
- Fix logging of stale peer url
- Add logging of new peer url
Fiona OShea 2010-09-01
Moving all unresolved “Fix Revision 2.2.1” to fix revision “unknown” as we are releasing Magnum first which is 2.3. Currently not sure which fix version these will actually be in, but they are targeted for Fremantle release
Fiona OShea 2011-02-22
MOving unresolved P2 jiras to Ulloa - to be reviewed by Chris, Fiona, Greg soon
That original patch in the description of this bug is incorrect, please ignore it.
The proposed change is in the attached file.