Will Berkeley has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8981 )
Change subject: [webui] Make tombstone tablet info less confusing ...................................................................... [webui] Make tombstone tablet info less confusing Previously, when a tombstone tablet was reloaded at server startup, the last status message was "Tablet initializing...". This was confusing as it set the expectation that something more was going to happen to the tombstoned tablet. The message is now simply "Tombstoned". Also, now that tombstoned tablets can vote, they retain cmeta despite not participating in non-election Raft operations. Their list of peers is not updated and not usually relevant. It might be confusing to see it on the web ui. This patch suppresses it. Change-Id: I5c879cc7ff634e5b434fc33374d3010cf1f262cb Reviewed-on: http://gerrit.cloudera.org:8080/8981 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/tablet/tablet_replica.h M src/kudu/tserver/tablet_server-test.cc M src/kudu/tserver/ts_tablet_manager.cc M src/kudu/tserver/tserver_path_handlers.cc 4 files changed, 56 insertions(+), 6 deletions(-) Approvals: Kudu Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/8981 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5c879cc7ff634e5b434fc33374d3010cf1f262cb Gerrit-Change-Number: 8981 Gerrit-PatchSet: 4 Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
