Description
The OpenSearch 2.19.6 patch release scheduled for today (2026-06-30) is proposed to be delayed by upto 1 week due to Maven repository throttling under concurrent CI load, blocking builds across multiple components and distributions.
Reason for Delay
Maven Repository Throttling Under Parallel CI Load
Failure chain:
repo.maven returns HTTP 429 (Too Many Requests) due to rate limiting under parallel CI load
ci.opensearch.org/ci/dbc/snapshots/maven is checked first in Gradle's repository resolution order and returns HTTP 503 (Service Unavailable) — the backing Lambda is unable to process multiple concurrent requests
- Gradle disables the repository entirely after the first 503 (
Repository maven is disabled due to earlier error below), causing dependency resolution failures
Other Issues (Resolved)
- k-NN build failure — Fixed via opensearch-project/k-NN#3403 (merged). Root cause was
sed modifying a file that a git patch also targeted, causing index mismatch in CI.
Impact
- Builds fail non-deterministically depending on concurrent CI load
- Not a flaky test — entire dependency resolution phase fails
- No security implications from the delay — this is a patch release
Proposed New Timeline
| Milestone |
Original Date |
Proposed Date |
| Release |
2026-06-30 |
2026-07-07 |
Resolution Path
- Switch dependency resolution to
ci.opensearch.org/maven2 first.
- Validate builds succeed under concurrent load with updated repository ordering
- Re-run distribution builds across all platforms and validate
Description
The OpenSearch 2.19.6 patch release scheduled for today (2026-06-30) is proposed to be delayed by upto 1 week due to Maven repository throttling under concurrent CI load, blocking builds across multiple components and distributions.
Reason for Delay
Maven Repository Throttling Under Parallel CI Load
Failure chain:
repo.mavenreturns HTTP 429 (Too Many Requests) due to rate limiting under parallel CI loadci.opensearch.org/ci/dbc/snapshots/mavenis checked first in Gradle's repository resolution order and returns HTTP 503 (Service Unavailable) — the backing Lambda is unable to process multiple concurrent requestsRepository maven is disabled due to earlier error below), causing dependency resolution failuresOther Issues (Resolved)
sedmodifying a file that a git patch also targeted, causing index mismatch in CI.Impact
Proposed New Timeline
Resolution Path
ci.opensearch.org/maven2first.