JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-199  -  Regression causes JPPFTask.compute() to throw a ClassCastException
Posted Nov 19, 2013 - updated Dec 27, 2014
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
     lolo4j
  • 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
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 3.3.x
Issue description
This is a regression from the Enhancement JPPF-183 - Add relevant classes cache lookups in the driver. When multiples nodes send compute() requestss concurrently, it can happen that only one request out of sevral is sent to the client for execution. This causes for the other requests to have the JPPFCallable returned instead of a computation result, which causes the ClassCastException in the node.
Steps to reproduce this issue
This can be reproduced with a single node where multiple tasks call compute() concurrently

#4
Comment posted by
 lolo4j
Nov 19, 22:59
Fixed in