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

Fix put time in JCSCache.put(K, V) #276

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Conversation

ammannmi
Copy link
Contributor

The start and end value have different units and do not match. End time is in milliseconds, start time in microseconds which leads to wrong statistics.

The start and end value have different units and do not match
@garydgregory garydgregory changed the title Fix put time in JCSCache.java Fix put time in JCSCache Aug 18, 2024
@garydgregory garydgregory changed the title Fix put time in JCSCache Fix put time in JCSCache.put(K, V) Aug 18, 2024
@garydgregory garydgregory merged commit 9e13e61 into apache:master Aug 18, 2024
11 of 13 checks passed
asfgit pushed a commit that referenced this pull request Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants