Created attachment 1477592 [details] Insufficient job description Description of problem: Sometimes instead of a comprehensible event description there's only this short note: > Job failed (job_id: d5ca8b9e-a160-44b6-a303-9ad2eb971970) It doesn't help the user understand what happened. Version-Release number of selected component (if applicable): tendrl-ui-1.6.3-11.el7rhgs.noarch How reproducible: Steps to Reproduce: 1. Log in to WA 2. Make a job fail (I disable profiling on cluster level and then immediately disable profiling on volume level) 3. Go to Events view Actual results: In the Events view information on the fail event is insufficient to understand what happened > Job failed (job_id: d5ca8b9e-a160-44b6-a303-9ad2eb971970) Expected results: User gets information on what kind of job this was and how it relates to the tasks.
@gshanmug Can you please check this issue? If it is fixed, please mark it accordingly.
The event will intimate the user like something goes wrong in a job, using that job id we can view the full information about the job in a job updates page. Because job updates are sometimes huge, it will give info step by step where exactly job is failed. So we can't display everything in event page screen.
please check the job update, it will give information about the failed job
Sometimes failed job updates contain traceback also, so we can't display that in event page i feel.