-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Improve Request.getBeginNanoTime()
accuracy
#9900
Labels
Comments
This was referenced Jun 12, 2023
Merged
lorban
added a commit
that referenced
this issue
Aug 28, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Aug 29, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Aug 29, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Aug 29, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Aug 29, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Aug 29, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Aug 30, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Aug 30, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 21, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 21, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 21, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 21, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 21, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 22, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
#9900: Accurate implementation of H3 Request.beginNanoTime() Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Nov 27, 2023
Signed-off-by: Ludovic Orban <[email protected]>
sbordet
pushed a commit
that referenced
this issue
Nov 27, 2023
Signed-off-by: Ludovic Orban <[email protected]>
sbordet
pushed a commit
that referenced
this issue
Nov 27, 2023
Signed-off-by: Ludovic Orban <[email protected]>
Fixed and backported to 10/11. |
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in Jetty 12.0.4 - FROZEN
Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
12
Enhancement Description
It currently is very inaccurate for H2, H3,
FCGI, and when upgrades happen.See #8885 for when
Request.getBeginNanoTime()
was introduced.This and
Request.getBeginNanoTime()
should be backported to 10/11 to ease comparing performance across Jetty versions accurately.The text was updated successfully, but these errors were encountered: