receive_and_buffer with external_worker#9212
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #9212 +/- ##
=========================================
- Coverage 82.6% 82.6% -0.1%
=========================================
Files 890 890
Lines 320852 320861 +9
=========================================
- Hits 265305 265285 -20
- Misses 55547 55576 +29 🚀 New features to boost your workflow:
|
|
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
(cherry picked from commit f3a5a32) # Conflicts: # core/src/banking_stage/consume_worker.rs # core/src/banking_stage/transaction_scheduler/receive_and_buffer.rs
(cherry picked from commit f3a5a32) # Conflicts: # core/src/banking_stage/consume_worker.rs
) * receive_and_buffer with external_worker (#9212) (cherry picked from commit f3a5a32) # Conflicts: # core/src/banking_stage/consume_worker.rs # core/src/banking_stage/transaction_scheduler/receive_and_buffer.rs * fix merge conflicts --------- Co-authored-by: Tao Zhu <82401714+tao-stones@users.noreply.github.com> Co-authored-by: Tao Zhu <tao@anza.xyz>
) * receive_and_buffer with external_worker (#9212) (cherry picked from commit f3a5a32) # Conflicts: # core/src/banking_stage/consume_worker.rs * fix merge conflicts * fix: loading root_bank from SharableBank --------- Co-authored-by: Tao Zhu <82401714+tao-stones@users.noreply.github.com> Co-authored-by: Tao Zhu <tao@anza.xyz>
This reverts commit f3a5a32.
Problem
Summary of Changes
Fixes #