Results 9 issues of wyang

hello, @panjf2000 `func NewPoolWithFunc(size int, pf func(interface{}), options ...Option)` in NewPoolWithFunc, pf only have an ingerface{}, but i want to pass at least two args, how to solve tihes? my...

help wanted
question
waiting for response

in #30 forgetinode was changed into inline ServerOps, this may solove memory oom, but the performance of rm op will be very slow, and it will also hang other ops,...

## What type of PR is this? - bug ## What this PR does / why we need it: Flags has default value, no need config every flag in config...

kind/bug
area/v2
status/user-feedback-required

Now raft uses data[0:4] as the message size, but data[0:4] can be any value, if we not check the messages whether they are sended by raft itself, the memory may...

**Describe the bug** volume write more than MaxPossibleVolumeSize bytes, case offset truncate. So it will case "size mismatch" when vacuuming. >rpc error: code = Unknown desc = cannot hydrate needle...

# What problem are we solving? fix evacuate volume to different disk types # How are we solving the problem? set different types disk free count to -1 # How...

# What problem are we solving? still do vacuum after volume.vacuum.disable # How are we solving the problem? check whether vacuum disabled, after next volume vacuum. # How is the...

handle missing sysfs file err ``` + supFusePass=false + [ false = true ] + cat /sys/fs/fuse/connections/803/waiting cat: /sys/fs/fuse/connections/803/waiting: No such file or directory + [ -eq 0 ] sh:...

The mounting of the hostPath volume (/var/jfsCache) is conditional, it can be disabled if the default cache directory is selected, in which case the app pod's default data disk is...