Skip to content
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

Move thread completion to end of chain #449

Merged

Commits on Jan 7, 2015

  1. Only call the Hystrix.startCurrentThreadExecutingCommand/endCurrentTh…

    …readExecutingCommand
    
    sequence once per command invocation
    Matt Jacobs committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    8748f51 View commit details
    Browse the repository at this point in the history
  2. Move the marking of the thread pool completion to the end of the Obse…

    …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
    Matt Jacobs committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    b0808cb View commit details
    Browse the repository at this point in the history