Closed bruceg closed 1 month ago
Branch report: bruceg/fix-adaptive-concurrency-deadlock
Commit report: 1259833
Test service: vector
:white_check_mark: 0 Failed, 444 Passed, 0 Skipped, 4m 17.32s Total Time
Run ID: b20469c3-343f-4a47-b24c-db3f0a7cde9f Metrics dashboard
Baseline: 6e47077efb9ea78e757383da0e49db08f5378212 Comparison: 34f78db804ce5df0b9d515710d0699d3cf72ef07
Performance changes are noted in the perf column of each table:
Confidence level: 90.00% Effect size tolerance: |Δ mean %| ≥ 5.00%
There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
Run ID: e8cc3937-25cb-42fe-b6d7-e23431625d4d Metrics dashboard
Baseline: f99e052b54fc9c32731694f258b30360e28b68ac Comparison: 219dd4dd6dca667c133a1f68dd19013b8945946e
Performance changes are noted in the perf column of each table:
Confidence level: 90.00% Effect size tolerance: |Δ mean %| ≥ 5.00%
perf | experiment | goal | Δ mean % | Δ mean % CI | links |
---|---|---|---|---|---|
❌ | otlp_http_to_blackhole | ingress throughput | -5.34 | [-5.48, -5.20] |
Run ID: 9f738ea4-71f4-4bd1-84ee-fc03c43e6b8b Metrics dashboard
Baseline: f99e052b54fc9c32731694f258b30360e28b68ac Comparison: ca0fa057eaa128beb7777428f79cec9924f1d396
Performance changes are noted in the perf column of each table:
Confidence level: 90.00% Effect size tolerance: |Δ mean %| ≥ 5.00%
There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
When the decrease ratio is set to a value less than 0.5, then the number of concurrency slots to forget in the case of back pressure can be set to the current concurrency limit. This causes the concurrency limit to be dropped down to zero, leading to a deadlock.
Fixes #21340