Menu

#1432 SessionManager <-> Session Dead Lock

current-release
open-fixed
None
5
2016-01-26
2016-01-25
Artem Bilan
No

Hi there!

Please, find the attachment with the Bamboo report for the Dead Lock around Session and SessionManager.

The synchronized Session.close() waits for the synchronized SessionManager.removeSession(), when the synchronized SessionManager.close() waits for the synchronized Session.close().

Thank you in advance!

1 Attachments

Discussion

  • Fred Toussi

    Fred Toussi - 2016-01-26
    • status: open --> open-fixed
    • assigned_to: Fred Toussi
     
  • Fred Toussi

    Fred Toussi - 2016-01-26

    Thanks. This could happen when one session performs SHUTDOWN while other sessions are being closed. This has been fixed and committed to SVN.

     

Log in to post a comment.