-
Notifications
You must be signed in to change notification settings - Fork 549
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
columns [](start = 11, length = 7)
order the cols the same as job detail page? #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to job detail page, add Task Running Start Time and Task Running Duration? #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just Add, and keep existing such as Task Duration, Task Created Time?
In reply to: 508961967 [](ancestors = 508961967)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
<Text>Task Running Duration</Text> | ||
<Text> | ||
{getDurationString( | ||
getTimeDuration( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename all Created Time to be Creation Time? Align to submission time? #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when switch job attempt, table content and this button is unmatched
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.