[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBMESSAGING-674 - Propagating changes on ClusteredConnec
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Jan 16 19:14:28 EST 2007
Well.. I could replicate this in a testcase.. so it is a problem.
You have Server1, Server2, and Server3
Then you have a map:
1->2
2->3
3->1
Now you kill server1:
Map now is:
2->3
3>2
You don't have 1 on the MAP.
When a connection on server1 fails.. it won't find an ID on failoverMAP. I could replicate this on a testcase.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002529#4002529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002529
More information about the jboss-dev-forums
mailing list