-
Notifications
You must be signed in to change notification settings - Fork 548
Add task debug info in job detail page [webportal] #4670
Conversation
debuggy
commented
Jul 5, 2020
src/webportal/src/app/job/job-view/fabric/job-detail/components/task-role-container-list.jsx
Show resolved
Hide resolved
src/webportal/src/app/job/job-view/fabric/job-detail/components/task-role-container-list.jsx
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
could you rename "Debug Info" to something else? For example, "Diagnosis Information"? |
Move Debug Info button to job level? #WontFix |
This comment has been minimized.
This comment has been minimized.
); | ||
}, | ||
}, | ||
{ | ||
key: 'name', | ||
name: 'Container ID', | ||
key: 'completionTime', |
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.
Add debug info:
currentAttemptLaunchedTime
currentAttemptCompletedTime
accountableRetries #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.
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 More Diagnostics
?
(BTW, use word Diagnostics to align with Exit Diagnostics) #Closed
}, | ||
{ | ||
key: 'currentAttemptLaunchedTime', | ||
name: 'Current Attempt Launched Time', |
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.
Move currentAttemptLaunchedTime/currentAttemptCompletedTime between createdTime and completionTime? #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.
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.