OpenAtomFoundation / pikiwidb

a high-performance, large-capacity, multi-tenant, data-persistent, strong data consistency based on raft, Redis-compatible elastic KV data storage system based on RocksDB
BSD 3-Clause "New" or "Revised" License
194 stars 62 forks source link

empty function body #405

Open AlexStocks opened 1 month ago

AlexStocks commented 1 month ago

Is this a regression?

Yes

Description

the function body of PClient::TransferToSlaveThreads() is empty.

Please provide a link to a minimal reproduction of the bug

No response

Screenshots or videos

image

Please provide the version you discovered this bug in (check about page for version information)

No response

Anything else?

No response

AlexStocks commented 1 month ago

panlei: master-slave 之间走的是 brpc,所以集群内的网络处理这块可以删掉。

结论:把 master-slave 之间的代码删掉

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


panlei: brpc is used between master and slave, so the network processing within the cluster can be deleted.

Conclusion: Delete the code between master-slave