Add task retry info in job detail page#4966
Conversation
debuggy
commented
Oct 14, 2020
- Add a new page to show task attempts of a single task ({jobAttempt}/{taskrole}/{taskIndex})

- Reorg the job detail page UI. Mainly in taskrole sections

src/webportal/src/app/job/job-view/fabric/task-attempt/task-attempt-list.jsx
Outdated
Show resolved
Hide resolved
|
After job submission, the waiting job detail page is empty (without any info, such as loading) #Closed |
|
Perf test for a job with 2k tasks, 10 job attempts and each task 10 task attempts? #Closed |
fixed #Closed |
src/webportal/src/app/job/job-view/fabric/task-attempt/task-attempt-list.jsx
Show resolved
Hide resolved
|
Add time? #Closed |
done |
| }, | ||
| ]; | ||
| const columns = defaultColumns; | ||
| return columns; |
There was a problem hiding this comment.
columns [](start = 11, length = 7)
order the cols the same as job detail page? #Closed
src/webportal/src/app/job/job-view/fabric/job-detail/components/task-role-container-list.jsx
Outdated
Show resolved
Hide resolved
src/webportal/src/app/job/job-view/fabric/task-attempt/task-attempt-list.jsx
Outdated
Show resolved
Hide resolved
src/webportal/src/app/job/job-view/fabric/task-attempt/task-attempt-list.jsx
Outdated
Show resolved
Hide resolved
src/webportal/src/app/job/job-view/fabric/job-detail/components/task-role-container-list.jsx
Outdated
Show resolved
Hide resolved
src/webportal/src/app/job/job-view/fabric/job-detail/components/task-role-container-list.jsx
Outdated
Show resolved
Hide resolved
| </Stack> | ||
| <Stack gap='m'> | ||
| <Text>Task Duration</Text> | ||
| <Text> |
There was a problem hiding this comment.
Similar to job detail page, add Task Running Start Time and Task Running Duration? #Closed
There was a problem hiding this comment.
Just Add, and keep existing such as Task Duration, Task Created Time?
In reply to: 508961967 [](ancestors = 508961967)
| <Text>Task Running Duration</Text> | ||
| <Text> | ||
| {getDurationString( | ||
| getTimeDuration( |
There was a problem hiding this comment.
Rename all Created Time to be Creation Time? Align to submission time? #Closed
View Exit Diagnostics is from appExitDiagnostics/appExitSpec, so it is app (i.e. job attempt level) info, so it should be moved to Job Attempt Section (i.e. under Job Attempt Index) Refers to: src/webportal/src/app/job/job-view/fabric/job-detail/components/summary.jsx:510 in 2d2a7ff. [](commit_id = 2d2a7ff, deletion_comment = False) |
| onText='More Diagnostics' | ||
| offText='More Diagnostics' | ||
| onChange={this.onChangeShowMoreDiagnostics} | ||
| /> |
There was a problem hiding this comment.
when switch job attempt, table content and this button is unmatched