Open ArnavMohan opened 2 months ago
Thank you for your pull request. In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement (CLA). It's all electronic and will take just a few minutes. Please download CLA form here, sign, and e-mail back to cla@alluxio.org
What changes are proposed in this pull request?
Addresses the misleading metrics exposed by trino. Tests that expose this are in progress and will be added to this branch.
Why are the changes needed?
See AC-2870. Behavior currently untested by internal code, but is confirmed to not break existing trino tests.
Does this PR introduce any user facing changes?
Resolved the behavior of the
CLIENT_CACHE_PAGE_READ_CACHE_TIME_NS
andCLIENT_CACHE_PAGE_READ_EXTERNAL_TIME_NS
trackers to be per spec.