Eric Lin
Eric Lin
Prior to this commit, if the tail is watching over multiple files, each file signals pending and results in calling in_tail_collect_pending() multiple times. Since function in_tail_collect_pending() goes through all watched...
#### What type of PR is this? /kind cleanup /kind api-change #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # ####...
### What would you like to be added? Adding separate `prioritylevel`s for Events to avoid resource competitions to non-event requests. I currently think two ways of separation: Option 1: Create...
### What would you like to be added? Make `kubectl delete` execute more efficiently. There are two options to make it happen: 1. implement `deletecollection` in kubectl instead of one-by-one...
fs_stat uses a fixed interval to read watched files. Users may choose higher interval for lower overhead or lower interval for lower latency. This commit allows users to configure it....