Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-1658, ISPN-1662, ISPN-1671 - State transfer related bugs #782

Closed
wants to merge 3 commits into from

Conversation

danberindei
Copy link
Member

https://issues.jboss.org/browse/ISPN-1658 - RPCs invoked with SYNCRONOUS_IGNORE_LEAVERS taking too long if one of the targets had already left
https://issues.jboss.org/browse/ISPN-1662 - CacheViewsManager should call the cache view listener's commitView() method committing the view
https://issues.jboss.org/browse/ISPN-1671 - A delayed leave message can block transaction after state transfer has ended

Galder found these failing and shared his test logs.

…ng if one of the targets had already left

We were waiting for responses from the leavers as well, and then we were ignoring the timeout. Instead we should remove the leavers from the targets list before sending the command.
@galderz galderz closed this Jan 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants