Failed to Start TiFlash via TiUP: RaftStore Proxy FFI Version Mismatch

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 通过 tiup 启动 tiflash 失败,RaftStore Proxy FFI version not match

| username: atidat

tiup playground v6.1.0

log

root@c3fc486266f2:~/.tiup/components/tiflash/v6.1.0/tiflash# tiup playground v6.1.0
tiup is checking updates for component playground …
Starting component playground: /root/.tiup/components/playground/v1.10.3/tiup-playground v6.1.0
Playground Bootstrapping…
Start pd instance:v6.1.0
Start tikv instance:v6.1.0
Start tidb instance:v6.1.0
Waiting for tidb instances ready
127.0.0.1:4000 … Done
Start tiflash instance:v6.1.0

tiflash quit: exit status 255
Logging debug to /root/.tiup/data/TEkjHvj/tiflash-0/log/tiflash.log
Logging errors to /root/.tiup/data/TEkjHvj/tiflash-0/log/tiflash_error.log
RaftStore Proxy FFI version not match: expect 1236987175086361028 got 794398293737678384
Waiting for tiflash instances ready
127.0.0.1:3930 … Error
CLUSTER START SUCCESSFULLY, Enjoy it ^-^
To connect TiDB: mysql --comments --host 127.0.0.1 --port 4000 -u root -p (no password)
To view the dashboard: http://127.0.0.1:2379/dashboard
PD client endpoints: [127.0.0.1:2379]
To view the Prometheus: http://127.0.0.1:9090
To view the Grafana: http://127.0.0.1:3000

| username: atidat | Original post link

Does libtiflash_proxy.so need to be compiled together with the tiflash binary? Which repository is used to compile libtiflash_proxy.so?

| username: atidat | Original post link

In the contrib directory, there is a libtiflash_proxy.so file that needs to be paired with the currently compiled tiflash binary.

| username: alfred | Original post link

It was caused by incorrect installation.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. No new replies are allowed.