Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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
@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
@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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revisit Statistics classes
3 participants