Open GoogleCodeExporter opened 9 years ago
We found two ways to reproduce similar errors with meeting sessions:
1) Late joiner
-- If the create and then join meeting APIs are called, and then the client is
slow to load the SWFs,
the Tomcat process can remove the meeting from its list of active meetings (
defaultMeetingCreateJoinDuration timer). If Tomcat removes the meeting, and
then the SWFs are
loaded, they seem to start fine, but Tomcat has no knowledge of the meeting.
2) Rejoin an ended meeting
-- If all attendees in a meeting leave, Tomcat retains the meeting for a period
of time (defaultMeetingExpireDuration timer).
Even if this parameter is set to zero, Tomcat will retain the meeting in memory
for a while. Usually
it is less than a minute, but we have seen it be longer once. If an attendee
rejoins the meeting
while Tomcat sees the meeting in this final-shutdown stage (still existing, but
no attendees), then
the attendee can load its SWFs and think he is in a valid meeting, but Tomcat
eventually removes
the meeting from memory. At this point there is a meeting running, but Tomcat
doesn't think there is one.
Original comment by ritza...@gmail.com
on 27 Jan 2014 at 4:49
Original issue reported on code.google.com by
ritza...@gmail.com
on 27 Jan 2014 at 4:49