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

Simply and enhance the RebalanceLatencyGauge so it can be used in multi-threads. #636

Merged
merged 3 commits into from
Dec 6, 2019

Commits on Nov 29, 2019

  1. Simply and enhance the RebalanceLatencyGauge so it can be used in mul…

    …ti-threads.
    
    The previous design of RebalanceLatencyGauge won't support asynchronous metric data emitting. This PR adds the support by using ThreadLocal object.
    The metric logic is not changed.
    Jiajun Wang committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    40b3f2c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Address comment.

    Jiajun Wang committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    2367a96 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Address comment.

    Jiajun Wang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    212800f View commit details
    Browse the repository at this point in the history