Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: TiFlash 高可用咨询。

I started 2 TiFlash instances using tiup and configured 2 TiFlash replicas.
When using TiDB and specifying the use of the TiFlash engine with the hint syntax /*+ read_from_storage(tiflash[t]) */:
-
What are the specific rules for reading from which TiFlash replica?
-
If one TiFlash goes down during the reading process, can it successfully switch to the other TiFlash and complete the read successfully?