Program logviewer should automatically refresh to show program status transitions
Description
Release Notes
None
Activity
Show:
Ajai Narayanan August 22, 2017 at 4:16 AM
This PR fixes this issue: https://github.com/caskdata/cdap/pull/9441

Bhooshan Mogal August 21, 2017 at 6:16 PM
Assigning to since this is related to
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created August 17, 2017 at 6:46 AM
Updated September 12, 2017 at 5:57 PM
Resolved August 23, 2017 at 6:00 PM
Since the STARTING state has been introduced recently for programs, you need to refresh to see the transition from STARTING to RUNNING in the logviewer for a program run.
As an example, I start a flow, and when the button becomes clickable to see the logs, I go to the logs page and see that it is in the STARTING state. However, it doesn't refresh to show RUNNING. I have to manually refresh the page to show the RUNNING state for the program.
Instead, the logviewer should automatically update the page to show when the program has transitioned from STARTING to RUNNING.