-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only create the HystrixContextRunnable for running the timeout fallba…
…ck when the timeout actually occurs (not eagerly)
- Loading branch information
1 parent
f0d5482
commit 951c6f9
Showing
2 changed files
with
16 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
Before it didn't just capture the HystrixRequestContext but also any other thread-local state that the concurrency strategy propagates. This is broken now.