[jboss-jira] [JBoss JIRA] Updated: (JGRP-227) Distributed Hashtable call to put() blocks indefinitely
Bela Ban (JIRA)
jira-events at jboss.com
Wed Aug 9 04:23:12 EDT 2006
[ http://jira.jboss.com/jira/browse/JGRP-227?page=all ]
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list