pd icon indicating copy to clipboard operation
pd copied to clipboard

Enhance heartbeat processing capabilities

Open nolouch opened this issue 1 year ago • 0 comments

Development Task

Sigle node processing capacity

Improve the diagnosis process and implement hierarchical processing for Heartbeat logic

  • [x] https://github.com/tikv/pd/issues/7868
  • [x] Async the logic not the relative metadata process https://github.com/tikv/pd/pull/7898
    • [x] Introduce a common async method with the resource limiter. https://github.com/tikv/pd/pull/8024
    • [x] async the statistical processing
      • https://github.com/tikv/pd/pull/8053
      • https://github.com/tikv/pd/pull/8052
  • [x] Reduce operator controller locking competition https://github.com/tikv/pd/pull/8032

Optimize Lock and Reduce lock holding time

  • [ ] https://github.com/tikv/pd/issues/8136

Quantify

  • [ ] Benchmark

Scalability

  • [TBD] Proposal
    • only metadata(lookup) part, statics part not consider

nolouch avatar Mar 07 '24 16:03 nolouch