-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ScheduledExecutorService to remove timeout objects on cancel (#2426)
Motivation: By default the JDK's ScheduledExecutorService does not remove timer objects from its queues upon cancel. Cancellation is expected to be common when requests have timeouts applied, and therefore the object retention lifetime will be longer than required and may negatively impact GC performance.
- Loading branch information
1 parent
97f9a21
commit d6476f7
Showing
1 changed file
with
11 additions
and
4 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