You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/AutodetectCommunicator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ public void persistJob(BiConsumer<Void, Exception> handler) {
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/output/AutoDetectResultProcessor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -482,7 +482,7 @@ public void awaitCompletion() throws TimeoutException {
482
482
* @return The {@link FlushAcknowledgement} if the flush has completed or the parsing finished; {@code null} if the timeout expired
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/output/FlushListener.java
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/job/process/autodetect/AutodetectCommunicatorTests.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ public void testWriteUpdateProcessMessage() throws IOException {
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/job/process/autodetect/output/AutoDetectResultProcessorTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,7 @@ public void testPersisterThrowingDoesntBlockProcessing() {
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/job/process/autodetect/output/FlushListenerTests.java
+12-4
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,12 @@ public void testAcknowledgeFlush() throws Exception {
0 commit comments