Skip to content

Release 0.72.2#3548

Merged
odlbot merged 11 commits into
releasefrom
release-candidate
Jul 1, 2026
Merged

Release 0.72.2#3548
odlbot merged 11 commits into
releasefrom
release-candidate

Conversation

@odlbot

@odlbot odlbot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Anastasia Beglova

Tobias Macey

Danielle Frappier

Shankar Ambady

Ahtesham Quraish

Matt Bertrand

mbertrand and others added 11 commits June 29, 2026 16:38
…3513)

* feat: Implement timestamp-aware share/embed links for video player



---------

Co-authored-by: Ahtesham Quraish <ahtesham.quraish@192.168.1.32>
* adding resource category to vector search serializer

* regenerate specs

* update tests for resource category

* adding frontend changes:
…nsearch-py (#3544)

opensearch-py's Transport.__init__ accepts pool_maxsize (not connections_per_node)
and only injects it into connection kwargs when it is a truthy int. Passing
connections_per_node falls through as an unknown kwarg and is silently ignored,
leaving urllib3's HTTPConnectionPool at its default maxsize of 1.

With a pool of 1 per pod, concurrent SCIM-triggered OpenSearch index operations
exhaust the pool immediately, causing urllib3 to log 'Connection pool is full,
discarding connection' on nearly every request. Under heavy SCIM load (observed
at >50 conflicts/5min across pods) this stalls async workers long enough to
starve the /health/liveness/ probe, triggering repeated pod restarts.

The env var OPENSEARCH_CONNECTIONS_PER_NODE (default 10) is unchanged — only the
kwarg key passed to connections.configure() is corrected.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

OpenAPI Changes

3 changes: 0 error, 0 warning, 3 info

View full changelog

Unexpected changes? Ensure your branch is up-to-date with main (consider rebasing).

@odlbot odlbot merged commit 8535181 into release Jul 1, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants