代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/docker 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From 9a48f9b439a03e7fd5eeec4ff2cebac4cddf669f Mon Sep 17 00:00:00 2001
From: jingrui <jingrui@huawei.com>
Date: Wed, 30 Jan 2019 21:28:16 +0800
Subject: [PATCH 089/111] libcontainerd: fix stuck when containerd in
T-state
reason: when containerd is alive but not responding, shall restart
containerd avoid cmd stuck.
Change-Id: Iab220c8988b50b39f4fd84be9454a0b097968751
Signed-off-by: jingrui <jingrui@huawei.com>
---
components/engine/libcontainerd/supervisor/remote_daemon.go | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/components/engine/libcontainerd/supervisor/remote_daemon.go b/components/engine/libcontainerd/supervisor/remote_daemon.go
index 095300f753..c5da3a56fe 100644
--- a/components/engine/libcontainerd/supervisor/remote_daemon.go
+++ b/components/engine/libcontainerd/supervisor/remote_daemon.go
@@ -307,7 +307,7 @@ func (r *remote) monitorDaemon(ctx context.Context) {
r.logger.WithError(err).WithField("binary", binaryName).Debug("daemon is not responding")
transientFailureCount++
- if transientFailureCount < maxConnectionRetryCount || system.IsProcessAlive(r.daemonPid) {
+ if transientFailureCount < maxConnectionRetryCount {
delay = time.After(time.Duration(transientFailureCount) * 200 * time.Millisecond)
continue
}
--
2.17.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。