[CI] - 修改基础镜像为JDK, 方便使用arthas工具-完成
This commit is contained in:
@@ -67,6 +67,7 @@ public class OctopusAgentServiceImpl implements OctopusAgentService {
|
||||
|
||||
CountDownLatch countDownLatch = new CountDownLatch(ALL_HEALTHY_AGENT_TOPIC_NAME_LIST.size());
|
||||
|
||||
// todo 此处存在重大bug,会导致CPU占用飙升
|
||||
CompletableFuture<Void> getAllAgentVersionInfoFuture = waitCollectAllAgentVersionInfo(
|
||||
result,
|
||||
currentTime,
|
||||
|
||||
@@ -81,7 +81,7 @@ public class OctopusMessageHandler {
|
||||
|
||||
}
|
||||
|
||||
// todo what to do after received the result
|
||||
// 将收到的消息,直接存储到 缓存队列中
|
||||
log.debug("cache the octopus message to inner cache list !");
|
||||
OCTOPUS_MESSAGE_FROM_AGENT.offer(octopusMessage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user