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

Key: JM-993
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Gaston Dombiak
Reporter: Francisco Vives
Votes: 1
Watchers: 1
Operations

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

Removing idle connections can fail and freeze the server

Created: 03/08/07 12:44 PM   Updated: 03/15/07 01:43 AM
Component/s: Core
Affects Version/s: 3.2.2
Fix Version/s: 3.2.3

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 03/15/07 01:43 AM
Acceptance Test - Add?: No


 Description  « Hide
After a network disconnection the contact is still available.

Reproduction steps:
1- Have 2 users connected A and B in different hosts. Users can see each other.
2- Cut internet connection for user A.
3- The user is still connected even after 16'
4- User B can send messages to user A
5- When user A comes back it does not receive any message.

More problem sources: http://www.igniterealtime.org/forum/thread.jspa?threadID=25082&tstart=0



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Gaston Dombiak - 03/15/07 01:43 AM
Fixed by adding timeout when waiting for ACK to confirm that stanza was delivered. Will later try to see if we can see what is going on inside MINA. This case is not that easy to reproduce as it seems.