vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.73k stars 1.2k forks source link

thread pool re-organize #2732

Open critical27 opened 3 years ago

critical27 commented 3 years ago

readerPool is useless.

We could do all service process in worker pool. Raft could use a separate pool to do it.

critical27 commented 3 years ago

PS: we could use fibers in raft