Skip to content

Commit cde3934

Browse files
committed
apply comment
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent 1df7947 commit cde3934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/java/org/opensearch/ml/action/models/DeleteModelTransportAction.java

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ private void checkSearchPipelineBeforeDeleteModel(String modelId, ActionListener
352352
}
353353

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

0 commit comments

Comments
 (0)