Skip to content

Commit

Permalink
feature: 强依赖Agent 状态的逻辑优化,提供降级处理机制 #226
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Oct 25, 2021
1 parent 411fea6 commit b19a1af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,7 @@ private class GetTopoHostTask implements Callable<Pair<DynamicServerTopoNodeDTO,
private final DynamicServerTopoNodeDTO topoNode;
private final CountDownLatch latch;

public GetTopoHostTask(long appId, DynamicServerTopoNodeDTO topoNode, CountDownLatch latch) {
private GetTopoHostTask(long appId, DynamicServerTopoNodeDTO topoNode, CountDownLatch latch) {
this.appId = appId;
this.topoNode = topoNode;
this.latch = latch;
Expand Down

0 comments on commit b19a1af

Please sign in to comment.