Skip to content

Adding Multiple PD Endpoints Does Not Provide Redundancy #4

Open
@ProjectInitiative

Description

@ProjectInitiative

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions