MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

feat: impl notify pool #113

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

As titled. For request serving.

MrCroxx commented 2 years ago

TODO: Add unit tests later.

codecov[bot] commented 2 years ago

Codecov Report

Merging #113 (5d51ce3) into main (c2dc592) will decrease coverage by 0.36%. The diff coverage is 35.29%.

@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
- Coverage   81.85%   81.48%   -0.37%     
==========================================
  Files          69       70       +1     
  Lines        7014     7066      +52     
==========================================
+ Hits         5741     5758      +17     
- Misses       1273     1308      +35     
Impacted Files Coverage Δ
common/src/lib.rs 100.00% <ø> (ø)
wheel/src/components/raft_log_store.rs 67.51% <0.00%> (-0.81%) :arrow_down:
wheel/src/components/raft_manager.rs 84.73% <ø> (ø)
wheel/src/worker/kv.rs 46.10% <26.66%> (-2.02%) :arrow_down:
common/src/notify_pool.rs 30.00% <30.00%> (ø)
wheel/src/service.rs 55.85% <33.33%> (-0.04%) :arrow_down:
proto/src/lib.rs 28.57% <50.00%> (ø)
wheel/src/components/command.rs 50.00% <50.00%> (+50.00%) :arrow_up:
wheel/src/components/gear.rs 27.45% <50.00%> (ø)
wheel/src/lib.rs 92.56% <100.00%> (+0.18%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c2dc592...5d51ce3. Read the comment docs.