Skip to content

Commit

Permalink
[#10065] xCluster: Improve Bootstrap Producer Performance
Browse files Browse the repository at this point in the history
Summary: The Bootstrap Producer step of XCluster is timing out when run with a larger number of tables (50+).  Added thread parallelism and batching to improve the throughput for large volume configuration.

Test Plan:
TwoDCTest.BootstrapAndSetupLargeTableCount -n 4

5 Servers, 10 Tables, 10 tablets/T
- Batched: 10 sec
- Normal: 13 sec

Reviewers: yli, bogdan, jhe, rahuldesirazu

Reviewed By: jhe, rahuldesirazu

Subscribers: hector, zyu, kannan, ybase

Differential Revision: https://phabricator.dev.yugabyte.com/D14160
  • Loading branch information
nspiegelberg committed Apr 12, 2022
1 parent 59f7259 commit 6cc0ddd
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 117 deletions.

0 comments on commit 6cc0ddd

Please sign in to comment.