-
Notifications
You must be signed in to change notification settings - Fork 993
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
ArrayIndexOutOfBoundsException when using LongTaskTimer #3877
Comments
We're having a problem that looks similar and might be related :
We're using SignalFxMeterRegistry and When you change the example from @rdehuyss to
in There are also cases where multiple buckets are missing ( |
without this change for the provided test one of the histogram buckets gets removed and an ArrayIndexOutOfBoundsException is thrown with this change the exception is not thrown anymore fixes gh-3877
without this change for the provided test one of the histogram buckets gets removed and an ArrayIndexOutOfBoundsException is thrown with this change the exception is not thrown anymore fixes gh-3877
without this change for the provided test one of the histogram buckets gets removed and an ArrayIndexOutOfBoundsException is thrown with this change the exception is not thrown anymore fixes gh-3877
Describe the bug / it may be a question
I'm seeing
ArrayIndexOutOfBoundsException
in my logs when usingLongTaskTimer
.Environment
openjdk version "17.0.1" 2021-10-19
To Reproduce
This results in the following output:
Expected behavior
No
ArrayIndexOutOfBoundsException
should happen.Additional context
NA
The text was updated successfully, but these errors were encountered: