shahrs87 commented on pull request #3667: URL: https://github.com/apache/hbase/pull/3667#issuecomment-917219141
Thank you @joshelser for the feedback. > What is your solution here doing differently than what we already have with MonitoredTask and the Tasks page on the Master UI? The current Tasks page is not very clear in the sense it doesn't give me all the different phases view. Once the startup finishes, all the tasks disappears. From [one of the comment|https://issues.apache.org/jira/browse/HBASE-21521?focusedCommentId=16916199&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16916199] in HBASE-21521, the idea was to have page similar to Namenode StartupProgress page. Also there are some limitations in MonitoredTask which doesn't allow me to track start time and end time for each state. Also it doesn't show the states that are completed. Since MonitoredTask is being used at many places, I didn't want to change just for HMaster startup use case. WDYT ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
