]
Bela Ban updated JGRP-227:
--------------------------
Attachment: (was: dhttest.tar.gz)
Distributed Hashtable call to put() blocks indefinitely
-------------------------------------------------------
Key: JGRP-227
URL:
http://jira.jboss.com/jira/browse/JGRP-227
Project: JGroups
Issue Type: Bug
Affects Versions: 2.2.9.1
Environment: Mandrake Linux 9.1, Java 1.4.2
Reporter: Mark Kopec
Assigned To: Bela Ban
Fix For: 2.4
Distributed hashtable put(x,y) without any ERROR level locks up and creates inconsistent
DHT values across cluster.
Here is the code that exposes this error:
MyListener implements DistributedHashtable.notification{
// other methods
public void entryRemoved(Object key) {
distributedHashTableObject.put(key,"xxxsomeval"); //<-- this and
subsequent on the distributedHashTableObject put() or remove() get stuck!!!!
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: