bbeaudreault commented on code in PR #4788:
URL: https://github.com/apache/hbase/pull/4788#discussion_r1096903290
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -2420,8 +2431,6 @@ private void startActiveMasterManager(int infoPort)
throws KeeperException {
} else {
abort("Unhandled exception. Starting shutdown.", t);
}
- } finally {
- status.cleanup();
Review Comment:
Sorry, maybe I didn't understand the config. Can you explain what the
implication of this change is? Maybe show screenshot?
It would be nice to keep the main master UI clean if possible, but keep the
full history in your new startup progress UI for lifetime.
--
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]