-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examine work performed on Hystrix-isolated thread #377
Comments
…rvable chain (Netflix#377) * Both thread pool metrics and the onThreadComplete execution hook now run later * Modified behavior of HystrixCommand.isExecutedInThread() to match the Javadoc (Netflix#448) ** Now this returns true iff the Hystrix thread executed the run() method
HystrixCommandSemaphore isolation
Thread isolation
All of this fits with the work done above, which moved the HystrixObservableCommandNote that only the Semaphore isolation
Thread isolation
|
/cc @benjchristensen @KoltonAndrus to see if this fits your expectations/intuitions |
Is this the case for a |
This all sounds correct except for my previous question. |
From #327 and #378, the Execution hook
onThreadComplete
is getting called earlier than in Hystrix 1.3. This issue is intended to describe the differences between what work gets executed on the isolated thread in 1.3 and 1.4 and confirm this is being done properlyThe text was updated successfully, but these errors were encountered: