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

Fix race condition in HystrixThreadPoolKey.asKey method #1271

Merged
merged 2 commits into from
Jul 11, 2016

Commits on Jul 7, 2016

  1. Fix race condition in HystrixThreadPoolKey.asKey method

    Fix rare case when this method would return different values for the same key
    daniilguit committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    045cef3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Hystrix*Key refactoring to extract common logic and fix race condition

    * Extract internation logic to InternMap utility class
    * Introduce common HystrixKey interface
    daniilguit committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    35af9d2 View commit details
    Browse the repository at this point in the history