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

Issue #5786 : Revisit Statistics classes #5825

Merged
merged 2 commits into from Jan 12, 2021
Merged

Conversation

rk1165
Copy link
Contributor

@rk1165 rk1165 commented Dec 18, 2020

Signed-off-by: Ravi Kumar kumarravi1165@gmail.com

…thod

Signed-off-by: Ravi Kumar <kumarravi1165@gmail.com>
@@ -80,7 +80,7 @@ public void run()
{
long taskLatency = System.nanoTime() - start;
threadStats.decrement();
taskLatencyStats.set(taskLatency);
taskLatencyStats.record(taskLatency);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you missed another call to set() few lines above.

Signed-off-by: Ravi Kumar <kumarravi1165@gmail.com>
@sbordet sbordet added the Bug For general bugs on Jetty side label Dec 18, 2020
@sbordet sbordet linked an issue Dec 18, 2020 that may be closed by this pull request
@sbordet sbordet removed the Bug For general bugs on Jetty side label Dec 18, 2020
@sbordet sbordet added this to In progress in Jetty 9.4.36 via automation Dec 18, 2020
@sbordet sbordet moved this from In progress to Reviewer approved in Jetty 9.4.36 Dec 18, 2020
@gregw gregw requested a review from sbordet January 11, 2021 15:57
@gregw
Copy link
Contributor

gregw commented Jan 11, 2021

@sbordet can we merge this one?

@sbordet sbordet merged commit 03ec5bb into jetty:jetty-9.4.x Jan 12, 2021
Jetty 9.4.36 automation moved this from Reviewer approved to Done Jan 12, 2021
@sbordet
Copy link
Contributor

sbordet commented Jan 12, 2021

@rk1165 thanks! and sorry for the delay!

This was referenced Mar 10, 2021
This was referenced Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Revisit Statistics classes
3 participants