Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Also adds support for drawing critical path for attempts that did not get allocated or launched.
Attachments
Attachments
Activity
Bikas Saha
created issue -
Bikas Saha
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | TEZ-2810.1.patch [ 12755295 ] |
Bikas Saha
made changes -
Attachment | TEZ-2810.1.patch [ 12755297 ] |
Bikas Saha
made changes -
Attachment |
|
Bikas Saha
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Bikas Saha
made changes -
Attachment | cp4-preempt-3.png [ 12755300 ] | |
Attachment | cp5-no-launch.png [ 12755301 ] | |
Attachment | cp4-preempt-1.png [ 12755298 ] | |
Attachment | cp4-preempt-2.png [ 12755299 ] |
Bikas Saha
made changes -
Attachment | TEZ-2810.2.patch [ 12755459 ] |
Bikas Saha
made changes -
Status | Patch Available [ 10002 ] | Open [ 1 ] |
Bikas Saha
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Bikas Saha
made changes -
Status | Patch Available [ 10002 ] | Open [ 1 ] |
Bikas Saha
made changes -
Attachment |
|
Bikas Saha
made changes -
Attachment | TEZ-2810.2.patch [ 12755462 ] |
Bikas Saha
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Bikas Saha
made changes -
Fix Version/s | 0.8.1 [ 12333320 ] | |
Hadoop Flags | Reviewed [ 10343 ] | |
Resolution | Fixed [ 1 ] | |
Status | Patch Available [ 10002 ] | Resolved [ 5 ] |
Siddharth Seth
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
AnalyseDAG split into straggler analysis and allocation analysis.
Allocation analysis adds preemption support. Find all preempted attempts in the job. Identify those that were preempted while a critical path attempt was waiting for allocation. Mark that as a potential cause for the preemption.
Drawing critical path handles cases where allocation/launch have not occurred.
Added test for preemption logic.