未验证 提交 07f82578 编写于 作者: 彭勇升 Buddha 提交者: GitHub

Merge pull request #633 from OpenSkywalking/fix/potential-unable-startup

Make sure don't miss the provider(module)
......@@ -103,10 +103,12 @@ public class BootstrapFlow {
if (isAllRequiredModuleStarted) {
startupSequence.add(provider);
allProviders.remove(i);
i--;
}
} else {
startupSequence.add(provider);
allProviders.remove(i);
i--;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册