• Bug
  • Status: Open
  • 2 Major
  • Resolution:
  • ehcache-core
  • Reporter: jchristi
  • March 09, 2010
  • 0
  • Watchers: 0
  • October 11, 2011

Description

Appears to be an error from cut/paste code, this is the log message when the sender thread is interrupted while sleeping for the interval, and is not related to receiving the heartbeat.

Index: src/main/java/net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.java

— src/main/java/net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.java (revision 1640) +++ src/main/java/net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.java (working copy) @@ -147,7 +147,7 @@ } } catch (InterruptedException e) { if (!stopped) {

  • LOG.error(“Error receiving heartbeat. Initial cause was “ + e.getMessage(), e);
  • LOG.error(“Heartbeat thread interruped while sleeping. Initial cause was “ + e.getMessage(), e); } } }

Comments

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