Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: PD-Server无法启动

I am conducting a TiDB migration performance test using a cluster of three Huawei Cloud instances. After inserting tens of millions of rows, the CPU usage is excessively high. I attempted to restart the cluster, but after the restart, one of the PD Servers in TiDB failed to start. The error log is as follows:
[“run server failed”] [error=“[PD:leveldb:ErrLevelDBOpen]leveldb: manifest corrupted (field ‘comparer’): missing [file=MANIFEST-000007]: leveldb: manifest corrupted (field ‘comparer’): missing [file=MANIFEST-000007]”] [stack=“main.start\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/pd/cmd/pd-server/main.go:235\nmain.createServerWrapper\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/pd/cmd/pd-server/main.go:147\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:846\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:950\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:887\nmain.main\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/pd/cmd/pd-server/main.go:56\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250”]
Cluster configuration is as follows:
How can I fix this PD node?