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 bug in process closefile function which may cause metaserver crash #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 10, 2024

  1. fix bug in process closefile function which may cause metaserver crash

    in InodeFileStore.cpp:closeFile, only use entryID to search in the global inode map,  when found, the iter point to the "inode" which maybe different from the "inode" that the closeFile function input parameter.  in fact, the latter "inode" maybe in the parent dir's inode map.
    hmings888 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d9cb0fe View commit details
    Browse the repository at this point in the history