fix exec slow when use concurrent execs#8593
fix exec slow when use concurrent execs#8593ningmingxiao wants to merge 1 commit intocontainerd:mainfrom
Conversation
|
Hi @ningmingxiao. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
62bbb90 to
6afc8aa
Compare
Signed-off-by: ningmingxiao <[email protected]>
|
this commit use another method to modify it |
fix #8557
if use default bufferSize=32 s.c is easy to fill up (if there are many exited events to send) will retry more times until success.
if use big bufferSize "case s.c <- e" will get more chances, notify func will run faster than before
@corhere @fuweid @dmcgowan plz review my pr thank you