haiyanmeng

Results 57 comments of haiyanmeng

@wking , I remembered there is an issue relative to this one opened by you. Right? If there already has one, let me know and I will close this one.

@wking , thanks for pointing out. Then I will leave this issue open and work on a PR to fix the problem.

Here are some options we may need to check: 1) `--uid`: should be [0, the value in `/proc/sys/kernel/overflowuid`]; 2) `--gid`: should be [0, the value in `/proc/sys/kernel/overflowgid`]; 3) `--groups`: should...

@wking , for start, we can just check whether the user's setting is within the acceptable range. If it is not, return an error informing the user of the valid...

@wking , @mrunalp , if you do not mind, I can work on a PR and come up with a first version of code to tackle this issue. Then we...

/cc @karlkfi @seans3

`EliminationTimeout` does not sound quite right to me. I would rather we keep DeleteEvent/DeleteTimeout and get rid of PruneEvent/PruneTimeout. BTW, I don't think this is very high priority.