Hi,
We’ve created a three nodes Yubabyte DB with one Tmaster and one Tserver on node 1 and oneTserver by node 2 and 3.
We start master with that command :
yb-master --master_addresses=10.118.28.28:7100 --rpc_bind_addresses=0.0.0.0:7100 --fs_data_dirs=/var/yb_data/master --webserver_port=8080 --replication_factor=1
And each Terver like this
yb-tserver --tserver_master_addrs=10.118.28.28:7100 --rpc_bind_addresses=0.0.0.0:9100 --pgsql_proxy_bind_address=0.0.0.0:8081 --fs_data_dirs=/var/yb_data/tserver
Last week we add one Tserver on another node but afterwards we stopped it by killng process.
Thereafter the database has been in a stalled state with I/O errors in log.
Is there any command that could neatly stop and delete a specific Tserver ?
Thanks for help
Serge