Perform the removal
When you remove any Kudu masters from a multi-master deployment, you need to rewrite
    the Raft configuration on the remaining masters, remove data and WAL directories from the
    unwanted masters, and finaly modify the value of the tserver_master_addrs
    configuration parameter for the tablet servers to remove the unwanted masters. You need to bring
    the Kudu clusters down. Therefore, identify at least a one-hour maintenance window for this
    task. 
- 
            
Using a browser, visit each master’s web UI and navigate to the
/masterspage. All the masters should now be listed there with one master in theLEADERrole and the others in theFOLLOWERrole. The contents of/masterson each master should be the same. - 
            
Run a Kudu system check (
ksck) on the cluster using thekuducommand line tool. 
