[agent][executor]- 优化command executor的代码
This commit is contained in:
@@ -203,7 +203,7 @@ public class ServerCacheAgentStatus {
|
||||
// Trigger调用Agent Metric 任务
|
||||
ArrayList<String> allHealthyAgentTopicNames = new ArrayList<>(32);
|
||||
for (int i = 0; i < statusList.size(); i++) {
|
||||
if (statusList
|
||||
if (null !=statusList.get(i) && statusList
|
||||
.get(i)
|
||||
.equals("1")) {
|
||||
allHealthyAgentTopicNames.add(ALL_AGENT_TOPIC_NAME_LIST.get(i));
|
||||
|
||||
Reference in New Issue
Block a user