[ 项目 ] 修改CI CD流程
This commit is contained in:
@@ -78,18 +78,9 @@ public class OctopusAgentServiceImpl implements OctopusAgentService {
|
||||
|
||||
CountDownLatch countDownLatch = agentReplayContend.getCountDownLatch();
|
||||
|
||||
|
||||
// 调用后台接收处理所有的Replay信息
|
||||
asyncWaitOctopusMessageResultService.waitFor(agentReplayContend);
|
||||
|
||||
//此处存在重大bug,会导致CPU占用飙升
|
||||
/*CompletableFuture<Void> getAllAgentVersionInfoFuture = waitCollectAllAgentVersionInfo(
|
||||
result,
|
||||
currentTime,
|
||||
countDownLatch
|
||||
);*/
|
||||
|
||||
|
||||
boolean isAllHealthyAgentReport = false;
|
||||
try {
|
||||
// 超时等待5秒钟, 或者所有的Agent均已经完成上报
|
||||
|
||||
Reference in New Issue
Block a user