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 metrics when delete non existing page; Port [#18618] to master-2.x #18622

Open
wants to merge 1 commit into
base: master-2.x
Choose a base branch
from

Commits on Jun 7, 2024

  1. Fix metrics when delete non existing page

    ### What changes are proposed in this pull request?
    
    Fix metrics when delete non existing page
    
    ### Why are the changes needed?
    When deleting non-existing page we see a abnormal spike in PageAge. Still doesn't know why we have abnormal PageAge but since it's non-existing page we would not able to read it as well so it make sense to not record the age.
    Also we continue to delete page from page store if we didn't find it in metastore so we avoid inconsistency between pagestore and metastore
    
    ### Does this PR introduce any user facing changes?
    na
    
    			pr-link: #18618
    			change-id: cid-7d4803cb2d8c433d3ad077a7bf9e3074d91b3389
    jja725 authored and alluxio-bot committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9bca673 View commit details
    Browse the repository at this point in the history