JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-399  -  Synchronization issue in the driver causes jobs to hang
Posted Jun 16, 2015 - updated Jun 18, 2015
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Server
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Rarely
  • Severity
    Critical
  • Targetted for
    icon_milestones.png JPPF 2.5.5
Issue description
In the ApplicationConnection class, it can sometimes happen that, between the time a job is added to the queue, and the time the resultSender.run() method is invoked, the job actually completes. This causes the server to not send back the results ot the client and instead load the next job. As a result, the job hangs in the driver.
Steps to reproduce this issue
N/A

#4
Comment posted by
 lolo4j
Jun 18, 00:35
Fixed in branch b2.5 revision 3753