Chen Pu

Results 6 issues of Chen Pu

# What happened? The memory of the goofys process keeps growing and cannot reclaim the memory via `sync;echo 3 > /proc/sys/vm/drop_caches;killall -USR1 goofys;` Use go pprof heap to analyze memory...

fix https://github.com/kahing/goofys/issues/785 When the OS reclaims the inode of the parent directory, delete the child node from the global map

**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...

kind/bug
cncf-cla: yes
size/L
needs-rebase
release-note
needs-ok-to-test

/kind bug **What steps did you take and what happened:** We found an issue in our Kubernetes cluster. When disk I/O was very heavy, the node would occasionally become not...

kind/bug
triage/accepted

**What this PR does / why we need it**: For file.Sync() (the fsync system call that flushes the kernel buffer to disk), there is no need to acquire a lock;...

cncf-cla: yes
size/S
triage/accepted