-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add GC stat: total_time_to_safepoint
#48867
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
Conversation
Maybe add a test? |
There are no tests currently for any of the |
Fair enough. Doesn't this need to be reset/set. |
Like |
@KristofferC: can this be backported to 1.9.0? One of the commits is sort of a bug fix. |
|
The test failure seems unrelated. Bump? |
Now a |
Okay, green now. Too many flaky tests! Is this good then? Can we merge? And can we backport? |
And can we backport it after all, @KristofferC, or was the meme intended to be a kind way to say "no!"? ;) |
@DilumAluthge why the "don't squash"? @kpamnany rebase is prefered over merge to update a branch to keep the history linear. |
So I figured we want to backport the single commit that is a bug fix, but we don't want to backport the entire PR. |
dadc31b
to
34b7155
Compare
Bump. |
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Add GC stat: `total_time_to_safepoint`
Adds a useful GC statistic that counts the total time spent waiting for a safepoint.
Also fixes a typo from an earlier PR that added
max_time_to_safepointp
.