This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  ac285f594b30b4bc2b8baf097be52154c478c257 (commit)
      from  a8c3b178f18e7a7853b8139ad2464014e3ca751f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac285f594b30b4bc2b8baf097be52154c478c257
Author: Stefan Rossbach <[email protected]>
Date:   Sat Sep 14 21:27:36 2013 +0200

    [FIX] rare race conditions in the SessionManager
    
    It possible that multiple threads may access several methods of the
    SessionManager.
    
    Fixed a rare problem when multiple threads may access methods to
    create/start negotiation processes where one thread would lock the
    session start/stop lock while another thread also tries to own the lock.
    
    The result was a really wrong log message along with a missing
    negotiation process that was never started.
    
    DEBUG 23:13:46,075 [Worker-16] (CancelableProcess.java:321) process OSN
    [remote side: [email protected]/Saros] exit
    status: OK
    DEBUG 23:13:46,079 [Worker-13] (CancelableProcess.java:321) process OSN
    [remote side: [email protected]/Saros] exit
    status: OK
    WARN  23:13:46,080 [Worker-13] (SarosSessionManager.java:608) could not
    start a project negotiation because the current session is about to stop
    
    
    Change-Id: I95f57c4ea2d05eb5fcee5f9de9f064c0c5b47f2d
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1035
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../inf/dpp/project/SarosSessionManager.java       |  166 +++++++++++---------
 1 files changed, 88 insertions(+), 78 deletions(-)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to