[jboss-jira] [JBoss JIRA] Created: (JGRP-500) FLUSH bug
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri May 4 11:48:52 EDT 2007
FLUSH bug
---------
Key: JGRP-500
URL: http://jira.jboss.com/jira/browse/JGRP-500
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assigned To: Bela Ban
Attachments: JGroupsFlushBug.java
[reported by Michael Newcomb]
Here is a test program to demonstrate the bug.
Start 2 instances of the JGroupsFlushBug app.
In window 1, type: 'sleep 5'
This will send a message to both apps and they will both sleep for 5
seconds. The app that issued the sleep command will wait until both have
slept 5 seconds and then return.
When the sleep command is issued, it grabs a lock on a Semaphore. This
lock is released when it receives a response to the sleep command.
When a block() is called it grabs the lock on the Semaphore so that no
more sleep commands can execute. Likewise, if a sleep command is
executing, block() will wait until it completes and then grab the lock.
At least that is what is supposed to happen ;)
Now, in window 1, type: 'sleep 10'
Quickly change to window 2 and type: 'flush'
You will see that the flush does not complete correctly. You will see
the flush timeout and then repeatedly tries to start the flush again.
Even when the sleep completes, the retries fail...
Can someone confirm my results?
Thanks,
Michael
--
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