containerd/runtime
Ace-Tang 079292e3fc fix: modify lock location of exec delete
func (e *execProcess) delete(ctx context.Context) error {
    e.wg.Wait()
...
}
delete exec process will wait for io copy finish, if wait here,
other process can not get lock of shim service.

1. apply lock around s.transition() calls in the Delete methods.
2. put lock after wait io copy in exec Delete.

Signed-off-by: Ace-Tang <aceapril@126.com>
2018-09-11 13:22:59 +08:00
..
linux/runctypes Runtime v2 2018-07-17 10:21:29 -04:00
proc separate proc interfaces into standalone package 2018-06-07 10:03:15 -04:00
restart Cleanup workdirs on manager load 2018-07-30 10:21:04 -04:00
v1 fix: modify lock location of exec delete 2018-09-11 13:22:59 +08:00
v2 Add a Windows section for Linux oci on LCOW 2018-09-06 11:05:45 -07:00
events.go Licence header added 2018-02-19 10:32:26 +09:00
monitor.go Licence header added 2018-02-19 10:32:26 +09:00
runtime.go Runtime v2 2018-07-17 10:21:29 -04:00
task_list.go Runtime v2 2018-07-17 10:21:29 -04:00
task.go Runtime v2 2018-07-17 10:21:29 -04:00
typeurl.go Licence header added 2018-02-19 10:32:26 +09:00