-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the appenders use a thread pool
Summary: This diff makes the appender use a task stream which uses threads from the append thread pool. This ensures that we use a thread only when a tablet is processing consensus batches. We will now typically use fewer threads than the number of tablets for appending to the log. Test Plan: Jenkins Reviewers: hector, robert, kannan, mikhail Reviewed By: mikhail Subscribers: ybase, bogdan, bharat Differential Revision: https://phabricator.dev.yugabyte.com/D4358
- Loading branch information
Showing
23 changed files
with
443 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.