ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

ClusterController.notifyStageletComplete() should record Stagelet completion statistics #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ClusterControllerService.notifyStageletComplete(UUID jobId, UUID stageId, int 
attempt, String nodeId, StageletProfile statistics) is called with a 
StageletProfile when a Stagelet completes, but it currently ignores the 
profile.  Since the profiles are being sent anyways, the 
ClusterControllerService should log/report them.

The NodeControllerService doesn't keep StageletProfiles for completed 
stagelets, so the existing timed profile dumps may not reflect the final 
end-of-stage statistics.

Original issue reported on code.google.com by jodarose...@gtempaccount.com on 23 Jul 2011 at 3:58

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 21 has been merged into this issue.

Original comment by vinay...@gmail.com on 1 Aug 2011 at 9:06

GoogleCodeExporter commented 9 years ago
This issue has been fixed in hyracks_dev_next. Closing the issue.

Original comment by vinay...@gmail.com on 17 Nov 2011 at 10:18