Commit 6ca5a18
authored
Reduce inactive sink interval in VectorSimilarityFunctionsIT (elastic#132288)
testDifferentDimensions fails the final driver on the coordinator,
causing the entire request to be cancelled. If the exchange sink is
opened on a remote node but the compute request hasn't been sent, we
currently cannot remove the exchange sink. To address this, we reduce
the inactive sinks interval to remove inactive sinks more quickly. I
also considered bypassing cancellation to close or remove the exchange
sink in these cases, but since it's a larger change, I decided to defer
it.
Closes elastic#131361
Closes elastic#131362
Closes elastic#131363
Closes elastic#1318451 parent 4f95c6b commit 6ca5a18
File tree
2 files changed
+21
-12
lines changed- x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/vector
2 files changed
+21
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | 416 | | |
426 | 417 | | |
427 | 418 | | |
| |||
485 | 476 | | |
486 | 477 | | |
487 | 478 | | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | 479 | | |
492 | 480 | | |
493 | 481 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
58 | 79 | | |
59 | 80 | | |
60 | 81 | | |
| |||
0 commit comments