JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-178  -  Performance enhancement: remove unnecessary data from results sent by the node
Posted Aug 07, 2013 - updated Dec 27, 2014
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Enhancement
  • 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
    Networking
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 3.3.x
Issue description
The job sla and metadata, which are part of the job header sent to the driver and then to the nodes, are never used anywhere once the job has been executed. Removing them from the results sent by the node to the driver, the driver to antoher driver and the driver to a client will decrease both network traffic and serialization/deserialization time, without affecting anything else.

Thus we propose to set them to null before sending results back to a remote peer.

#3
Comment posted by
 lolo4j
Aug 08, 08:06
This is now implemented. I could measure a slight performance improvement (about 3%) with the basic 300x300 matrix multiplication sample. The effect will be most sensitive with jobs that have a small number of short-lived tasks.

Changes committed to SVN:

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from Confirmed to Closed.
  • This issue's progression has been updated to 100 percent completed.
  • The resolution has been updated, from Not determined to RESOLVED.
  • Information about the user working on this issue has been changed, from lolo4j to Not being worked on.