]
Manik Surtani updated JBCACHE-1220:
-----------------------------------
Fix Version/s: 2.1.0.CR2
DataGravitatorInterceptor logs ERROR when alone in cluster
----------------------------------------------------------
Key: JBCACHE-1220
URL:
http://jira.jboss.com/jira/browse/JBCACHE-1220
Project: JBoss Cache
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Clustering
Affects Versions: 2.0.0.GA, 1.4.1.SP6
Reporter: Brian Stansberry
Assigned To: Manik Surtani
Priority: Critical
Fix For: 2.1.0.GA, 1.4.1.SP7, 2.1.0.CR2
Logging after making 1 request for a static page in a distributable webapp when the node
was the only cluster member:
11:45:04,122 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
11:45:04,128 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
11:47:35,104 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
11:47:35,107 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
11:47:35,195 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
11:47:35,198 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
11:47:35,328 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
11:47:35,331 ERROR [DataGravitatorInterceptor] No replies to call _gravitateData;
id:35(/JSESSION/localhost/ROOT/FC5F1D24DE0C89413E2D633331C6F030, true, false). Perhaps
we're alone in the cluster?
Problem is this in DataGravitatorInterceptor:
List resps = cache.callRemoteMethods(mbrs, dGrav, GroupRequest.GET_ALL, true,
buddyManager.getBuddyCommunicationTimeout());
if (resps == null)
{
log.error("No replies to call " + dGrav + ". Perhaps we're alone
in the cluster?");
return new Object[]{null, null};
}
TreeCache.callRemoteMethods *will* return null if "we're alone in the
cluster".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: