Skip to content

fix: fix event lost#460

Closed
ningmingxiao wants to merge 1 commit into
containerd:mainfrom
ningmingxiao:event_lost
Closed

fix: fix event lost#460
ningmingxiao wants to merge 1 commit into
containerd:mainfrom
ningmingxiao:event_lost

Conversation

@ningmingxiao

@ningmingxiao ningmingxiao commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

if containers.write().await use long time
old pid data may lost.

 for (_k, cont) in containers.write().await.iter_mut() 

will use new pid data.
so I have to move ontainers.write().await into tokio::spawn

@github-actions github-actions Bot added the C-runc-shim Runc shim label Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-runc-shim Runc shim

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant