Skip to content

Commit 93939bd

Browse files
committed
Add a delay of 100 ms as we are overloading
the ES queue size. Error: 12:14:44 ### Orig Err: 12:14:44 { 12:14:44 "root_cause": [ 12:14:44 { 12:14:44 "type": "es_rejected_execution_exception", 12:14:44 "reason": "rejected execution of org.elasticsearch.ingest.IngestService$3@373f5932 on EsThreadPoolExecutor[name = instance-0000000015/write, queue capacity = 200, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@759beb77[Running, pool size = 2, active threads = 2, queued tasks = 199, completed tasks = 695890]]" 12:14:44 }
1 parent ec1b615 commit 93939bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dev/code_coverage/shell_scripts/ingest_coverage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export ES_HOST
2020
STATIC_SITE_URL_BASE='https://kibana-coverage.elastic.dev'
2121
export STATIC_SITE_URL_BASE
2222

23+
DELAY=100
24+
export DELAY
25+
2326
for x in jest functional; do
2427
echo "### Ingesting coverage for ${x}"
2528

0 commit comments

Comments
 (0)