[ https://issues.apache.org/jira/browse/MAPREDUCE-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843455#action_12843455 ]
Hong Tang commented on MAPREDUCE-1306: -------------------------------------- I think we should avoid using conf objects to pass the seeds from SimulatorEngine to ZombieJobStoryProducer. This creates a hidden dependency from SimulatorEngine to ZJSP, and thus is harder to maintain in the long run. I revised your patch such that SE passes a seed to SimulatorJobStoryProducer (SJSP) which in turn passes down to ZJSP. > [MUMAK] Randomize the arrival of heartbeat responses > ---------------------------------------------------- > > Key: MAPREDUCE-1306 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1306 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: contrib/mumak > Affects Versions: 0.21.0, 0.22.0 > Reporter: Tamas Sarlos > Assignee: Tamas Sarlos > Fix For: 0.21.0, 0.22.0 > > Attachments: MAPREDUCE-1306-20100108.patch, > MAPREDUCE-1306-20100308-hong.patch, MAPREDUCE-1306-20100308.patch > > > We propose to make the following changes to mumak, MAPREDUCE-728 > - make the timing of heartbeat responses more realistic by adding an option > to randomly perturb them > - randomize the startup time of task trackers in a fixed interval > - remove 2 magic constants from SimulatorEngine and make sure that the first > job is submitted only after the entire cluster is up and running -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.