Open
Description
I have a TiKv cluster running in 3 test VMs: 10.10.0.111:2739, 10.10.0.112:2739, 10.10.0.113:2739
Starting a basic mount with the following:
./target/release/tifs -f tifs:10.10.0.111:2379,tifs:10.10.0.112:2379,tifs:10.10.0.113:2379 /mnt/tifs/
Dec 18 10:00:35.994 INFO connect to tikv endpoint: "10.10.0.113:20162"
If I pause, stop or kill VM 10.10.0.113, there is no failover, the file system doesn't try one of the other endpoints. Is this expected?
Are there plans to add redundancy?
Thanks