Eric Lin

Results 15 issues of 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...

docs-required

#### 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 # ####...

kind/cleanup
lgtm
sig/api-machinery
release-note
size/S
kind/api-change
approved
cncf-cla: yes
do-not-merge/hold
lifecycle/stale
needs-priority
triage/accepted

### 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...

sig/api-machinery
kind/feature
triage/accepted

### 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...

sig/api-machinery
kind/feature
sig/cli
triage/accepted

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....

Stale
docs-required