-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eager cleanup of parameterized mini cluster resources.
Jenkins runs on the PR clearly shows that the peak thread usage is dangerously close to the ulimits. Infact a bunch of failures are with thread creation. This patch eagerly cleans up the mini cluster resources from previous parameterized runs so that they are not held up for longer after each run. Profiled the test runs using YourKit and I can see that the peak thread usage substantially dropped.
- Loading branch information
Showing
2 changed files
with
14 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