-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1832] MapPartitionData should create fixed thread pool with…
… registration of ThreadPoolSource ### What changes were proposed in this pull request? `MapPartitionData` creates fixed thread pool with registration of `ThreadPoolSource`. ### Why are the changes needed? `MapPartitionData` creates fixed thread pool without registering `ThreadPoolSource` at present, which causes that map partition reader thread of worker is lack of thread pool metrics. Therefore, `MapPartitionData` should create fixed thread pool with registration of `ThreadPoolSource`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI. Closes #3064 from SteNicholas/CELEBORN-1832. Authored-by: SteNicholas <[email protected]> Signed-off-by: Shuang <[email protected]>
- Loading branch information
1 parent
eb950c8
commit 45450e7
Showing
2 changed files
with
21 additions
and
12 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