Closed GoogleCodeExporter closed 9 years ago
I have a different fix in my clone (anthonybaxter-federation) that will be
merged into
the mainline in a few hours.
Original comment by anthonybaxter@gmail.com
on 30 Oct 2009 at 3:56
Anthony, can you close this issue if it has been fixed?
Original comment by btkalman@gmail.com
on 4 Nov 2009 at 2:53
Original comment by anthonybaxter@gmail.com
on 5 Nov 2009 at 6:01
These symptoms reappear with some certificate problems.
As is described here (http://groups.google.com/group/wave-
protocol/browse_thread/thread/dccfcd4a2f9ee224), if you run pubsub and
conference
services on Openfire, and do not have certificates for those, this symptom
reappears. A
disco#info is requested for the firsts JID (e.g., conference) and then the
second JID is
never queried for disco#info.
Is it possible that the queue for testing every JID, one after the other, is
something
of a premature optimization? I haven't looked at the other code behind this
current
failure yet, but will if I have time...
Original comment by kevincantu
on 9 Nov 2009 at 2:13
An alternative to parallel discovery is to add a timeout. If FedOne doesn't get
a
response to a disco request within some configurable amount of time it should
probably either try again, or give up on that JID.
Original comment by Tad.Glines@gmail.com
on 9 Nov 2009 at 10:02
Oh, I agree. It is probably reasonable to roll this into whatever fix is done
for Issue
58. http://code.google.com/p/wave-protocol/issues/detail?id=58
Original comment by kevincantu
on 11 Nov 2009 at 5:44
Original issue reported on code.google.com by
kevincantu
on 21 Oct 2009 at 4:26Attachments: