You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: