Skip to content

Commit

Permalink
apply comment
Browse files Browse the repository at this point in the history
Signed-off-by: xinyual <[email protected]>
  • Loading branch information
xinyual committed Nov 25, 2024
1 parent 1df7947 commit cde3934
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ private void checkSearchPipelineBeforeDeleteModel(String modelId, ActionListener
}

private void checkDownstreamTaskBeforeDeleteModel(String modelId, Boolean isHidden, ActionListener<DeleteResponse> actionListener) {
// Now 3 is: 1. Agent 2. Search pipeline 3. ingest pipeline
CountDownLatch countDownLatch = new CountDownLatch(3);
AtomicBoolean noneBlocked = new AtomicBoolean(true);
ConcurrentLinkedQueue<String> errorMessages = new ConcurrentLinkedQueue<>();
Expand Down

0 comments on commit cde3934

Please sign in to comment.