Hi:
I am installing kudu in distributed mode. I wanna 3
masters(10,11,12) and 3 tservers.
I configured the master.gflagfile and only added --master_addresses
option.
File content:
# Do not modify these two lines. If you wish to change these variables,
# modify them in /etc/default/kudu-master.
--fromenv=rpc_bind_addresses
--fromenv=log_dir
--fs_wal_dir=/var/lib/kudu/master
--fs_data_dirs=/var/lib/kudu/master
--master_addresses=10.15.213.10:7051,10.15.213.11:7051,10.15.213.12:7051
When I started the kudu-master service, it reported an error.
`Check failed: _s.ok() Bad status: Invalid argument: Unable to initialize
catalog manager: Failed to initialize sys tables async: on-disk and provided
master lists are different: 10.15.213.10:7051 10.15.213.11:7051
10.15.213.12:7051 :0`
It was the same on the other 2 master machine.
I have no idea what's going on. Am I misunderstanding this configure option?
Best wishes.
Liou Fongcyuan