File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/internalClusterTest/java/org/elasticsearch/action/bulk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public void testBytesReferencedByTwoSourcesNotReleasedIfOnlyOneIngestPipeline()
110110 handler .lastItems (List .of (indexRequest , indexRequestNoIngest ), future );
111111
112112 // Pause briefly to allow bytes to theoretically be released after ingest processing
113- LockSupport .parkNanos (TimeUnit .MILLISECONDS .toNanos (500 ));
113+ LockSupport .parkNanos (TimeUnit .MILLISECONDS .toNanos (50 ));
114114
115115 assertTrue (originalBytes .hasReferences ());
116116 } finally {
@@ -214,7 +214,7 @@ public boolean isForceExecution() {
214214 }
215215 };
216216 for (int i = 0 ; i < threadCount ; i ++) {
217- threadPool .executor (ThreadPool .Names .WRITE_COORDINATION ).execute (blockingTask );
217+ threadPool .executor (ThreadPool .Names .WRITE ).execute (blockingTask );
218218 }
219219 safeAwait (startBarrier );
220220 }
You can’t perform that action at this time.
0 commit comments