Hello,
I am in the process in removing an obsolete Kudu master from a cluster, following the exact instructions and after starting everything I get this:
Configuration error: leader master liveness check error: Could not connect to the cluster: no leader master found. Client configured with 1 master(s) (node3.demo.lab:7051) but cluster indicates it expects 2 master(s) (node2.demo.lab:7051,node3.demo.lab:7051)
From the Kudu status page it says clearly that node3 is the leading master, and the only master on the cluster as desired.
All local config file have been cleared from node2, and the instructions I followed are these:
https://docs.cloudera.com/documentation/enterprise/6/6.2/topics/kudu_administration_cli.html#concept...
Any ideas where else to look?
Thanks!
J