History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBCACHE-1194
Type: Bug Bug
Status: Closed Closed
Resolution: Done
Priority: Critical Critical
Assignee: Brian Stansberry
Reporter: Brian Stansberry
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JBoss Cache

DataGravitatorInterceptor needs to use GroupRequest.ALL for RPC

Created: 05/Oct/07 03:12 PM   Updated: 25/Oct/07 02:20 AM
Component/s: Clustering
Affects Version/s: 1.4.1.SP4 , 1.4.1.SP3 , 1.4.1.SP2 , 1.4.1.SP1 , 1.4.1.GA , 1.4.0.SP1 , 1.4.0.GA , 1.4.1.SP5
Fix Version/s: 1.4.1.SP6
Security Level: Public (Everyone can see)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Dependency
 
This issue is a dependency of:
EJBTHREE-856 Use Buddy Replication for clustered S... Major Coding In Progress
JBAS-4766 HTTP session replication failover fai... Major Closed


 Description  « Hide
It currently makes the RPC using GET_FIRST, so as soon as a node replies saying it doesn't have the data, JGroups stops waiting for responses. This is the cause of the behavior reported at JBAS-4766.

 All   Comments   Work Log   Change History   Version Control   Subversion Commits      Sort Order:
Brian Stansberry [05/Oct/07 03:12 PM]
JBC trunk uses GroupRequest.GET_ALL.